![]() |
Audacity 3.2.0
|
#include <AudioIO.h>
Public Attributes | |
ConstPlayableSequences | playbackSequences |
RecordableSequences | captureSequences |
std::vector< std::shared_ptr< const OtherPlayableSequence > > | otherPlayableSequences |
ConstPlayableSequences | prerollSequences |
RecordableSequences TransportSequences::captureSequences |
Definition at line 71 of file AudioIO.h.
Referenced by ProjectAudioManager::DoRecord(), ProjectAudioManager::OnRecord(), and AudioIO::StartStream().
std::vector<std::shared_ptr<const OtherPlayableSequence> > TransportSequences::otherPlayableSequences |
Definition at line 73 of file AudioIO.h.
Referenced by MakeTransportTracks(), and AudioIO::StartStream().
ConstPlayableSequences TransportSequences::playbackSequences |
Definition at line 70 of file AudioIO.h.
Referenced by MakeTransportTracks(), ProjectAudioManager::OnRecord(), and AudioIO::StartStream().
ConstPlayableSequences TransportSequences::prerollSequences |
Definition at line 76 of file AudioIO.h.
Referenced by AudioIO::AllocateBuffers().