Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::audio::ChannelOrderTable Struct Reference

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...
 

Detailed Description

Defines ordered list of channels.

Definition at line 76 of file channel_tables.h.

Member Data Documentation

◆ chans

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.

◆ name

const char* roc::audio::ChannelOrderTable::name

Order name.

Definition at line 78 of file channel_tables.h.

◆ order

ChannelOrder roc::audio::ChannelOrderTable::order

Order identifier.

Definition at line 81 of file channel_tables.h.


The documentation for this struct was generated from the following file: