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

Method CreateOptionsEditor

modules/import-export/mod-cl/ExportCL.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481std::unique_ptr<ExportOptionsEditor>
482ExportCL::CreateOptionsEditor(int, ExportOptionsEditor::Listener*) const
483{
484 return std::make_unique<ExportOptionsCLEditor>();
485}
486
487std::unique_ptr<ExportProcessor> ExportCL::CreateProcessor(int format) const
488{

Callers 3

ApplyMethod · 0.45
ExportOptionsHandlerMethod · 0.45
DoExportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected