SpeechStreamSeekPositionType (SAPI 5.3)
Microsoft Speech API 5.3
SpeechStreamSeekPositionType Enum
The SpeechStreamSeekPositionType enumeration lists the types of positioning from which a Seek method can be performed.
Used by ISpeechBaseStream.Seek.
Definition
Enum SpeechStreamSeekPositionType
SSSPTRelativeToStart = 0
SSSPTRelativeToCurrentPosition = 1
SSSPTRelativeToEnd = 2
End Enum
Elements
- SSSPTRelativeToStart
Calculates the stream offset relative from the start of the stream. - SSSPTRelativeToCurrentPosition
Calculates the stream offset relative from the current position. - SSSPTRelativeToEnd
Calculates the stream offset relative from the end of the stream.