⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drm_adpmodelid.h

📁 SAMSUNG 5009的源代码
💻 H
字号:
/*
// $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -