enum classafFancomSapi::SpeechRunState

sys::Obj
  sys::Enum
    afFancomSapi::SpeechRunState

@Serializable { simple=true }

SRSEDone

Source

const static SpeechRunState SRSEDone := ...

The voice has finished rendering all queued phrases.

Value is 1 (0x1)

SRSEIsSpeaking

Source

const static SpeechRunState SRSEIsSpeaking := ...

The SpVoice currently claims the audio queue.

Value is 2 (0x2)

fromStr

Source

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

Source

static SpeechRunState fromVariant(Variant variant)

toFancom

Source

Variant toFancom()

vals

Source

const static SpeechRunState[] vals := ...

List of SpeechRunState values indexed by ordinal

value

Source

const Int value