Audacity 3.2.0
Classes | Namespaces | Enumerations | Functions
AudioGraphChannel.h File Reference
This graph shows which files directly or indirectly include this file:

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