Audacity 3.2.0
Variables
ProjectAudioIO.cpp File Reference
#include "ProjectAudioIO.h"
#include "AudioIOBase.h"
#include "Mix.h"
#include "Project.h"
#include "ProjectRate.h"
Include dependency graph for ProjectAudioIO.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory sAudioIOKey
 

Variable Documentation

◆ sAudioIOKey

Initial value:
{
[]( AudacityProject &parent ){
return std::make_shared< ProjectAudioIO >( parent );
}
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90

Definition at line 40 of file ProjectAudioIO.cpp.

Referenced by ProjectAudioIO::Get().