Class Format
An H.265/HEVC format.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.H265
Assembly: FM.LiveSwitch.dll
Syntax
public class Format : VideoFormat
Constructors
Format()
Initializes a new instance of the Format class.
Declaration
public Format()
Format(Int32)
Initializes a new instance of the Format class.
Declaration
public Format(int clockRate)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | clockRate | The clock rate. |
Format(Int32, Int32, Int32)
Initializes a new instance of the Format class.
Declaration
public Format(int profile, int level, int tier)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | profile | The profile. |
System.Int32 | level | The level. |
System.Int32 | tier | The tier. |
Format(Int32, Int32, Int32, Int32)
Initializes a new instance of the Format class.
Declaration
public Format(int clockRate, int profile, int level, int tier)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | clockRate | The clock rate. |
System.Int32 | profile | The profile. |
System.Int32 | level | The level. |
System.Int32 | tier | The tier. |