Export media_cas_proxy_sdk
This commit is contained in:
19
common/widevine_system_id.cc
Normal file
19
common/widevine_system_id.cc
Normal file
@@ -0,0 +1,19 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright 2017 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.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Common Encryption (CENC) system ID for Widevine DRM.
|
||||
|
||||
#include "common/widevine_system_id.h"
|
||||
|
||||
namespace widevine {
|
||||
|
||||
const uint8_t kWidevineSystemId[16] = {0xed, 0xef, 0x8b, 0xa9, 0x79, 0xd6,
|
||||
0x4a, 0xce, 0xa3, 0xc8, 0x27, 0xdc,
|
||||
0xd5, 0x1d, 0x21, 0xed};
|
||||
|
||||
} // namespace widevine
|
||||
Reference in New Issue
Block a user