#include <ExportPlugin.h>
Definition at line 90 of file ExportPlugin.h.
◆ Parameters
◆ ExportProcessor() [1/2]
◆ ExportProcessor() [2/2]
ExportProcessor::ExportProcessor |
( |
| ) |
|
|
default |
◆ ~ExportProcessor()
ExportProcessor::~ExportProcessor |
( |
| ) |
|
|
virtualdefault |
◆ Initialize()
Called before start processing.
- Parameters
-
project | Processor may access project data, take care to exclude any data race |
parameters | A format-dependent set of parameters used in exporting |
selectedOnly | Set to true if all tracks should be mixed, to false if only the selected tracks should be mixed and exported. |
tags | A Tags object that will over-ride the one in *project and be used to tag the file that is exported. @retern Implementations may simply return false without any error reporting. This is to temporarily preserve old behavior, which is to be removed in the nearest future. |
Implemented in CLExportProcessor, FLACExportProcessor, FFmpegExportProcessor, MP2ExportProcessor, MP3ExportProcessor, OGGExportProcessor, OpusExportProcessor, PCMExportProcessor, and WavPackExportProcessor.
◆ operator=()
◆ Process()
The documentation for this class was generated from the following files: