Karaoke.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: Karaoke.h $             
  6.  *
  7.  * Description: CD Detection
  8.  * ============
  9.  * 
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 2 $
  14.  * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /I49/H49V/Playcore/Karaoke/Karaoke.h $
  19.  * 
  20.  * 2     23/04/02 9:31 Nirm
  21.  * - Added dependency in "Config.h".
  22.  * 
  23.  * 1     16/01/02 7:32 Nirm
  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 __KARAOKE_H_
  30. #define __KARAOKE_H_
  31. #if (defined(INTERNAL_KARAOKE) || defined(EXTERNAL_KARAOKE) )
  32. #ifndef D_KEYSHIFT_SINGLE_KEY
  33. void karSetVocalPartner(void);
  34. int karVocalDetection(void);
  35. void karKaraokeInit(void);
  36. #endif
  37. #endif
  38. #endif //__KARAOKE_H_