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

Method OnAllCodecs

modules/import-export/mod-ffmpeg/ExportFFmpegOptions.cpp:1126–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124///
1125///
1126void ExportFFmpegOptions::OnAllCodecs(wxCommandEvent& WXUNUSED(event))
1127{
1128 mShownCodecNames = mCodecNames;
1129 mShownCodecLongNames = mCodecLongNames;
1130 mCodecList->Clear();
1131 mCodecList->Append(mCodecNames);
1132}
1133
1134/// ReportIfBadCombination will trap
1135/// bad combinations of format and codec and report

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected