13#ifndef __AUDACITY_AUDIO_GRAPH_CHANNEL__
14#define __AUDACITY_AUDIO_GRAPH_CHANNEL__
ChannelType
Mutually exclusive channel classifications.
bool PlaysRight(const Channel &channel)
Whether the channel may play through a right speaker.
bool IsMono(const Channel &channel)
Whether the channel is mono.
bool PlaysLeft(const Channel &channel)
Whether the channel may play through a left speaker.
virtual ChannelType GetChannelType() const =0
Classify this channel.