Share via


SPVPRIORITY

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines the priorities that voices can have.

Syntax

typedef enum SPVPRIORITY{
  SPVPRI_NORMAL = 0,
  SPVPRI_ALERT = (1L << 0),
  SPVPRI_OVER = (1L << 1)
} SPVPRIORITY;

Elements

  • SPVPRI_NORMAL
    Normal priority.
  • SPVPRI_ALERT
    Alert priority.
  • SPVPRI_OVER
    Over priority. The voice should mix its audio with all other audio on the system with no synchronization.

Requirements

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

See Also

Reference

SAPI Enumerations
ISpVoice::GetPriority
ISpVoice::SetPriority