Go to the source code of this file.
◆ BUF_COUNT
◆ DEVICE_SHADOW_BUFFER_QUEUE_LEN
#define DEVICE_SHADOW_BUFFER_QUEUE_LEN 4 |
◆ ENGINE_SERVICE_MSG_KICKSTART_PLAYER
#define ENGINE_SERVICE_MSG_KICKSTART_PLAYER 1 |
◆ ENGINE_SERVICE_MSG_RETRIEVE_DUMP_BUFS
#define ENGINE_SERVICE_MSG_RETRIEVE_DUMP_BUFS 2 |
◆ PLAY_KICKSTART_BUFFER_COUNT
#define PLAY_KICKSTART_BUFFER_COUNT 8 |
◆ RECORD_DEVICE_KICKSTART_BUF_COUNT
#define RECORD_DEVICE_KICKSTART_BUF_COUNT 4 |
◆ SLASSERT
Value: { \
if (SL_RESULT_SUCCESS != (x)) \
throw std::runtime_error("OpenSLES error " + std::to_string(x)); \
}
Definition at line 67 of file audio_common.h.