Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
ImportExport::ImportExport() = default;
37
38
double ImportExport::GetPreferredExportRate() const
39
{
40
return mExportRate;
41
}
42
43
void ImportExport::SetPreferredExportRate(double rate)
44
{
Callers
2
ImportExport.cpp
File · 0.80
ExportAudioDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected