Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: Controller.h
Link against:

Enum TMdaPriorityPreference

TMdaPriorityPreference

Support

Supported from 5.0

Description

A set of priority values which define the behaviour to be adopted by a client using a sound device if a higher priority client takes over that device.

EmdaPriorityPreferenceTime

The audio data is time sensitive. The playback operation fails if it cannot happen when requested but degraded output such as mixing or muting is allowed.

EMdaPriorityPreferenceQuality

The audio data must be played at the best possible quality (for example, it must not be degraded by muting or mixing). The playback operation is delayed until the sound device is available for exclusive use.

EmdaPriorityPreferenceTimeAndQuality

The audio data is both time and quality sensitive. The playback operation fails if it cannot happen immediately at the highest quality.