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 23中引入了MediaFormat.KEY_ROTATION字段。有没有办法在早期的 Android 版本上更改 MediaFormat 的旋转?
我找到了有效的解决方案:
MediaFormat mediaformat; // ... mediaformat.setInteger("rotation-degrees", 0)