SPRUNSTATE (Windows CE 5.0)

Send Feedback

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

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.