DTMFDetectorDetect Method |
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.
Namespace: StreamCoders.SignalsAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<DTMFDetectorTone> Detect(
byte[] buffer
)
Public Function Detect (
buffer As Byte()
) As List(Of DTMFDetectorTone)
public:
List<DTMFDetectorTone^>^ Detect(
array<unsigned char>^ buffer
)
member Detect :
buffer : byte[] -> List<DTMFDetectorTone>
Parameters
- buffer
- Type: SystemByte
[in,out] If non-null, the buffer.
Return Value
Type:
ListDTMFDetectorTone
Returns a String representing DTMF tones, otherwise String is empty.
See Also