点击或拖拽改变大小

VoiceRecorder 类

录音组件
继承层次

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public class VoiceRecorder : MobileComponent

VoiceRecorder 类型公开以下成员。

构造函数
  名称说明
公共方法VoiceRecorder
初始化 VoiceRecorder 类的一个新实例
Top
属性
  名称说明
公共属性Form
获取组件所属窗体
(继承自 MobileComponent。)
公共属性Name
获取或设置控件的名称。
(继承自 MobileComponent。)
公共属性Parent
获取控件的父控件MobileParentControl。
(继承自 MobileComponent。)
公共属性TimeOut
获取或设置客户端获取音频的超时时间[毫秒]
Top
方法
  名称说明
公共方法GetClientRecorderAudio(Object)
使用事件获取客户端音频
公共方法GetClientRecorderAudio(ClientResourceCallBackHandler, Object)
使用回调获取客户端音频
公共方法GetRecorderAudio(Object)
使用事件获取音频
公共方法GetRecorderAudio(AudioRecorderOnlineCallBackHandler, Object)
使用回调获取音频
公共方法GetRecorderAudioOffline(String, Object)
通过离线上传方式使用事件获取音频
公共方法GetRecorderAudioOffline(AudioRecorderOfflineCallBackHandler, String, Object)
通过离线上传方式使用回调获取音频
Top
事件
  名称说明
公共事件ClientRecordedAudio
在客户端返回手机资源路径时发生。
公共事件OfflineRecorderdAudio
在客户端返回离线资源时发生。
公共事件RecordedAudio
在客户端返回音频数据时发生。
Top
参见