libdcp
|
Public Member Functions | |
MainSoundConfiguration (std::string) | |
MainSoundConfiguration (MCASoundField field_, int channels) | |
MCASoundField | field () const |
int | channels () const |
boost::optional< Channel > | mapping (int index) const |
void | set_mapping (int index, Channel channel) |
std::string | to_string () const |
Private Attributes | |
MCASoundField | _field |
std::vector< boost::optional< Channel > > | _channels |