ISpTTSEngineSite::GetActions

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

ISpTTSEngineSite::GetActions

ISpTTSEngineSite::GetActions queries the SpVoice object to determine which real-time action(s) to perform. An engine should call this method frequently during the rendering process to be as responsive as possible. SAPI returns a DWORD indicating which action(s) contained in the SPVESACTIONS enumeration should be performed. See GetRate, GetVolume, and GetSkipInfo for more information.

DWORD GetActions ( void );

Parameters

None.

Return values

DWORD containing one or more values from SPVESACTIONS specifying the action(s) to perform.