From c047da0a3ee78f8066ef65cdbcd978cdd67fb42e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Mar 2023 00:37:12 +0100 Subject: Allow specification of channels that need a MCASubDescriptor. --- src/sound_asset.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sound_asset.h') 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 start_write( boost::filesystem::path file, + std::vector extra_active_channels, AtmosSync atmos_sync, MCASubDescriptors mca_subdescriptors ); -- cgit v1.2.3