|
TouchToneGetTouchTones(String, Double, Double) Method
|
Get array of touch tones for given string.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax Public Shared Function GetTouchTones (
keys As String,
keyDuration As Double,
interKeyPause As Double
) As DTMF()
GSF.Media.Sound.TouchTone.GetTouchTones = function(keys, keyDuration, interKeyPause);
View SourceParameters
- 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
DTMFArray of touch tones for given string.
Remarks Non-touch tone characters are ignored. Commas are interpreted as a one second pause.
See Also