Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Channel layout, order, and positions. More...
#include "roc_core/stddefs.h"
Go to the source code of this file.
Namespaces | |
roc | |
Root namespace. | |
roc::audio | |
Audio frames and audio processing. | |
Typedefs | |
typedef uint32_t | roc::audio::ChannelMask |
Channel mask. More... | |
Functions | |
const char * | roc::audio::channel_layout_to_str (ChannelLayout) |
Get string name of channel layout. More... | |
const char * | roc::audio::channel_order_to_str (ChannelOrder) |
Get string name of channel order. More... | |
const char * | roc::audio::channel_pos_to_str (ChannelPosition) |
Get string name from channel position. More... | |
const char * | roc::audio::channel_mask_to_str (ChannelMask) |
Get string name from channel mask. More... | |
Channel layout, order, and positions.
Definition in file channel_defs.h.