diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index e51f1854..55669c2f 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -85,8 +85,12 @@ public: DISABLED }; + /** @param extra_active_channels list of channels that are active in the asset, other than the basic 5.1 + * which are assumed always to be active. + */ std::shared_ptr<SoundAssetWriter> start_write( boost::filesystem::path file, + std::vector<dcp::Channel> extra_active_channels, AtmosSync atmos_sync, MCASubDescriptors mca_subdescriptors ); |
