![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Channel set. More...
#include "roc_audio/channel_defs.h"#include "roc_core/stddefs.h"#include "roc_core/string_builder.h"

Go to the source code of this file.
Classes | |
| class | roc::audio::ChannelSet |
| Channel set. Multi-word bitmask with bits corresponding to enabled channels. Meaning of each channel is defined by ChannelLayout. Order of serialized channels is defined by ChannelOrder. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::audio |
| Audio frames and audio processing. | |
Functions | |
| void | roc::audio::format_channel_set (const ChannelSet &ch_set, core::StringBuilder &bld) |
| Format ChannelSet to string. | |
Channel set.
Definition in file channel_set.h.