Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Defines ordered list of channels. More...
#include <channel_tables.h>
Public Attributes | |
const char * | name |
Order name. More... | |
ChannelOrder | order |
Order identifier. More... | |
ChannelPosition | chans [ChanPos_Max+1] |
List of channels. Last channel is equal to ChanPos_Max. More... | |
Defines ordered list of channels.
Definition at line 76 of file channel_tables.h.
ChannelPosition roc::audio::ChannelOrderTable::chans[ChanPos_Max+1] |
List of channels. Last channel is equal to ChanPos_Max.
Definition at line 85 of file channel_tables.h.
const char* roc::audio::ChannelOrderTable::name |
Order name.
Definition at line 78 of file channel_tables.h.
ChannelOrder roc::audio::ChannelOrderTable::order |
Order identifier.
Definition at line 81 of file channel_tables.h.