X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdecrypted_kdm.h;h=7ae1d161feaf1efefb5820985b68bbe5646371b6;hb=f2f2a2afc393dcaee747b97173d71a622d05d910;hp=56529b5df563709c34c33cd70dac1417561d4ed4;hpb=cab0005c7370a1101df604838ea214eb741098d7;p=libdcp.git diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 56529b5d..7ae1d161 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -124,13 +124,18 @@ public: * @param trusted_devices Extra trusted devices which should be written to the KDM (recipient will be written * as a trusted device automatically and does not need to be included in this list). * @param formulation Formulation to use for the encrypted KDM. + * @param disable_forensic_marking_picture true to disable forensic marking of picture. + * @param disable_forensic_marking_audio if not set, don't disable forensic marking of audio. If set to 0, + * disable all forensic marking; if set above 0, disable forensic marking above that channel. * @return Encrypted KDM. */ EncryptedKDM encrypt ( boost::shared_ptr signer, Certificate recipient, std::vector trusted_devices, - Formulation formulation + Formulation formulation, + bool disable_forensic_marking_picture, + boost::optional disable_forensic_marking_audio ) const; void add_key (boost::optional type, std::string key_id, Key key, std::string cpl_id, Standard standard);