audio Namespace Reference
Classes | |
class | double_t |
class | float_t |
class | int16_16_t |
class | int16_32_t |
class | int24_24_t |
class | int24_32_t |
class | int32_32_t |
class | int32_64_t |
class | int64_64_t |
class | int8_16_t |
class | int8_8_t |
Typedefs | |
using | Duration = echrono::Duration |
using | Time = echrono::Steady |
Enumerations | |
enum | channel { channel_unknow, channel_frontLeft, channel_frontCenter, channel_frontRight, channel_rearLeft, channel_rearCenter, channel_rearRight, channel_centerLeft, channel_centerRight, channel_topFrontLeft, channel_topFrontCenter, channel_topFrontRight, channel_topRearLeft, channel_topRearCenter, channel_topRearRight, channel_topCenterLeft, channel_topCenterRight, channel_lfe, channel_aux0, channel_aux1, channel_aux2, channel_aux3, channel_aux4, channel_aux5, channel_aux6, channel_aux7, channel_aux8, channel_aux9, channel_aux10, channel_aux11, channel_aux12, channel_aux13, channel_aux14, channel_aux15, channel_aux16, channel_aux17, channel_aux18, channel_aux19, channel_aux20, channel_aux21, channel_aux22, channel_aux23, channel_aux24, channel_aux25, channel_aux26, channel_aux27, channel_aux28, channel_aux29, channel_aux30, channel_aux31 } |
enum | format { format_unknow, format_int8, format_int8_on_int16, format_int16, format_int16_on_int32, format_int24, format_int24_on_int32, format_int32, format_int32_on_int64, format_int64, format_float, format_double } |
Functions | |
std::string | getChannelString (enum audio::channel _obj) |
std::string | getChannelString (const std::vector< enum audio::channel > &_obj) |
enum audio::channel | getChannelFromString (const std::string &_value) |
std::vector< enum audio::channel > | getListChannelFromString (const std::string &_value) |
std::vector< uint8_t > | convertChannel (const std::vector< enum audio::channel > &_obj) |
std::vector< enum audio::channel > | convertChannel (const std::vector< uint8_t > &_obj) |
std::string | getFormatString (enum audio::format _format) |
enum audio::format | getFormatFromString (const std::string &_value) |
std::vector< enum audio::format > | getListFormatFromString (const std::string &_value) |
uint32_t | getFormatBytes (enum audio::format _format) |
std::vector< uint8_t > | convertFormat (const std::vector< enum audio::format > &_obj) |
std::vector< enum audio::format > | convertFormat (const std::vector< uint8_t > &_obj) |
uint8_t | convertFormat (enum audio::format _obj) |
enum audio::format | convertFormat (uint8_t _obj) |
Detailed Description
Audio library namespace.
Enumeration Type Documentation
§ channel
enum audio::channel |
§ format
enum audio::format |