diff options
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ public: MXF (Standard standard); virtual ~MXF () {} + virtual bool can_be_read() const; + /** @return true if the data is encrypted */ bool encrypted () const { return static_cast<bool>(_key_id); |
