SVCD.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. /****************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: SVCD.h $             
  6.  *
  7.  * Description: 
  8.  * ============
  9.  * This file contains declarations of the SVCD navigator that are also used by other
  10.  * modules.
  11.  * 
  12.  * Log:
  13.  * ====
  14.  ****************************************************************************************/
  15. #include "Config.h" // Global Configuration - do not remove!
  16. #ifndef SVCD_H_
  17. #define SVCD_H_
  18. #define SVCD_INFO_FILE_ADDRESS drv_msf2lbn(0, 4, 0)
  19. #define SVCD_KARINFO_FILE_ADDRESS drv_msf2lbn(0, 3, 0)
  20. #define SVCD_INFO_HDR_SIZE 26
  21. #define SVCD_ENTRIES_FILE_ADDRESS drv_msf2lbn(0, 4, 1)
  22. #define SVCD_ENTRIES_HDR_SIZE 12
  23. BOOL IsSVCDUsingPSD(void); // ZCO SH021403:Added to check Zoom availability
  24. BOOL IsSegmentPlay(void);
  25. int GetCurrentSVCDRes(void); // ZCO SH021403:Added to check Zoom availability
  26. #endif //SVCD_H_