Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.