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

Method SetParameters

src/export/ExportOptionsHandler.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ExportOptionsHandler::SetParameters(const ExportProcessor::Parameters& parameters)
72{
73 if(mEditor)
74 {
75 for(const auto& p : parameters)
76 mEditor->SetValue(std::get<0>(p), std::get<1>(p));
77 }
78}
79
80ExportOptionsEditor::SampleRateList ExportOptionsHandler::GetSampleRateList() const
81{

Callers 6

ApplyMethod · 0.45
ShowHostInterfaceMethod · 0.45
InitMethod · 0.45
OnExportMethod · 0.45
DoExportMethod · 0.45
DoExportFunction · 0.45

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected