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

Method GetSampleRate

src/export/ExportFilePanel.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340int ExportFilePanel::GetSampleRate() const
341{
342 return mSampleRate;
343}
344
345std::optional<ExportProcessor::Parameters> ExportFilePanel::GetParameters() const
346{

Callers 5

CompressionMeterPanelMethod · 0.45
OnSampleRateChangeMethod · 0.45
OnExportMethod · 0.45
DoExportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected