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

📄 ninf.h

📁 Sunplus 8202S source code.
💻 H
字号:
//
// FILE
// ninf.h
//
// navigation interface
//
#ifndef __NINF_H
#define __NINF_H

#include "types.h"
extern  UINT32  PlayBackStartLBA;
extern  UINT32  PlayBackLength;

extern  UINT32  ninf_get_dvd_sup_clut(int n);
extern  UINT32  ninf_get_dvd_CPM(void);
extern  UINT32  ninf_get_dvd_CGMS(void);

extern  int     is_dvdaudio_aob();

#endif

⌨️ 快捷键说明

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