enum classafFancomSapi::SpeechRunState
sys::Obj sys::Enum afFancomSapi::SpeechRunState
@Serializable { simple=true }
Lists the running states of a TTS voice.
http://msdn.microsoft.com/en-us/library/ee125212%28v=vs.85%29.aspx
- SRSEDone
const static SpeechRunState SRSEDone := ...The voice has finished rendering all queued phrases.
Value is 1 (0x1)
- SRSEIsSpeaking
const static SpeechRunState SRSEIsSpeaking := ...The SpVoice currently claims the audio queue.
Value is 2 (0x2)
- fromStr
static new fromStr(Str name, Bool checked := true)Return the SpeechRunState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- fromVariant
static SpeechRunState fromVariant(Variant variant)- toFancom
Variant toFancom()- vals
const static SpeechRunState[] vals := ...List of SpeechRunState values indexed by ordinal
- value
const Int value