VoiceRecorder 类 |
命名空间: Smobiler.Core.Controls
VoiceRecorder 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | VoiceRecorder | 初始化 VoiceRecorder 类的一个新实例 |
名称 | 说明 | |
---|---|---|
![]() | Form |
获取组件所属窗体
(继承自 MobileComponent。) |
![]() | Name |
获取或设置控件的名称。
(继承自 MobileComponent。) |
![]() | Parent |
获取控件的父控件MobileParentControl。
(继承自 MobileComponent。) |
![]() | TimeOut |
获取或设置客户端获取音频的超时时间[毫秒]
|
名称 | 说明 | |
---|---|---|
![]() | GetClientRecorderAudio(Object) |
使用事件获取客户端音频
|
![]() | GetClientRecorderAudio(ClientResourceCallBackHandler, Object) |
使用回调获取客户端音频
|
![]() | GetRecorderAudio(Object) |
使用事件获取音频
|
![]() | GetRecorderAudio(AudioRecorderOnlineCallBackHandler, Object) |
使用回调获取音频
|
![]() | GetRecorderAudioOffline(String, Object) |
通过离线上传方式使用事件获取音频
|
![]() | GetRecorderAudioOffline(AudioRecorderOfflineCallBackHandler, String, Object) |
通过离线上传方式使用回调获取音频
|
名称 | 说明 | |
---|---|---|
![]() | ClientRecordedAudio |
在客户端返回手机资源路径时发生。
|
![]() | OfflineRecorderdAudio |
在客户端返回离线资源时发生。
|
![]() | RecordedAudio |
在客户端返回音频数据时发生。
|