Click or drag to resize

TouchToneGetTouchTones(String, Double, Double) 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,
	double keyDuration,
	double interKeyPause
)
View Source

Parameters

keys  String
String of touch tone characters to convert to touch tones.
keyDuration  Double
Duration of touch tone key press in seconds, typically fractional.
interKeyPause  Double
Time to wait between key presses in seconds, typically fractional.

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