ISpSREngineSite2::UpdateRecoPosEx (SAPI 5.3)
Speech API 5.3
ISpSREngineSite2::UpdateRecoPosEx
ISpSREngineSite2::UpdateRecoPosEx updates SAPI with the recognizer position and time.
HRESULT UpdateRecoPosEx(
ULONGLONG ullCurrentRecoPos,
ULONGLONG ullCurrentRecoTime
);
Parameters
- ullCurrentRecoPos
- The position in the audio stream in bytes.
- ullCurrentRecoTime
- The position in the audio stream in 100 nanosecond units.
Return values
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_FAILED(hr) | Appropriate error message. |