![]() |
Audacity 3.2.0
|
Entry for the Applicability table. More...
#include <ExportFFmpegDialogs.h>
Public Attributes | |
bool | enable |
true if this control should be enabled, false otherwise More... | |
int | control |
control ID More... | |
AudacityAVCodecID | codec |
Codec ID. More... | |
const char * | format |
Format short name. More... | |
Entry for the Applicability table.
Definition at line 195 of file ExportFFmpegDialogs.h.
AudacityAVCodecID ApplicableFor::codec |
Codec ID.
Definition at line 199 of file ExportFFmpegDialogs.h.
int ApplicableFor::control |
control ID
Definition at line 198 of file ExportFFmpegDialogs.h.
Referenced by ExportFFmpegOptions::EnableDisableControls().
bool ApplicableFor::enable |
true if this control should be enabled, false otherwise
Definition at line 197 of file ExportFFmpegDialogs.h.
const char* ApplicableFor::format |
Format short name.
Definition at line 200 of file ExportFFmpegDialogs.h.