initIJKPlayController method
拉流
Implementation
@override
Future<void> initIJKPlayController(PlaySource source) async {
await _methodChannel.invokeMethod('init-controller', source.params);
}
拉流
@override
Future<void> initIJKPlayController(PlaySource source) async {
await _methodChannel.invokeMethod('init-controller', source.params);
}