#include <export_channel_configuration.h>
◆ ChannelList
◆ ExportChannelConfiguration()
ARDOUR::ExportChannelConfiguration::ExportChannelConfiguration |
( |
Session & |
session | ) |
|
|
private |
◆ all_channels_have_ports()
bool ARDOUR::ExportChannelConfiguration::all_channels_have_ports |
( |
| ) |
const |
◆ clear_channels()
void ARDOUR::ExportChannelConfiguration::clear_channels |
( |
| ) |
|
|
inline |
◆ configurations_for_files()
void ARDOUR::ExportChannelConfiguration::configurations_for_files |
( |
std::list< std::shared_ptr< ExportChannelConfiguration >> & |
configs | ) |
|
Returns a list of channel configurations that match the files created. I.e. many configurations if splitting is enabled, one if not.
◆ get_channels()
ChannelList const& ARDOUR::ExportChannelConfiguration::get_channels |
( |
| ) |
const |
|
inline |
◆ get_n_chans()
uint32_t ARDOUR::ExportChannelConfiguration::get_n_chans |
( |
| ) |
const |
|
inline |
◆ get_split()
bool ARDOUR::ExportChannelConfiguration::get_split |
( |
| ) |
const |
|
inline |
◆ get_state()
XMLNode& ARDOUR::ExportChannelConfiguration::get_state |
( |
| ) |
const |
◆ name()
std::string ARDOUR::ExportChannelConfiguration::name |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
◆ region_processing_type()
◆ register_channel()
void ARDOUR::ExportChannelConfiguration::register_channel |
( |
ExportChannelPtr |
channel | ) |
|
|
inline |
◆ register_channels()
void ARDOUR::ExportChannelConfiguration::register_channels |
( |
ChannelList const & |
new_channels | ) |
|
|
inline |
◆ set_name()
void ARDOUR::ExportChannelConfiguration::set_name |
( |
std::string |
name | ) |
|
|
inline |
◆ set_region_processing_type()
◆ set_split()
void ARDOUR::ExportChannelConfiguration::set_split |
( |
bool |
value | ) |
|
|
inline |
◆ set_state()
int ARDOUR::ExportChannelConfiguration::set_state |
( |
const XMLNode & |
| ) |
|
◆ ExportElementFactory
◆ _name
std::string ARDOUR::ExportChannelConfiguration::_name |
|
private |
◆ channels
ChannelList ARDOUR::ExportChannelConfiguration::channels |
|
private |
◆ region_type
◆ session
Session& ARDOUR::ExportChannelConfiguration::session |
|
private |
◆ split
bool ARDOUR::ExportChannelConfiguration::split |
|
private |
The documentation for this class was generated from the following file: