Audacity 3.2.0
Public Member Functions | List of all members
AudioGraph::Channel Struct Referenceabstract

#include <AudioGraphChannel.h>

Inheritance diagram for AudioGraph::Channel:
[legend]

Public Member Functions

virtual ~Channel ()
 
virtual ChannelType GetChannelType () const =0
 Classify this channel. More...
 

Detailed Description

Definition at line 25 of file AudioGraphChannel.h.

Constructor & Destructor Documentation

◆ ~Channel()

Channel::~Channel ( )
virtualdefault

Member Function Documentation

◆ GetChannelType()

virtual ChannelType AudioGraph::Channel::GetChannelType ( ) const
pure virtual

Classify this channel.

Implemented in StretchingSequence, MockPlayableSequence, and WaveTrack.

Referenced by StretchingSequence::GetChannelType(), AudioGraph::IsMono(), AudioGraph::PlaysLeft(), and AudioGraph::PlaysRight().

Here is the caller graph for this function:

The documentation for this struct was generated from the following files: