|
TouchTone(Char) Constructor
|
Constructs a new
TouchTone for specified touch tone key character.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public TouchTone(
char key
)
Public Sub New (
key As Char
)
new :
key : char -> TouchTone
GSF.Media.Sound.TouchTone = function(key);
View SourceParameters
- key Char
- Character of touch tone to create.
Exceptions See Also