Source release 18.5.0
This commit is contained in:
@@ -50,9 +50,10 @@ class ContentKeySession : public KeySession {
|
||||
CdmCipherMode cipher_mode) override;
|
||||
|
||||
// Decrypt for ContentKeySession
|
||||
OEMCryptoResult Decrypt(
|
||||
const OEMCrypto_SampleDescription* samples, size_t samples_length,
|
||||
const OEMCrypto_CENCEncryptPatternDesc& pattern) override;
|
||||
OEMCryptoResult Decrypt(const OEMCrypto_SampleDescription* samples,
|
||||
size_t samples_length,
|
||||
const OEMCrypto_CENCEncryptPatternDesc& pattern,
|
||||
bool is_any_subsample_protected) override;
|
||||
|
||||
OEMCryptoResult GenericEncrypt(const std::string& in_buffer,
|
||||
const std::string& iv,
|
||||
|
||||
Reference in New Issue
Block a user