From cdc814d9d6be990756ce084192144807d04857c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Sep 2013 08:17:11 +0100 Subject: Comments. --- src/mxf_asset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mxf_asset.h b/src/mxf_asset.h index 308d2a98..3f6ecc59 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -97,7 +97,9 @@ protected: boost::signals2::signal* _progress; bool _encrypted; ASDCP::AESEncContext* _encryption_context; + /** Key used to encrypt, or empty if _encryption is false */ std::string _key_value; + /** UUID of encryption key */ std::string _key_id; ASDCP::AESDecContext* _decryption_context; }; -- cgit v1.2.3