From dcccb2dd1d180b8be67e539395dccbe82b0fb5a8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 6 Jul 2013 20:30:19 +0100 Subject: Move some CPL writing from picture/sound assets to the MXF. Pick up key_id from CPL assets and hence provide and test for encrypted() method on DCP. --- src/dcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 42c48387..7a9cb126 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -96,6 +96,8 @@ public: return _cpls; } + bool encrypted () const; + /** Emitted with a parameter between 0 and 1 to indicate progress * for long jobs. */ -- cgit v1.2.3