ardour
Public Member Functions | Private Types | Private Attributes | List of all members
ARDOUR::ExportGraphBuilder::ChannelConfig Class Reference

Public Member Functions

 ChannelConfig (ExportGraphBuilder &parent, FileSpec const &new_config, ChannelMap &channel_map)
 
void add_child (FileSpec const &new_config)
 
bool operator== (FileSpec const &other_config) const
 

Private Types

typedef boost::shared_ptr
< AudioGrapher::Interleaver
< Sample > > 
InterleaverPtr
 
typedef boost::shared_ptr
< AudioGrapher::Chunker
< Sample > > 
ChunkerPtr
 

Private Attributes

ExportGraphBuilderparent
 
FileSpec config
 
boost::ptr_list< SilenceHandlerchildren
 
InterleaverPtr interleaver
 
ChunkerPtr chunker
 
framecnt_t max_frames_out
 

Detailed Description

Definition at line 205 of file export_graph_builder.h.

Member Typedef Documentation

Definition at line 213 of file export_graph_builder.h.

Definition at line 212 of file export_graph_builder.h.

Constructor & Destructor Documentation

ARDOUR::ExportGraphBuilder::ChannelConfig::ChannelConfig ( ExportGraphBuilder parent,
FileSpec const &  new_config,
ChannelMap channel_map 
)

Definition at line 503 of file export_graph_builder.cc.

Member Function Documentation

void ARDOUR::ExportGraphBuilder::ChannelConfig::add_child ( FileSpec const &  new_config)

Definition at line 540 of file export_graph_builder.cc.

bool ARDOUR::ExportGraphBuilder::ChannelConfig::operator== ( FileSpec const &  other_config) const

Definition at line 556 of file export_graph_builder.cc.

Member Data Documentation

boost::ptr_list<SilenceHandler> ARDOUR::ExportGraphBuilder::ChannelConfig::children
private

Definition at line 217 of file export_graph_builder.h.

ChunkerPtr ARDOUR::ExportGraphBuilder::ChannelConfig::chunker
private

Definition at line 219 of file export_graph_builder.h.

FileSpec ARDOUR::ExportGraphBuilder::ChannelConfig::config
private

Definition at line 216 of file export_graph_builder.h.

InterleaverPtr ARDOUR::ExportGraphBuilder::ChannelConfig::interleaver
private

Definition at line 218 of file export_graph_builder.h.

framecnt_t ARDOUR::ExportGraphBuilder::ChannelConfig::max_frames_out
private

Definition at line 220 of file export_graph_builder.h.

ExportGraphBuilder& ARDOUR::ExportGraphBuilder::ChannelConfig::parent
private

Definition at line 215 of file export_graph_builder.h.


The documentation for this class was generated from the following files: