Class CommonMFSettings
Common Media Foundation encoders settings.
Inheritance
CommonMFSettings
Inherited Members
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public class CommonMFSettings : BasicVideoSettings
Properties
ForceHWEncoding
Gets or sets a value indicating whether hardware encoding usage will be used and forced.
Declaration
public bool ForceHWEncoding { get; set; }
Property Value
Type | Description |
---|---|
bool |
RateControl
Gets or sets rate control.
Declaration
public H264MFRateControl RateControl { get; set; }
Property Value
Type | Description |
---|---|
H264MFRateControl |
Scenario
Gets or sets usage scenario.
Declaration
public H264MFScenario Scenario { get; set; }
Property Value
Type | Description |
---|---|
H264MFScenario |