19 #ifndef _ardour_simple_export_h_
20 #define _ardour_simple_export_h_
30 class ExportProfileManager;
56 std::shared_ptr<ARDOUR::ExportHandler>
_handler;
57 std::shared_ptr<ARDOUR::ExportStatus>
_status;
58 std::shared_ptr<ARDOUR::ExportProfileManager>
_manager;
void set_session(ARDOUR::Session *)
void set_folder(std::string const &)
std::string preset_uuid() const
void set_range(samplepos_t, samplepos_t)
void set_name(std::string const &)
std::shared_ptr< ARDOUR::ExportStatus > _status
bool check_outputs() const
std::shared_ptr< ARDOUR::ExportProfileManager > _manager
std::string folder() const
std::shared_ptr< ARDOUR::ExportHandler > _handler
bool set_preset(std::string const &)
Temporal::samplepos_t samplepos_t