Karaoke.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /****************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: Karaoke.h $
- *
- * Description: CD Detection
- * ============
- *
- *
- * Log:
- * ====
- * $Revision: 2 $
- * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /I49/H49V/Playcore/Karaoke/Karaoke.h $
- *
- * 2 23/04/02 9:31 Nirm
- * - Added dependency in "Config.h".
- *
- * 1 16/01/02 7:32 Nirm
- *
- * 2 9/01/02 15:31 Nirm
- * Corrected Include-Paths.
- ****************************************************************************************/
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef __KARAOKE_H_
- #define __KARAOKE_H_
- #if (defined(INTERNAL_KARAOKE) || defined(EXTERNAL_KARAOKE) )
- #ifndef D_KEYSHIFT_SINGLE_KEY
- void karSetVocalPartner(void);
- int karVocalDetection(void);
- void karKaraokeInit(void);
- #endif
- #endif
- #endif //__KARAOKE_H_