Change rotation in MediaFormat

2019-07-10 02:27发布

问题:

In Android API 23 MediaFormat.KEY_ROTATION field was introduced. Is there any way to change rotation in MediaFormat on earlier Android versions?

回答1:

I found the working solution:

MediaFormat mediaformat;
// ...
mediaformat.setInteger("rotation-degrees", 0)