Add include_mca_subdescriptors flag to SoundAsset writer.
[libdcp.git] / src / sound_asset.h
index 717aab82b809eb77ef2671dd21dd858a5c1d5911..e9a2736d4298c9ff186adab4b62989692a25feb2 100644 (file)
@@ -75,7 +75,7 @@ public:
        explicit SoundAsset (boost::filesystem::path file);
        SoundAsset (Fraction edit_rate, int sampling_rate, int channels, LanguageTag language, Standard standard);
 
-       std::shared_ptr<SoundAssetWriter> start_write (boost::filesystem::path file, bool atmos_sync = false);
+       std::shared_ptr<SoundAssetWriter> start_write(boost::filesystem::path file, bool atmos_sync = false, bool include_mca_subdescriptors = true);
        std::shared_ptr<SoundAssetReader> start_read () const;
 
        bool equals (