ashqal / MD360Player4Android

It is a lite library to render 360 degree panorama video for Android. VR Player.
Apache License 2.0
1.08k stars 357 forks source link

vr视频和普通视频怎么切换 #266

Open wuh876 opened 1 year ago

wuh876 commented 1 year ago

切换的时候只改mode吗switchProjectionMode vr时播放器设置.asVideo(surface -> {palyer.setSurface(surfact)})怎么switchMode 谢谢

ashqal commented 1 year ago

https://github.com/ashqal/MD360Player4Android/wiki/Advanced-Usage#switch-projection-since-150 builder里有接口,Builder#projectionMode(MDVRLibrary.PROJECTION_MODE_STEREO_SPHERE)

wuh876 commented 1 year ago

这些mode是什么意思,没写注释

wuh876 commented 1 year ago

怎么切换