Class Format
A DTMF (telephone-event) format.
Inherited Members
Namespace: FM.LiveSwitch.Dtmf
Assembly: FM.LiveSwitch.dll
Syntax
public class Format : AudioFormat
  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
DefaultClockRate
Gets the default clock rate (8000).
Declaration
public static int DefaultClockRate { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |