?? nav_dvd.h
字號:
/* **************************************************************************************
* Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: NAV_DVD.H $
*
* Description:
* ============
*
*
* Log:
* ====
* $Revision: 3 $
* Last Modified by $Author: Glenl $ at $Modtime: 2/20/04 4:10p $
****************************************************************************************
* Updates:
****************************************************************************************
* $Log: /I76/I76_Common/I76_Reference/Playcore/Nav_DVD/Header/NAV_DVD.H $
*
* 3 2/20/04 6:15p Glenl
* Merged S1 code
*
* 2 12/30/03 11:28a Leonh
* Angieh:Change for DVD AUDIO navigator header.
*
* 1 03-04-28 11:15 Fwang
* Initial for DVDA
*
* 2 23/04/02 9:34 Nirm
* - Added dependency in "Config.h".
*
* 1 2/17/02 12:12 Rinata
*
* 3 9/01/02 16:40 Nirm
* Corrected Include-Paths.
*
* 2 9/01/02 14:52 Atai
* Code cleaning
**************************************************************************************** */
#include "Config.h" // Global Configuration - do not remove!
#ifndef _NAV_DVD_H
#define _NAV_DVD_H
#include "Playcore\Coremain\coremain.h"
int nav_dvd( HDLR_OP op, EVENT evt, void *param );
int nav_dvd_disc_identification( void );
void get_total_chapters(WORD title_num, WORD *total_chapters);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -