Click or drag to resize

TouchToneGetTouchTones(String) Method

Get array of touch tones for given string.

Namespace: GSF.Media.Sound
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static DTMF[] GetTouchTones(
	string keys
)
View Source

Parameters

keys  String
String of touch tone characters to convert to touch tones.

Return Value

DTMF
Array of touch tones for given string.
Remarks
Non-touch tone characters are ignored. Commas are interpreted as a one second pause.
See Also