Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rotate video我对in有问题Android。我曾经TextureView旋转视频,但效果不佳。它在设备上显示黑屏Android 4.2.2。有没有人知道旋转视频的想法?比如使用SurfaceView。请帮我。谢谢。
rotate video
Android
TextureView
Android 4.2.2
SurfaceView
可以使用以下代码旋转 Android 中的视频:
videoView.setRotation(90f); videoView.setVideoURI(videoUri); videoView.start();
我使用上面的代码为我的应用旋转视频