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

#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
 

Detailed Description

Definition at line 80 of file export_handler.h.

Constructor & Destructor Documentation

◆ FileSpec() [1/2]

ARDOUR::ExportHandler::FileSpec::FileSpec ( )
inline

Definition at line 81 of file export_handler.h.

◆ FileSpec() [2/2]

ARDOUR::ExportHandler::FileSpec::FileSpec ( ExportChannelConfigPtr  channel_config,
ExportFormatSpecPtr  format,
ExportFilenamePtr  filename,
BroadcastInfoPtr  broadcast_info 
)
inline

Definition at line 82 of file export_handler.h.

Member Data Documentation

◆ broadcast_info

BroadcastInfoPtr ARDOUR::ExportHandler::FileSpec::broadcast_info

Definition at line 93 of file export_handler.h.

◆ channel_config

ExportChannelConfigPtr ARDOUR::ExportHandler::FileSpec::channel_config

Definition at line 90 of file export_handler.h.

◆ filename

ExportFilenamePtr ARDOUR::ExportHandler::FileSpec::filename

Definition at line 92 of file export_handler.h.

◆ format

ExportFormatSpecPtr ARDOUR::ExportHandler::FileSpec::format

Definition at line 91 of file export_handler.h.


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