enum classafFancomSapi::SpeechStreamSeekPositionType

sys::Obj
  sys::Enum
    afFancomSapi::SpeechStreamSeekPositionType

@Serializable { simple=true }

Lists the types of positioning from which a Seek method can be performed.

http://msdn.microsoft.com/en-us/library/ee125215%28v=vs.85%29.aspx

SSSPTRelativeToCurrentPosition

Source

const static SpeechStreamSeekPositionType SSSPTRelativeToCurrentPosition := ...

Calculates the stream offset relative from the current position.

Value is 1 (0x1)

SSSPTRelativeToEnd

Source

const static SpeechStreamSeekPositionType SSSPTRelativeToEnd := ...

Calculates the stream offset relative from the end of the stream.

Value is 2 (0x2)

SSSPTRelativeToStart

Source

const static SpeechStreamSeekPositionType SSSPTRelativeToStart := ...

Calculates the stream offset relative from the start of the stream.

Value is 0 (0x0)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SpeechStreamSeekPositionType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SpeechStreamSeekPositionType[] vals := ...

List of SpeechStreamSeekPositionType values indexed by ordinal