tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

如何分别视频是横竖屏的?或者有设置旋转角度嘛? #71

Closed mynameispp closed 6 years ago

tcking commented 6 years ago

player会根据视频角度自己旋转,角度信息可以通过onInfo接口获取,其中what==IMediaPlayer.MEDIA_INFO_VIDEO_ROTATION_CHANGED

mynameispp commented 6 years ago

好的,谢谢