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 enumeration defines voice running states. See the ISpVoice interface.
typedef enum SPRUNSTATE{ SPRS_DONE = (1L << 0), SPRS_IS_SPEAKING = (1L << 1) } SPRUNSTATE;
Elements
- SPRS_DONE
Voice object has completed processing all queued streams. - SPRS_IS_SPEAKING
Voice object currently has the audio claimed.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors