Widevine SDK Release Branch: beta-19.10.1
This commit is contained in:
22
ubuntu_arm64/protos/public/hash_algorithm.proto
Normal file
22
ubuntu_arm64/protos/public/hash_algorithm.proto
Normal file
@@ -0,0 +1,22 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// Copyright 2020 Google LLC
|
||||
////
|
||||
//// This software is licensed under the terms defined in the Widevine Master
|
||||
//// License Agreement. For a copy of this agreement, please contact
|
||||
//// widevine-licensing@google.com.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package video_widevine;
|
||||
|
||||
|
||||
enum HashAlgorithmProto {
|
||||
|
||||
|
||||
HASH_ALGORITHM_UNSPECIFIED = 0;
|
||||
HASH_ALGORITHM_SHA_1 = 1;
|
||||
HASH_ALGORITHM_SHA_256 = 2;
|
||||
HASH_ALGORITHM_SHA_384 = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user