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

Defines multiplication coefficient for a pair of channels. More...

#include <channel_mapper_table.h>

Public Attributes

ChannelPosition out_ch
 Index of output channel. More...
 
ChannelPosition in_ch
 Index of input channel. More...
 
sample_t coeff
 Multiplication coefficient. More...
 

Detailed Description

Defines multiplication coefficient for a pair of channels.

Definition at line 22 of file channel_mapper_table.h.

Member Data Documentation

◆ coeff

sample_t roc::audio::ChannelMapRule::coeff

Multiplication coefficient.

Definition at line 25 of file channel_mapper_table.h.

◆ in_ch

ChannelPosition roc::audio::ChannelMapRule::in_ch

Index of input channel.

Definition at line 24 of file channel_mapper_table.h.

◆ out_ch

ChannelPosition roc::audio::ChannelMapRule::out_ch

Index of output channel.

Definition at line 23 of file channel_mapper_table.h.


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