The supported audio runtimes.
Synopsis:
#include <audio/audio_manager_routing.h>
typedef enum {
AUDIO_RUNTIME_NATIVE
AUDIO_RUNTIME_ANDROID
AUDIO_RUNTIME_COUNT
} audio_manager_runtime_t;
Data:
- AUDIO_RUNTIME_NATIVE
- The audio type used by clients that are directly designed for the QNX Neutrino RTOS or BlackBerry 10 OS.
- AUDIO_RUNTIME_ANDROID
- The audio type that is used by clients designed for Android.
- AUDIO_RUNTIME_COUNT
- The total number of supported runtimes.
Library:
libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)
Description:
This enumeration defines the supported audio runtimes that the audio manager service supports.