Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | FFmpegNotFoundDialog |
Functions | |
TranslatableString | GetFFmpegVersion () |
void | FFmpegStartup () |
bool | LoadFFmpeg (bool showerror) |
bool | FindFFmpegLibs (wxWindow *parent=nullptr) |
Variables | |
BoolSetting | FFmpegNotFoundDontShow |
void FFmpegStartup | ( | ) |
Called during Audacity start-up to try and load the ffmpeg libraries
Definition at line 58 of file FFmpeg.cpp.
References AudacityMessageBox(), FFmpegEnabled, LoadFFmpeg(), Setting< T >::Read(), and XO().
Referenced by ModuleDispatch().
bool FindFFmpegLibs | ( | wxWindow * | parent = nullptr | ) |
Definition at line 303 of file FFmpeg.cpp.
References AVFormatPath, SettingTransaction::Commit(), FindFFmpegDialog::GetLibPath(), FFmpegFunctions::GetSearchPaths(), FFmpegFunctions::Load(), name, Setting< T >::Write(), and wxT().
Referenced by anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::CheckFFmpeg(), ExportFFmpeg::CheckFileName(), and anonymous_namespace{FFmpegPrefs.cpp}::OnFFmpegFindButton().
TranslatableString GetFFmpegVersion | ( | ) |
Definition at line 75 of file FFmpeg.cpp.
References FFmpegFunctions::Load(), Verbatim(), wxT(), and XO().
Referenced by anonymous_namespace{FFmpegPrefs.cpp}::SetFFmpegVersionText().
bool LoadFFmpeg | ( | bool | showerror | ) |
Definition at line 39 of file FFmpeg.cpp.
References FFmpegEnabled, audacity::BasicSettings::Flush(), gPrefs, FFmpegFunctions::Load(), and Setting< T >::Write().
Referenced by anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::CheckFFmpeg(), ExportFFmpeg::CheckFileName(), FFmpegStartup(), and anonymous_namespace{FFmpegPrefs.cpp}::OnFFmpegFindButton().
|
extern |
Definition at line 355 of file FFmpeg.cpp.
Referenced by FFmpegNotFoundDialog::OnOk(), FFmpegImportPlugin::Open(), and FFmpegNotFoundDialog::PopulateOrExchange().