Audacity 3.2.0
|
Classes | |
struct | State |
Functions | |
void | OnFFmpegFindButton (State &state) |
void | SetFFmpegVersionText (State &state) |
void | AddControls (ShuttleGui &S) |
Variables | |
LibraryPrefs::RegisteredControls | reg { wxT("FFmpeg"), AddControls } |
void anonymous_namespace{FFmpegPrefs.cpp}::AddControls | ( | ShuttleGui & | S | ) |
Definition at line 36 of file FFmpegPrefs.cpp.
References OnFFmpegFindButton(), S, SetFFmpegVersionText(), HelpSystem::ShowHelp(), wxT(), XO(), and XXO().
void anonymous_namespace{FFmpegPrefs.cpp}::OnFFmpegFindButton | ( | State & | state | ) |
Definition at line 90 of file FFmpegPrefs.cpp.
References AudacityMessageBox(), FindFFmpegLibs(), LoadFFmpeg(), anonymous_namespace{FFmpegPrefs.cpp}::State::parent, SetFFmpegVersionText(), and XO().
Referenced by AddControls().
void anonymous_namespace{FFmpegPrefs.cpp}::SetFFmpegVersionText | ( | State & | state | ) |
Definition at line 30 of file FFmpegPrefs.cpp.
References anonymous_namespace{FFmpegPrefs.cpp}::State::FFmpegVersion, GetFFmpegVersion(), and ReadOnlyText::SetValue().
Referenced by AddControls(), and OnFFmpegFindButton().
LibraryPrefs::RegisteredControls anonymous_namespace{FFmpegPrefs.cpp}::reg { wxT("FFmpeg"), AddControls } |
Definition at line 121 of file FFmpegPrefs.cpp.