MCPcopy Create free account
hub / github.com/audacity/audacity / GetPreferredExportRate

Method GetPreferredExportRate

libraries/lib-import-export/ImportExport.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36ImportExport::ImportExport() = default;
37
38double ImportExport::GetPreferredExportRate() const
39{
40 return mExportRate;
41}
42
43void ImportExport::SetPreferredExportRate(double rate)
44{

Callers 2

ImportExport.cppFile · 0.80
ExportAudioDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected