You are reading help file online using chmlib.com
|
The SpeechAudioState enumeration lists the four possible audio input and output states.
This is used by ISpeechAudioStatus.State property and ISpeechAudio.SetState method.
Enum SpeechAudioState
SASClosed = 0
SASStop = 1
SASPause = 2
SASRun = 3
End Enum
You are reading help file online using chmlib.com
|