diff options
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index d681970e..97ce44b2 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -95,6 +95,10 @@ public: boost::optional<Key> key () const { return _key; } + + ASDCP::AESEncContext* encryption_context () const { + return _encryption_context; + } protected: virtual std::string key_type () const = 0; |
