uvoice_recorder.h 文件参考
#include "uvoice_types.h"

浏览源代码.

结构体

struct  uvoice_recorder_t
 录音接口 更多...
 

枚举

enum  recorder_state_t {
  RECORDER_STAT_IDLE = 0 , RECORDER_STAT_READY , RECORDER_STAT_RUNNING , RECORDER_STAT_STOP ,
  RECORDER_STAT_ERROR
}
 录音状态 更多...
 

函数

uvoice_recorder_tuvoice_recorder_create (void)
 
int uvoice_recorder_release (uvoice_recorder_t *mrecorder)