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

Entry for the Applicability table. More...

#include <ExportFFmpegOptions.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 42 of file ExportFFmpegOptions.h.

Member Data Documentation

◆ codec

AudacityAVCodecID ApplicableFor::codec

Codec ID.

Definition at line 46 of file ExportFFmpegOptions.h.

◆ control

int ApplicableFor::control

control ID

Definition at line 45 of file ExportFFmpegOptions.h.

Referenced by ExportFFmpegOptions::EnableDisableControls().

◆ enable

bool ApplicableFor::enable

true if this control should be enabled, false otherwise

Definition at line 44 of file ExportFFmpegOptions.h.

◆ format

const char* ApplicableFor::format

Format short name.

Definition at line 47 of file ExportFFmpegOptions.h.


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