Audacity 3.2.0
Public Attributes | List of all members
ApplicableFor Struct Reference

Entry for the Applicability table. More...

#include <ExportFFmpegDialogs.h>

Collaboration diagram for ApplicableFor:
[legend]

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...
 

Detailed Description

Entry for the Applicability table.

Definition at line 195 of file ExportFFmpegDialogs.h.

Member Data Documentation

◆ codec

AudacityAVCodecID ApplicableFor::codec

Codec ID.

Definition at line 199 of file ExportFFmpegDialogs.h.

◆ control

int ApplicableFor::control

control ID

Definition at line 198 of file ExportFFmpegDialogs.h.

Referenced by ExportFFmpegOptions::EnableDisableControls().

◆ enable

bool ApplicableFor::enable

true if this control should be enabled, false otherwise

Definition at line 197 of file ExportFFmpegDialogs.h.

◆ format

const char* ApplicableFor::format

Format short name.

Definition at line 200 of file ExportFFmpegDialogs.h.


The documentation for this struct was generated from the following file: