Class H264NVENCSettings
H264 NVENC settings.
Inherited Members
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public class H264NVENCSettings : CommonNVENCSettings
Constructors
H264NVENCSettings()
Initializes a new instance of the H264NVENCSettings class.
Declaration
public H264NVENCSettings()
Properties
A53CC
Gets or sets a value indicating whether to use A53 Closed Captions (if available).
Declaration
public bool A53CC { get; set; }
Property Value
Type | Description |
---|---|
bool |
Coder
Gets or sets coder.
Declaration
public H264NVENCCoder Coder { get; set; }
Property Value
Type | Description |
---|---|
H264NVENCCoder |
Level
Gets or sets level.
Declaration
public H264Level Level { get; set; }
Property Value
Type | Description |
---|---|
H264Level |
Profile
Gets or sets profile.
Declaration
public H264NVENCProfile Profile { get; set; }
Property Value
Type | Description |
---|---|
H264NVENCProfile |