Class Format
A PCM format.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Pcm
Assembly: FM.LiveSwitch.dll
Syntax
public class Format : AudioFormat
Constructors
Format(AudioConfig)
Initializes a new instance of the Format class.
Declaration
public Format(AudioConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| AudioConfig | config | The configuration. |
Format(Int32, Int32)
Initializes a new instance of the Format class.
Declaration
public Format(int clockRate, int channelCount)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | clockRate | The clock rate. |
| System.Int32 | channelCount | The channel count. |