IVoiceText::AudioResume
This method resumes text-to-speech output after it has been paused by the IVoiceText::AudioPause method.
Syntax
HRESULT AudioResume(void);
Return Values
- NOERROR
- The method successfully resumed the text-to-speech output.
- VTXTERR_INVALIDMODE
- The text-to-speech mode is invalid, or the application has not been registered to use the voice text on the site.
- VTXTERR_NOTENABLED
- Voice text is not enabled.
- VTXTERR_OUTOFMEM
- There is not enough memory.
Remarks
The AudioResume method affects all applications using the site.
See Also
IVoiceText::AudioPause