Audacity 3.2.0
|
#include <wx/string.h>
Go to the source code of this file.
Macros | |
#define | AV_CANMETA (AV_VERSION_INT(255, 255, 255)) |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRIES |
#define | FFMPEG_EXPORT_CTRL_ID_FIRST_ENTRY(name, num) name = num |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRY(name) name |
#define | FFMPEG_EXPORT_CTRL_ID_FIRST_ENTRY(name, num) wxT(#name) |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRY(name) wxT(#name) |
Enumerations | |
enum | FFmpegExportCtrlID { FFMPEG_EXPORT_CTRL_ID_ENTRIES } |
Variables | |
static const wxChar * | FFmpegExportCtrlIDNames [] |
#define AV_CANMETA (AV_VERSION_INT(255, 255, 255)) |
Definition at line 20 of file FFmpegDefines.h.
#define FFMPEG_EXPORT_CTRL_ID_ENTRIES |
This construction defines a enumeration of UI element IDs, and a static array of their string representations (this way they're always synchronized). Do not store the enumerated values in external files, as they may change; the strings may be stored.
Definition at line 26 of file FFmpegDefines.h.
Definition at line 78 of file FFmpegDefines.h.
Definition at line 78 of file FFmpegDefines.h.
Definition at line 76 of file FFmpegDefines.h.
Definition at line 76 of file FFmpegDefines.h.
enum FFmpegExportCtrlID |
|
static |
Definition at line 79 of file FFmpegDefines.h.
Referenced by FFmpegPresets::HandleXMLTag(), and FFmpegPresets::WriteXML().