Click or drag to resize
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.Signals
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<DTMFDetectorTone> Detect(
	byte[] buffer
)

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