Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
DrmTypes.h
Package: tb_i86_wr_1019_1102. [view]
Upload User: super_houu
Upload Date: 2008-09-21
Package Size: 4099k
Code Size: 1k
Category:
DVD
Development Platform:
Others
- // $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/DrmTypes.h 4 2/15/04 7:41p Lotan $
- // Copyright (c) 2003 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.
- #ifndef DRM_DEFINES_H
- #define DRM_DEFINES_H
- #include "Config.h" // Global Configuration - do not remove!
- #include "Includesysdefs.h"
- #ifdef AVI_DRM_SUPPORT
- #include "PlaycoreNav_ClipsAviDrmlibDrmCommonDrmTypeDefs.h"
- static CONST DrmUseLimitIdInfo useLimitIdInfo[USE_LIMITS] =
- {
- { USE_LIMIT_ID_UNLIMITED, 0 } ,
- { USE_LIMIT_ID_ONE, 1 } ,
- { USE_LIMIT_ID_THREE, 3 } ,
- { USE_LIMIT_ID_FIVE, 5 } ,
- { USE_LIMIT_ID_SEVEN, 7 } ,
- { USE_LIMIT_ID_TEN, 10 } ,
- { USE_LIMIT_ID_TWENTY, 20 } ,
- { USE_LIMIT_ID_THIRTY, 30 }
- };
- static uint8_t nullGuard[OWNER_GUARD_BYTES] = {0,0,0};
- #endif // AVI_DRM_SUPPORT
- #endif // DRM_DEFINES_H