Ardour
9.0-pre0-582-g084a23a80d
|
Public Member Functions | |
CDMarkerStatus (std::string out_file, ExportTimespanPtr timespan, ExportFormatSpecPtr format, std::string filename) | |
~CDMarkerStatus () | |
Public Attributes | |
std::string | path |
std::stringstream | out |
ExportTimespanPtr | timespan |
ExportFormatSpecPtr | format |
std::string | filename |
Location * | marker |
uint32_t | track_number |
samplepos_t | track_position |
samplepos_t | track_duration |
samplepos_t | track_start_sample |
uint32_t | index_number |
samplepos_t | index_position |
Definition at line 171 of file export_handler.h.
|
inline |
Definition at line 172 of file export_handler.h.
ARDOUR::ExportHandler::CDMarkerStatus::~CDMarkerStatus | ( | ) |
std::string ARDOUR::ExportHandler::CDMarkerStatus::filename |
Definition at line 196 of file export_handler.h.
ExportFormatSpecPtr ARDOUR::ExportHandler::CDMarkerStatus::format |
Definition at line 195 of file export_handler.h.
uint32_t ARDOUR::ExportHandler::CDMarkerStatus::index_number |
Definition at line 206 of file export_handler.h.
samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::index_position |
Definition at line 207 of file export_handler.h.
Location* ARDOUR::ExportHandler::CDMarkerStatus::marker |
Definition at line 197 of file export_handler.h.
std::stringstream ARDOUR::ExportHandler::CDMarkerStatus::out |
Definition at line 191 of file export_handler.h.
std::string ARDOUR::ExportHandler::CDMarkerStatus::path |
Definition at line 190 of file export_handler.h.
ExportTimespanPtr ARDOUR::ExportHandler::CDMarkerStatus::timespan |
Definition at line 194 of file export_handler.h.
samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_duration |
Definition at line 202 of file export_handler.h.
uint32_t ARDOUR::ExportHandler::CDMarkerStatus::track_number |
Definition at line 200 of file export_handler.h.
samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_position |
Definition at line 201 of file export_handler.h.
samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_start_sample |
Definition at line 203 of file export_handler.h.