Audacity 3.2.0
Classes | Typedefs
AudioIOSequences.h File Reference
#include "WideSampleSequence.h"
Include dependency graph for AudioIOSequences.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PlayableSequence
 
struct  RecordableSequence
 
class  OtherPlayableSequence
 This is defined just to enable dynamic_cast on it. More...
 

Typedefs

using ConstPlayableSequences = std::vector< std::shared_ptr< const PlayableSequence > >
 
using RecordableSequences = std::vector< std::shared_ptr< RecordableSequence > >
 

Typedef Documentation

◆ ConstPlayableSequences

using ConstPlayableSequences = std::vector<std::shared_ptr<const PlayableSequence> >

Definition at line 35 of file AudioIOSequences.h.

◆ RecordableSequences

using RecordableSequences = std::vector<std::shared_ptr<RecordableSequence> >

Definition at line 80 of file AudioIOSequences.h.