Share via


SPVPRIORITY

This enumeration defines the priorities that voices can have.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations | ISpVoice::GetPriority | ISpVoice::SetPriority

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.