Share via


SPVESACTIONS (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines real-time actions. It helps the TTS engine find out what action requests have been made by an application. Actions are retrieved by the ISpTTSEngineSite::GetActions method.

Syntax

typedef enum SPVESACTIONS{
  SPVES_CONTINUE = 0,
  SPVES_ABORT = ( 1L << 0 ),
  SPVES_SKIP = ( 1L << 1 ),
  SPVES_RATE = ( 1L << 2 ),
  SPVES_VOLUME = ( 1L << 3 )
} SPVESACTIONS;

Elements

  • SPVES_CONTINUE
    SAPI has not received any new information for the engine, and should continue the synthesis process. This is the default value.
  • SPVES_ABORT
    The engine should stop the synthesis process and return from the current speak call immediately.

Requirements

Header sapiddk.h, sapiddk.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations