![]() |
Audacity 3.2.0
|
Classes | |
| class | Buffers |
| Accumulates (non-interleaved) data during effect processing. More... | |
| struct | Channel |
| class | Sink |
| Downstream receiver of sample streams, taking Buffers as external context. More... | |
| class | Source |
| Upstream producer of sample streams, taking Buffers as external context. More... | |
| struct | Task |
| Copies from a Source to a Sink, mediated by Buffers. More... | |
Enumerations | |
| enum | ChannelType : unsigned { MonoChannel , LeftChannel , RightChannel } |
| Mutually exclusive channel classifications. More... | |
Functions | |
| bool | IsMono (const Channel &channel) |
| Whether the channel is mono. More... | |
| bool | PlaysLeft (const Channel &channel) |
| Whether the channel may play through a left speaker. More... | |
| bool | PlaysRight (const Channel &channel) |
| Whether the channel may play through a right speaker. More... | |
| enum AudioGraph::ChannelType : unsigned |
Mutually exclusive channel classifications.
| Enumerator | |
|---|---|
| MonoChannel | |
| LeftChannel | |
| RightChannel | |
Definition at line 18 of file AudioGraphChannel.h.
|
inline |
Whether the channel is mono.
Definition at line 32 of file AudioGraphChannel.h.
References AudioGraph::Channel::GetChannelType(), and MonoChannel.
Referenced by ExportMixerDialog::ExportMixerDialog(), SequenceDownmixSource::FindChannelFlags(), MixAndRender(), and LoudnessBase::Process().
|
inline |
Whether the channel may play through a left speaker.
Definition at line 37 of file AudioGraphChannel.h.
References AudioGraph::Channel::GetChannelType(), LeftChannel, and MonoChannel.
|
inline |
Whether the channel may play through a right speaker.
Definition at line 42 of file AudioGraphChannel.h.
References AudioGraph::Channel::GetChannelType(), MonoChannel, and RightChannel.