SPVPRIORITY (Windows CE 5.0)
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
Send Feedback on this topic to the authors