Microsoft Speech Platform
ISpStreamFormatConverter::ResetSeekPosition
ISpStreamFormatConverter::ResetSeekPosition resets the format converter's stream seek position to the start of the stream. This method changes the seek position of the base stream to zero.
HRESULT ResetSeekPosition( void );
Parameters
- None.
Return values
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_UNINITIALIZED | Current stream base is uninitialized. |