Building Media-Rich Android Apps with MediaCodec and Vendor Extensions | by PAD Editorial | Sep, 2023
If you’re developing media-rich apps for Android, you’ll want to become familiar with the Android API’s MediaCodec class. MediaCodec provides access to low-level media encoder/decoder (CODEC) components for processing audio, video, and compressed data. With it, you can incorporate features like low-latency decoding to enhance…
Mobile App Development
0