You are reading help file online using chmlib.com
|
The SpeechStreamSeekPositionType enumeration lists the types of positioning from which a Seek method can be performed.
Used by ISpeechBaseStream.Seek.
Enum SpeechStreamSeekPositionType
SSSPTRelativeToStart = 0
SSSPTRelativeToCurrentPosition = 1
SSSPTRelativeToEnd = 2
End Enum
You are reading help file online using chmlib.com
|