SPRUNSTATE

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.