Class Format
A VP9 format.
Inherited Members
Namespace: FM.LiveSwitch.Vp9
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 |