Describes an input source for DownmixStage Decorates an AudioGraph::Source with operations that are necessary to perform down mixing, which are: number of source channels, per-channel gain, channel mapping.
More...
#include <DownmixSource.h>
Describes an input source for DownmixStage Decorates an AudioGraph::Source with operations that are necessary to perform down mixing, which are: number of source channels, per-channel gain, channel mapping.
Definition at line 24 of file DownmixSource.h.
◆ DownmixSource()
DownmixSource::DownmixSource |
( |
| ) |
|
|
default |
◆ ~DownmixSource()
virtual DownmixSource::~DownmixSource |
( |
| ) |
|
|
virtualdefault |
◆ CanMakeMono()
virtual bool DownmixSource::CanMakeMono |
( |
| ) |
const |
|
pure virtual |
◆ FindChannelFlags()
virtual void DownmixSource::FindChannelFlags |
( |
unsigned char * |
channelFlags, |
|
|
size_t |
numChannels, |
|
|
size_t |
iChannel |
|
) |
| |
|
pure virtual |
◆ GetChannelGain()
virtual float DownmixSource::GetChannelGain |
( |
size_t |
channel | ) |
const |
|
pure virtual |
◆ GetDownstream()
◆ NChannels()
virtual size_t DownmixSource::NChannels |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: