IVTxtAttributes::SpeedGet
This method retrieves the current average talking speed for a voice text site, in words per minute.
Syntax
HRESULT SpeedGet( DWORD *pdwSpeed);
Parameters
- pdwSpeed
- [out] Pointer to a DWORD that receives the talking speed for a voice text site.
Return Values
- NOERROR
- The method successfully retrieved the current average talking speed for a voice text site.
- 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_INVALIDPARAM
- A parameter is invalid.
- VTXTERR_OUTOFMEM
- There is not enough memory.
Remarks
The talking speed for a site is saved between uses of the site, even if the user shuts down the computer in the meantime.
See Also
IVTxtAttributes::SpeedSet