SPRUNSTATE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines voice running states. See the ISpVoice interface.
Syntax
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
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |