Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::ExportHandler::CDMarkerStatus Struct Reference

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
 
Locationmarker
 
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
 

Detailed Description

Definition at line 171 of file export_handler.h.

Constructor & Destructor Documentation

◆ CDMarkerStatus()

ARDOUR::ExportHandler::CDMarkerStatus::CDMarkerStatus ( std::string  out_file,
ExportTimespanPtr  timespan,
ExportFormatSpecPtr  format,
std::string  filename 
)
inline

Definition at line 172 of file export_handler.h.

◆ ~CDMarkerStatus()

ARDOUR::ExportHandler::CDMarkerStatus::~CDMarkerStatus ( )

Member Data Documentation

◆ filename

std::string ARDOUR::ExportHandler::CDMarkerStatus::filename

Definition at line 196 of file export_handler.h.

◆ format

ExportFormatSpecPtr ARDOUR::ExportHandler::CDMarkerStatus::format

Definition at line 195 of file export_handler.h.

◆ index_number

uint32_t ARDOUR::ExportHandler::CDMarkerStatus::index_number

Definition at line 206 of file export_handler.h.

◆ index_position

samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::index_position

Definition at line 207 of file export_handler.h.

◆ marker

Location* ARDOUR::ExportHandler::CDMarkerStatus::marker

Definition at line 197 of file export_handler.h.

◆ out

std::stringstream ARDOUR::ExportHandler::CDMarkerStatus::out

Definition at line 191 of file export_handler.h.

◆ path

std::string ARDOUR::ExportHandler::CDMarkerStatus::path

Definition at line 190 of file export_handler.h.

◆ timespan

ExportTimespanPtr ARDOUR::ExportHandler::CDMarkerStatus::timespan

Definition at line 194 of file export_handler.h.

◆ track_duration

samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_duration

Definition at line 202 of file export_handler.h.

◆ track_number

uint32_t ARDOUR::ExportHandler::CDMarkerStatus::track_number

Definition at line 200 of file export_handler.h.

◆ track_position

samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_position

Definition at line 201 of file export_handler.h.

◆ track_start_sample

samplepos_t ARDOUR::ExportHandler::CDMarkerStatus::track_start_sample

Definition at line 203 of file export_handler.h.


The documentation for this struct was generated from the following file: