Share via


SPRUNSTATE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

SAPI Enumerations