Provides a simple and consistent way for applications to produce sounds for common events such as messages and errors.
Sounds are specified logically, so that the actual corresponding physical sounds produced can vary with device configuration. Sounds can be file based (e.g. WAV), tones, or a fixed tone sequences.
A sound to play is specified logically using two UIDs. The first specifies the category of the sound, such as rings, alarms, errors, and messages; the second, which is optional, specifies an instance of that category, such as new SMS arrived, or battery low.
The pair of UIDs is encapsulated in
TBaSystemSoundType
.
The sound player plays the sound specified by a
TBaSystemSoundType
. The caller can request the sound to be
repeated, and the time between repeats.
If the exact sound cannot be found on a particular device, a match only by category (first UID) is used. A default sound is used if no match at all is found.
The sound player class is
CoeSoundPlayer
.
The characteristics of a physical sound that corresponds to a
logical sound are encapsulated in a
TBaSystemSoundInfo
.
You can get and set the physical sound for a logical sound
through BaSystemSound
.