📄 drmadpmodelid.h
字号:
/*
// $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/libDrmDecrypt/DrmAdpModelId.h 1 2/10/04 10:24p Lotan $
// 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 _H_INCLUDE
#define MODEL_ID_LOW_BYTE 0x31
#define MODEL_ID_TOP_BYTE 0x30 & 0xF0 /* Only half of the byte counts. */
#endif DRMADPMODELID_H_INCLUDE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -