diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-19 00:32:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-19 00:32:53 +0100 |
| commit | 1f284533185a798c0ed36669bd6c9729adf6ec5a (patch) | |
| tree | 94dd3de07e0670f1bf1eed0de94ada1033ceb7f6 /src/dcp.h | |
| parent | 37631b4d5e07eddbf052c1cff315d6a98b3bcb73 (diff) | |
Rename encrypted() to any_encrypted() and add all_encrypted().
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -106,7 +106,8 @@ public: std::vector<std::shared_ptr<CPL>> cpls () const; std::vector<std::shared_ptr<Asset>> assets (bool ignore_unresolved = false) const; - bool encrypted () const; + bool any_encrypted () const; + bool all_encrypted () const; void add (DecryptedKDM const &); |
