Comments.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Sep 2013 07:17:11 +0000 (08:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Sep 2013 07:17:11 +0000 (08:17 +0100)
src/mxf_asset.h

index 308d2a98857c5630cdf62fc6193b2955e25759ba..3f6ecc59243d4b78cccb73bb1a0f8dbffbb8f02c 100644 (file)
@@ -97,7 +97,9 @@ protected:
        boost::signals2::signal<void (float)>* _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;
 };