Class Format
A VP8 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.Vp8
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. |
Properties
MaxBitrate
Gets the maximum bitrate supported by this format, in kbps.
Declaration
public override int MaxBitrate { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
FM.LiveSwitch.MediaFormat<FM.LiveSwitch.VideoFormat>.MaxBitrate
MinBitrate
Gets the minimum bitrate supported by this format, in kbps.
Declaration
public override int MinBitrate { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
FM.LiveSwitch.MediaFormat<FM.LiveSwitch.VideoFormat>.MinBitrate
Methods
CreateInstance()
Creates a new instance.
Declaration
protected override VideoFormat CreateInstance()
Returns
Type | Description |
---|---|
VideoFormat |