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 73 of file AudioIO.h.
Referenced by ProjectAudioManager::DoRecord(), anonymous_namespace{TransportMenus.cpp}::OnPunchAndRoll(), ProjectAudioManager::OnRecord(), and AudioIO::StartStream().
std::vector<std::shared_ptr<const OtherPlayableSequence> > TransportSequences::otherPlayableSequences |
Definition at line 75 of file AudioIO.h.
Referenced by MakeTransportTracks(), and AudioIO::StartStream().
ConstPlayableSequences TransportSequences::playbackSequences |
Definition at line 72 of file AudioIO.h.
Referenced by MakeTransportTracks(), anonymous_namespace{TransportMenus.cpp}::OnPunchAndRoll(), ProjectAudioManager::OnRecord(), and AudioIO::StartStream().
ConstPlayableSequences TransportSequences::prerollSequences |
Definition at line 78 of file AudioIO.h.
Referenced by AudioIO::AllocateBuffers().