Share via


SPVPRIORITY (Windows Embedded CE 6.0)

1/6/2010

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