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

Method FFmpegNotFoundDialog

modules/import-export/mod-ffmpeg/FFmpeg.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250//----------------------------------------------------------------------------
251
252FFmpegNotFoundDialog::FFmpegNotFoundDialog(wxWindow *parent)
253 : wxDialogWrapper(parent, wxID_ANY, XO("FFmpeg not found"))
254{
255 SetName();
256 ShuttleGui S(this, eIsCreating);
257 PopulateOrExchange(S);
258}
259
260void FFmpegNotFoundDialog::PopulateOrExchange(ShuttleGui & S)
261{

Callers

nothing calls this directly

Calls 1

PopulateOrExchangeFunction · 0.70

Tested by

no test coverage detected