Add securityLevel to MediaDrm isCryptoSchemeSupported API
bug:110701831 test: cts media test cases, widevine integration tests Change-Id: I4a8973537b4b90740cdaf79a36e73943bcf074fb
This commit is contained in:
@@ -24,6 +24,11 @@ struct WVDrmFactory : public IDrmFactory {
|
||||
Return<bool> isCryptoSchemeSupported(const hidl_array<uint8_t, 16>& uuid)
|
||||
override;
|
||||
|
||||
Return<bool> isCryptoSchemeSupported_1_2(const hidl_array<uint8_t, 16>& uuid,
|
||||
const hidl_string& mimeType,
|
||||
SecurityLevel level)
|
||||
override;
|
||||
|
||||
Return<bool> isContentTypeSupported(const hidl_string &mimeType)
|
||||
override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user