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