Audacity 3.2.0
Classes | Macros | Variables
ExportOGG.cpp File Reference
#include "Export.h"
#include <wx/log.h>
#include <wx/slider.h>
#include <wx/stream.h>
#include <vorbis/vorbisenc.h>
#include "FileIO.h"
#include "ProjectRate.h"
#include "Mix.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "Tags.h"
#include "Track.h"
#include "AudacityMessageBox.h"
#include "ProgressDialog.h"
Include dependency graph for ExportOGG.cpp:

Go to the source code of this file.

Classes

class  ExportOGGOptions
 
class  ExportOGG
 

Macros

#define SAMPLES_PER_RUN   8192u
 

Variables

static Exporter::RegisteredExportPlugin sRegisteredPlugin
 

Macro Definition Documentation

◆ SAMPLES_PER_RUN

#define SAMPLES_PER_RUN   8192u

Definition at line 121 of file ExportOGG.cpp.

Variable Documentation

◆ sRegisteredPlugin

Exporter::RegisteredExportPlugin sRegisteredPlugin
static
Initial value:
{ "OGG",
[]{ return std::make_unique< ExportOGG >(); }
}

Definition at line 395 of file ExportOGG.cpp.