ninf.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. //
  2. // FILE
  3. // ninf.h
  4. //
  5. // navigation interface
  6. //
  7. #ifndef __NINF_H
  8. #define __NINF_H
  9. #include "types.h"
  10. extern  UINT32  PlayBackStartLBA;
  11. extern  UINT32  PlayBackLength;
  12. extern  UINT32  ninf_get_dvd_sup_clut(int n);
  13. extern  UINT32  ninf_get_dvd_CPM(void);
  14. extern  UINT32  ninf_get_dvd_CGMS(void);
  15. extern  int     is_dvdaudio_aob();
  16. #endif