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

Method GetParameters

src/export/ExportFilePanel.cpp:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345std::optional<ExportProcessor::Parameters> ExportFilePanel::GetParameters() const
346{
347 if(mOptionsHandler->TransferDataFromEditor())
348 return { mOptionsHandler->GetParameters() };
349 return std::nullopt;
350}
351
352int ExportFilePanel::GetChannels() const
353{

Callers 11

SaveUserPresetMethod · 0.45
SaveParametersMethod · 0.45
SaveSettingsAsStringMethod · 0.45
GetPresetMethod · 0.45
GetDefaultPresetMethod · 0.45
SaveParametersMethod · 0.45
OnOKMethod · 0.45
SaveSettingsAsStringMethod · 0.45
MakeListenerMethod · 0.45
ShowHostInterfaceMethod · 0.45
OnExportMethod · 0.45

Calls 1

Tested by

no test coverage detected