|
TouchTone(Int32) Constructor
|
Constructs a new
TouchTone for specified touch tone key number.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public TouchTone(
int key
)
public:
TouchTone(
int key
)
new :
key : int -> TouchTone
GSF.Media.Sound.TouchTone = function(key);
View SourceParameters
- key Int32
- Number of touch tone to create (note that * = 10 and # = 11).
Exceptions See Also