Cas Client repo update-2.
-Parse EMM in Cas plugin -Entitlement key rotation support -Multi_content_license support
This commit is contained in:
@@ -1035,6 +1035,23 @@ message WidevinePsshData {
|
||||
// PSSHs of type ENTITLED_KEY.
|
||||
repeated EntitledKey entitled_keys = 14;
|
||||
|
||||
// Video feature identifier, which is used in conjunction with |content_id|
|
||||
// to determine the set of keys to be returned in the license. Cannot be
|
||||
// present in conjunction with |key_ids|.
|
||||
// Current values are "HDR".
|
||||
optional string video_feature = 15;
|
||||
|
||||
// Audiofeature identifier, which is used in conjunction with |content_id|
|
||||
// to determine the set of keys to be returned in the license. Cannot be
|
||||
// present in conjunction with |key_ids|.
|
||||
// Current values are "commentary".
|
||||
optional string audio_feature = 16;
|
||||
|
||||
// Entitlement period index for media using entitlement key rotation. Can only
|
||||
// present in ENTITLEMENT PSSHs. It always corresponds to the entitlement key
|
||||
// period.
|
||||
optional uint32 entitlement_period_index = 17;
|
||||
|
||||
//////////////////////////// Deprecated Fields ////////////////////////////
|
||||
enum Algorithm {
|
||||
UNENCRYPTED = 0;
|
||||
|
||||
Reference in New Issue
Block a user