dvdnvpck.h

来自「这是DVD中伺服部分的核心代码」· C头文件 代码 · 共 55 行

H
55
字号
/*****************************************************************************
******************************************************************************
**                                                                          **
**  Copyright (c) 2002 Videon Central, Inc.                                 **
**  All rights reserved.                                                    **
**                                                                          **
**  The computer program contained herein contains proprietary information  **
**  which is the property of Videon Central, Inc.  The program may be used  **
**  and/or copied only with the written permission of Videon Central, Inc.  **
**  or in accordance with the terms and conditions stipulated in the        **
**  agreement/contract under which the programs have been supplied.         **
**                                                                          **
******************************************************************************
*****************************************************************************/

/**
 * @file dvdnvpck.h
 *
 * Navi-pack structure definitions file.
 *
 * $Id: dvdnvpck.h,v 1.10 2006/10/04 21:30:24 rbehe Exp $
 */

#ifndef dvdnvpck_h
#define dvdnvpck_h

#ifdef __cplusplus
extern "C" {
#endif

#include "version.h"
#include "dvd_cmd.h"
#include "dvdnvpck_types.h"

BOOLEAN parse_nvpck(BYTE *pbPCIPacket, BYTE *pbDSIPacket);

#define NEW_HLI      1  /* HLI_SS is different from previous VOBU */
#define NEW_BTN_CMD  3  /* HLI_SS is equal to last VOBU except BTN_CMD */

#define HL_SELECT    1  /* highlight with selection color information */
#define HL_ACTIVATE  2  /* highlight with activation color information */

#define CURRENT 0
#define LATEST_LOCAL 0
#define NAV_BUFFER_SIZE 1

extern nvpck_struct nvpck[NAV_BUFFER_SIZE];

#ifdef __cplusplus
}
#endif

#endif  /* dvdnvpck_h */
/* DON'T ADD STUFF AFTER THIS #endif */

⌨️ 快捷键说明

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