diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-21 00:37:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-21 00:37:12 +0100 |
| commit | c047da0a3ee78f8066ef65cdbcd978cdd67fb42e (patch) | |
| tree | 351c8653add88bbb79069930ce3a8dfeddd82401 /src/sound_asset.h | |
| parent | 06adefd20b469b5f7fefaa4e5c97c30e8992e8b1 (diff) | |
Allow specification of channels that need a MCASubDescriptor.
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 ); |
