Class Format
A DTMF (telephone-event) 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.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 |