![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Defines ordered list of channels. More...
#include <roc_audio/channel_tables.h>
Public Attributes | |
| const char * | name |
| Order name. | |
| ChannelOrder | order |
| Order identifier. | |
| ChannelPosition | chans [ChanPos_Max+1] |
| List of channels. Last channel is equal to ChanPos_Max. | |
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.