Audacity 3.2.0
Classes | Enumerations
ExportFFmpegOptions.h File Reference
#include "FFmpegFunctions.h"
#include "wxPanelWrapper.h"
Include dependency graph for ExportFFmpegOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ApplicableFor
 Entry for the Applicability table. More...
 
struct  CompatibilityEntry
 Describes format-codec compatibility. More...
 
struct  ExposedFormat
 Describes export type. More...
 
class  ExportFFmpegOptions
 Custom FFmpeg export dialog. More...
 

Enumerations

enum  FFmpegExposedFormat {
  FMT_M4A , FMT_AC3 , FMT_AMRNB , FMT_WMA2 ,
  FMT_OTHER , FMT_LAST
}
 Identifiers for pre-set export types. More...
 

Enumeration Type Documentation

◆ FFmpegExposedFormat

Identifiers for pre-set export types.

Enumerator
FMT_M4A 
FMT_AC3 
FMT_AMRNB 
FMT_WMA2 
FMT_OTHER 
FMT_LAST 

Definition at line 28 of file ExportFFmpegOptions.h.

29{
30 FMT_M4A,
31 FMT_AC3,
33#ifdef SHOW_FFMPEG_OPUS_EXPORT
34 FMT_OPUS,
35#endif
39};
@ FMT_M4A
@ FMT_OTHER
@ FMT_AC3
@ FMT_WMA2
@ FMT_AMRNB
@ FMT_LAST