SetAudioFormat static method
设置语音格式,0:Speex 1:Evrc
Implementation
static void SetAudioFormat(int type) async {
Log.i(tag, "SetAudioFormat:$type");
PlatformMethodInvokeHandler.invokeMethod("SetAudioFormat", type);
}
设置语音格式,0:Speex 1:Evrc
static void SetAudioFormat(int type) async {
Log.i(tag, "SetAudioFormat:$type");
PlatformMethodInvokeHandler.invokeMethod("SetAudioFormat", type);
}