Class Gsm610WaveFormat
GSM 610
public class Gsm610WaveFormat : WaveFormat
- Inheritance
-
Gsm610WaveFormat
- Inherited Members
- Extension Methods
Constructors
Gsm610WaveFormat()
Creates a GSM 610 WaveFormat For now hardcoded to 13kbps
public Gsm610WaveFormat()
Properties
SamplesPerBlock
Samples per block
public short SamplesPerBlock { get; }
Property Value
Methods
Serialize(BinaryWriter)
Writes this structure to a BinaryWriter
public override void Serialize(BinaryWriter writer)
Parameters
writer
BinaryWriter