SetAudioFormat static method

void SetAudioFormat(
  1. int type
)

设置语音格式,0:Speex 1:Evrc

Implementation

static void SetAudioFormat(int type) async {
  Log.i(tag, "SetAudioFormat:$type");
  PlatformMethodInvokeHandler.invokeMethod("SetAudioFormat", type);
}