Add AES-ECB as a supported encryption mode in ECMG

This commit is contained in:
Widevine Buildbot
2021-09-08 01:20:50 +00:00
parent 8818d7d026
commit bcba6a0393
12 changed files with 17 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ message CasEncryptionResponse {
// Optional label used for the key.
optional string track_type = 3;
optional KeySlot key_slot = 4;
optional uint32 period_index = 5;
}
optional Status status = 1;
optional string status_message = 2;