Audacity 3.2.0
Public Attributes | List of all members
TransportSequences Struct Referencefinal

#include <AudioIO.h>

Collaboration diagram for TransportSequences:
[legend]

Public Attributes

ConstPlayableSequences playbackSequences
 
RecordableSequences captureSequences
 
std::vector< std::shared_ptr< const OtherPlayableSequence > > otherPlayableSequences
 
ConstPlayableSequences prerollSequences
 

Detailed Description

Definition at line 69 of file AudioIO.h.

Member Data Documentation

◆ captureSequences

RecordableSequences TransportSequences::captureSequences

◆ otherPlayableSequences

std::vector<std::shared_ptr<const OtherPlayableSequence> > TransportSequences::otherPlayableSequences

Definition at line 73 of file AudioIO.h.

Referenced by MakeTransportTracks(), and AudioIO::StartStream().

◆ playbackSequences

ConstPlayableSequences TransportSequences::playbackSequences

◆ prerollSequences

ConstPlayableSequences TransportSequences::prerollSequences

Definition at line 76 of file AudioIO.h.

Referenced by AudioIO::AllocateBuffers().


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