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.
我在 Android (API 8) 中有一个应用程序,它从我无法控制的来源获取视频。
我需要将获得的视频设置为特定分辨率(640 * 360)。
我该怎么做呢?
谢谢
只需将您的 VideoView 高度和长度设置为 640:360。