Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
channel_set.h File Reference

Channel set. More...

Include dependency graph for channel_set.h:
This graph shows which files directly or indirectly include this file:

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

 roc
 Root 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. More...
 

Detailed Description

Channel set.

Definition in file channel_set.h.