![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
| struct | AudioGraph::Channel |
Namespaces | |
| namespace | AudioGraph |
Enumerations | |
| enum | AudioGraph::ChannelType : unsigned { AudioGraph::MonoChannel , AudioGraph::LeftChannel , AudioGraph::RightChannel } |
| Mutually exclusive channel classifications. More... | |
Functions | |
| bool | AudioGraph::IsMono (const Channel &channel) |
| Whether the channel is mono. More... | |
| bool | AudioGraph::PlaysLeft (const Channel &channel) |
| Whether the channel may play through a left speaker. More... | |
| bool | AudioGraph::PlaysRight (const Channel &channel) |
| Whether the channel may play through a right speaker. More... | |