drm_adpmodelid.h

来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 30 行

H
30
字号
/*
// $Header: /Mux_Demux_SDK/libDrmDecrypt/src/DrmAdpModelId.h 4     8/15/03 4:13p Wiley $
// Copyright (c) DivXNetworks, Inc. http://www.divxnetworks.com
// All rights reserved.
//
// This software is the confidential and proprietary information of DivxNetworks
// Inc. ("Confidential Information").  You shall not disclose such Confidential
// Information and shall use it only in accordance with the terms of the license
// agreement you entered into with DivXNetworks, Inc.
*/

/*
This model number is assigned to each product by DivXNetworks.
Value 0x31, 0x30 is a TEST value only.  The 12 bits of your
model number will be part of your local implementation of the DRM.
*/

#ifndef DRMADPMODELID_H_INCLUDE
#define DRMADPMODELID_H_INCLUDE

#if 0
#define MODEL_ID_LOW_BYTE 0x31
#define MODEL_ID_TOP_BYTE 0x30 & 0xF0 /* Only half of the byte counts. */
#else
#define MODEL_ID_LOW_BYTE 0x64
#define MODEL_ID_TOP_BYTE 0x40 & 0xF0 /* Only half of the byte counts. */
#endif

#endif //DRMADPMODELID_H_INCLUDE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?