|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <export_handler.h>
Public Member Functions | |
| ExportElementFactory (Session &session) | |
| ~ExportElementFactory () | |
| ExportTimespanPtr | add_timespan () |
| ExportChannelConfigPtr | add_channel_config () |
| ExportFormatSpecPtr | add_format () |
| ExportFormatSpecPtr | add_format (XMLNode const &state) |
| ExportFormatSpecPtr | add_format_copy (ExportFormatSpecPtr other) |
| ExportFilenamePtr | add_filename () |
| ExportFilenamePtr | add_filename_copy (ExportFilenamePtr other) |
Private Attributes | |
| Session & | session |
Definition at line 54 of file export_handler.h.
| ARDOUR::ExportElementFactory::ExportElementFactory | ( | Session & | session | ) |
| ARDOUR::ExportElementFactory::~ExportElementFactory | ( | ) |
| ExportChannelConfigPtr ARDOUR::ExportElementFactory::add_channel_config | ( | ) |
| ExportFilenamePtr ARDOUR::ExportElementFactory::add_filename | ( | ) |
| ExportFilenamePtr ARDOUR::ExportElementFactory::add_filename_copy | ( | ExportFilenamePtr | other | ) |
| ExportFormatSpecPtr ARDOUR::ExportElementFactory::add_format | ( | ) |
| ExportFormatSpecPtr ARDOUR::ExportElementFactory::add_format | ( | XMLNode const & | state | ) |
| ExportFormatSpecPtr ARDOUR::ExportElementFactory::add_format_copy | ( | ExportFormatSpecPtr | other | ) |
| ExportTimespanPtr ARDOUR::ExportElementFactory::add_timespan | ( | ) |
|
private |
Definition at line 73 of file export_handler.h.