Unknown
org.freesmartphone.Audio.Manager
Description: Set the current audio mode. Currently there is only a difference between normal and call. Normal means all audio use when not in a phone call and call means all audio within a phone call.
Description: Get the current audio mode which is used.
Description: Set the current audio output device which is used only within the current mode. If you switch mode then the manager will switch even the output to the last used one in the new mode.
Description: Get the current audio device.
Description: Push a new audio device onto the stack and active it.
Description: Pull an audio device from the stack and activate the next one.
Description: Get all available audio outputs for the specified audio mode.
The volume in percent (0-100).
i: volume
The volume in percent (0-100).
Description: Mute current output device.
b: mute
Description: Mute current output device.
Description: Registering a audio session with the manager. Everytime a application wants to play audio it has to register a audio session for this so the audio daemon can control the played audio and maybe mutes the stream if another audio source is more important than the current played one.
Description: Release a audio session from the manager after audio playback is over.
i: volume
b: mute
Description: Raised, if the device to process is unsupported by the used router.
Description: Raised, if there is no more device to pull from the stack.