获取播放器的参数
Future<dynamic> getOption(AVPOption key) { return FlutterAliPlayerFactory.methodChannel .invokeMethod("getOption", wrapWithPlayerId(arg: key.index.toString())); }