Ardour
9.0-pre0-582-g084a23a80d
|
#include <export_handler.h>
Public Member Functions | |
FileSpec () | |
FileSpec (ExportChannelConfigPtr channel_config, ExportFormatSpecPtr format, ExportFilenamePtr filename, BroadcastInfoPtr broadcast_info) | |
Public Attributes | |
ExportChannelConfigPtr | channel_config |
ExportFormatSpecPtr | format |
ExportFilenamePtr | filename |
BroadcastInfoPtr | broadcast_info |
Definition at line 80 of file export_handler.h.
|
inline |
Definition at line 81 of file export_handler.h.
|
inline |
Definition at line 82 of file export_handler.h.
BroadcastInfoPtr ARDOUR::ExportHandler::FileSpec::broadcast_info |
Definition at line 93 of file export_handler.h.
ExportChannelConfigPtr ARDOUR::ExportHandler::FileSpec::channel_config |
Definition at line 90 of file export_handler.h.
ExportFilenamePtr ARDOUR::ExportHandler::FileSpec::filename |
Definition at line 92 of file export_handler.h.
ExportFormatSpecPtr ARDOUR::ExportHandler::FileSpec::format |
Definition at line 91 of file export_handler.h.