CDDetection.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: CDDetection.h $             
  6.  *
  7.  * Description: CD Detection
  8.  * ============
  9.  * 
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 3 $
  14.  * Last Modified by $Author: Rond $ at $Modtime: 10/23/02 17:32 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /SourceCode/I64/Playcore/MediaDetection/CDDetection.h $
  19.  * 
  20.  * 3     10/30/02 17:48 Rond
  21.  * 
  22.  * 3     23/04/02 9:31 Nirm
  23.  * - Added dependency in "Config.h".
  24.  * 
  25.  * 2     9/01/02 15:31 Nirm
  26.  * Corrected Include-Paths.
  27.  ****************************************************************************************/
  28. #include "Config.h" // Global Configuration - do not remove!
  29. #ifndef __CDDETECTION_H_
  30. #define __CDDETECTION_H_
  31. /////////////////////////////////////////////////////////////////////////////////////////////////
  32. // DEC_DISC_TYPE CD_DetermineDiscType() -
  33. // A CD sub-media identification service.
  34. DEC_DISC_TYPE CD_DetermineDiscType(void);
  35. #endif //__CDDETECTION_H_