Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method gets the current TTS rendering rate adjustment for the TTS engine to use. The engine should call this method when a previous call to ISpTTSEngineSite::GetActions returns SPVES_RATE. The method retrieves a baseline rate. The engine should combine additional rate adjustments in the XML state with the baseline rate to determine the actual absolute rate adjustment.
HRESULT GetRate(long* pRateAdjust);
Parameters
- pRateAdjust
[out] Pointer to the baseline rate.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
E_INVALIDARG | pRateAdjust is invalid. |
S_OK | Function completed successfully. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.
See Also
ISpTTSEngineSite | SAPI Interfaces
Send Feedback on this topic to the authors