点击或拖拽改变大小

VoiceRecorderGetRecorderAudioOffline 方法 (AudioRecorderOfflineCallBackHandler, String, Object)

通过离线上传方式使用回调获取音频

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void GetRecorderAudioOffline(
	AudioRecorderOfflineCallBackHandler handler,
	string resourceID = "",
	Object args = null
)

参数

handler
类型:Smobiler.Core.ControlsAudioRecorderOfflineCallBackHandler
委托实例或匿名方法
resourceID (Optional)
类型:SystemString

[缺少 "M:Smobiler.Core.Controls.VoiceRecorder.GetRecorderAudioOffline(Smobiler.Core.Controls.AudioRecorderOfflineCallBackHandler,System.String,System.Object)" 的 <param name="resourceID"/> 文档]

args (Optional)
类型:SystemObject
可选参数,在委托实例或匿名方法中通过APIResources.Args获取这些参数
备注