Class DNxHDEncoderFormatInfo
DNxHD encoder format information.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public class DNxHDEncoderFormatInfo
Constructors
DNxHDEncoderFormatInfo(DNxHDEncoderFormat)
Initializes a new instance of the DNxHDEncoderFormatInfo class.
Declaration
public DNxHDEncoderFormatInfo(DNxHDEncoderFormat format)
Parameters
| Type | Name | Description |
|---|---|---|
| DNxHDEncoderFormat | format | The format. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Unable to parse the resolution from the DNxHD encoder profile specification. |
| Exception | Unable to parse the bitrate from the DNxHD encoder profile specification. |
| Exception | Unable to parse the pixel format from the DNxHD encoder profile specification. |
Properties
Bitrate
Gets the bitrate.
Declaration
public int Bitrate { get; }
Property Value
| Type | Description |
|---|---|
| int | The bitrate. |
PixelFormat
Gets the pixel format.
Declaration
public string PixelFormat { get; }
Property Value
| Type | Description |
|---|---|
| string | The pixel format. |
Resolution
Gets the resolution.
Declaration
public string Resolution { get; }
Property Value
| Type | Description |
|---|---|
| string | The resolution. |
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |