21 static constexpr double InvalidRate = 0;
30 double GetPreferredExportRate()
const;
31 void SetPreferredExportRate(
double rate);
34 double mExportRate{InvalidRate};
Utility ClientData::Site to register hooks into a host class that attach client data.
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
ImportExport & operator=(const ImportExport &)=delete
ImportExport(const ImportExport &)=delete
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.
A convenient default parameter for class template Site.