![]() |
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 | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::audio |
| Audio frames and audio processing. | |
Typedefs | |
| typedef uint32_t | roc::audio::ChannelMask |
| Channel mask. | |
Functions | |
| const char * | roc::audio::channel_layout_to_str (ChannelLayout) |
| Get string name of channel layout. | |
| const char * | roc::audio::channel_order_to_str (ChannelOrder) |
| Get string name of channel order. | |
| const char * | roc::audio::channel_pos_to_str (ChannelPosition) |
| Get string name from channel position. | |
| const char * | roc::audio::channel_mask_to_str (ChannelMask) |
| Get string name from channel mask. | |
Channel layout, order, and positions.
Definition in file channel_defs.h.