Add initial support for key rotation through ce cdm interface.
Merge from Widevine repo of http://go/wvgerrit/42941 Bug: 72168544 Test: tested as part of http://go/ag/4674759 Change-Id: I1a2d0f49371e5b3edf1d9dff85b85593f981d1f5
This commit is contained in:
@@ -103,8 +103,11 @@ message License {
|
||||
CONTENT = 2;
|
||||
KEY_CONTROL = 3;
|
||||
OPERATOR_SESSION = 4;
|
||||
SUB_SESSION = 5;
|
||||
ENTITLEMENT = 6;
|
||||
// TODO(jfore): Drop subsession type once subsession support is removed
|
||||
// from the cdm. For now, SUB_SESSION is defined as type 6 so that it
|
||||
// is defined to satisfy the build.
|
||||
SUB_SESSION = 6;
|
||||
ENTITLEMENT = 5;
|
||||
}
|
||||
|
||||
// The SecurityLevel enumeration allows the server to communicate the level
|
||||
|
||||
Reference in New Issue
Block a user