Audacity 3.2.0
Macros | Variables
ImportQT.cpp File Reference
#include "../Audacity.h"
#include "Import.h"
#include "ImportPlugin.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/ProgressDialog.h"
Include dependency graph for ImportQT.cpp:

Go to the source code of this file.

Macros

#define DESC   XO("QuickTime files")
 

Variables

static const auto exts
 

Macro Definition Documentation

◆ DESC

#define DESC   XO("QuickTime files")

Definition at line 23 of file ImportQT.cpp.

Variable Documentation

◆ exts

const auto exts
static
Initial value:
= {
wxT("aif"),
wxT("aifc"),
wxT("aiff"),
wxT("mov"),
wxT("aac"),
wxT("m4a"),
wxT("mp4")
}
wxT("CloseDown"))

Definition at line 25 of file ImportQT.cpp.