Audacity 3.2.0
|
Entry for the Applicability table. More...
#include <ExportFFmpegOptions.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 42 of file ExportFFmpegOptions.h.
AudacityAVCodecID ApplicableFor::codec |
Codec ID.
Definition at line 46 of file ExportFFmpegOptions.h.
int ApplicableFor::control |
control ID
Definition at line 45 of file ExportFFmpegOptions.h.
Referenced by ExportFFmpegOptions::EnableDisableControls().
bool ApplicableFor::enable |
true if this control should be enabled, false otherwise
Definition at line 44 of file ExportFFmpegOptions.h.
const char* ApplicableFor::format |
Format short name.
Definition at line 47 of file ExportFFmpegOptions.h.