IO_KAR.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: IO_KAR.H $
- *
- * Description: Interface for creating and manipulating a generic Array.
- * ============
- *
- *
- * Log:
- * ====
- * $Revision: 2 $
- * Last Modified by $Author: Chaol $ at $Modtime: 04-02-19 15:03 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /I76/I76_Common/I76_Reference/Playcore/Karaoke/IO_KAR.H $
- *
- * 2 04-02-19 15:04 Chaol
- * remove ioSetVocalDetection
- *
- * 4 23/04/02 9:30 Nirm
- * - Added dependency in "Config.h".
- *
- * 3 9/01/02 14:09 Nirm
- * Corrected Include-Paths.
- *
- * 1 26/12/01 14:57 Nirm
- ****************************************************************************************/
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef IO_KAR_H
- #define IO_KAR_H
- #include "Includesysdefs.h"
- /* These functions are described in io_hal.c */
- int ioVocalDetection (void);
- #endif