getVideoRotation method
获取视频的旋转角度
Implementation
Future<dynamic> getVideoRotation() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getVideoRotation', wrapWithPlayerId());
}
获取视频的旋转角度
Future<dynamic> getVideoRotation() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getVideoRotation', wrapWithPlayerId());
}