DTMFDetector Class |
Namespace: StreamCoders.Signals
The DTMFDetector type exposes the following members.
Name | Description | |
---|---|---|
![]() | DTMFDetector |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | BitsPerSample |
Bits per sample of the PCM stream. Currently this value has to be 16.
|
![]() | Channels |
Number of channels on the PCM stream. Currently this value has to be 1.
|
![]() | SampleFrequency |
Gets or sets the sample frequency of the PCM stream. Allowed values are: 8000, 16000.
|
Name | Description | |
---|---|---|
![]() | Detect |
Detect DTMF in a PCM Stream. Possible characters are: 0-9, A-D, '*' and '#'. The minimum
duration for a tone to be detected is 40ms.
|
![]() | Dispose |
Destructor.
|
![]() | Init |
Initializes DTMF Detector.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |