Class Variant
Inheritance
System.Object
Variant
Assembly: cs.temp.dll.dll
Constructors
Declaration
public Variant(int iId, int iWidth, int iHeight, int iPeakDataRate, int iAverageDataRate = 0, CodecType videoCodecType = CodecType.unknown, float fFrameRate = 0F, VideoRange eVideoRange = VideoRange.SDR, CodecType audioCodecType = CodecType.unknown)
Parameters
Type |
Name |
Description |
System.Int32 |
iId |
|
System.Int32 |
iWidth |
|
System.Int32 |
iHeight |
|
System.Int32 |
iPeakDataRate |
|
System.Int32 |
iAverageDataRate |
|
CodecType |
videoCodecType |
|
System.Single |
fFrameRate |
|
VideoRange |
eVideoRange |
|
CodecType |
audioCodecType |
|
Properties
Declaration
public string AudioCodecName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CodecType AudioCodecType { get; }
Property Value
Declaration
public static Variant Auto { get; }
Property Value
Declaration
public int AverageDataRate { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public float FrameRate { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PeakDataRate { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string VideoCodecName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CodecType VideoCodecType { get; }
Property Value
Declaration
public VideoRange VideoRange { get; }
Property Value
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|