ardour
Public Member Functions | Public Attributes | List of all members
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 75 of file export_handler.h.

Constructor & Destructor Documentation

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

Definition at line 76 of file export_handler.h.

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

Definition at line 77 of file export_handler.h.

Member Data Documentation

BroadcastInfoPtr ARDOUR::ExportHandler::FileSpec::broadcast_info

Definition at line 88 of file export_handler.h.

ExportChannelConfigPtr ARDOUR::ExportHandler::FileSpec::channel_config

Definition at line 85 of file export_handler.h.

ExportFilenamePtr ARDOUR::ExportHandler::FileSpec::filename

Definition at line 87 of file export_handler.h.

ExportFormatSpecPtr ARDOUR::ExportHandler::FileSpec::format

Definition at line 86 of file export_handler.h.


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