www.pudn.com > 6027_HD65.rar > mic_rec.h


/**********************************************************************/ 
/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/ 
/***************                                       ****************/ 
/***************  $Modtime:: 04/04/19 3:01p    $       ****************/ 
/***************  $Revision:: 1                $       ****************/ 
/***************                                       ****************/ 
/***************   Description : Microphone recoder    ****************/ 
/***************                                       ****************/ 
/***************       Company : MediaTek Inc.         ****************/ 
/***************    Programmer : Peter Huang           ****************/ 
/**********************************************************************/ 
 
#ifndef _MIC_REC_H 
#define _MIC_REC_H 
 
  #ifdef KARAOKE_MIC_REC 
 
// ********************************************************************* 
// for microphone recording state 
// ********************************************************************* 
#define MIC_REC_ORG     0 
#define MIC_REC_REC     1 
#define MIC_REC_PLAY    2 
 
// ********************************************************************* 
// for vMicRecCtrl() 
// ********************************************************************* 
#define MIC_REC_CTRL_INIT     0 
#define MIC_REC_CTRL_RESET    1 
 
void vMicRecCtrl(BYTE bCtrl) large; 
void vMicRecProgressUpdate(void) large; 
void vMicRecStateChange(BYTE bState) large; 
 
  #endif /* KARAOKE_MIC_REC */ 
#endif /* _MIC_REC_H */