Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: MmfBase.h

Enum TMdaPriority

TMdaPriority

Description

The priority for clients accessing a sound output device for audio playback or audio streaming.

This is a value between EMdaPriorityMin and EMdaPriorityMax. The higher value indicates a more important request. It is used to resolve conflicts when more than one client tries to access the same hardware resource simultaneously.

One of these values is passed in the first parameter to CMdaAudioOutputStream::SetPriority().

See also:

EMdaPriorityMin

The lowest priority (= – 100). This indicates that the client can be interrupted by any other client.

EMdaPriorityNormal

Normal priority. This indicates that the client can be interrupted but only by higher priority clients.

EMdaPriorityMax

The highest priority (= 100). This indicates that the client cannot be interrupted by other clients.