I've tested on Nexus 5 that
codecInfo.isFeatureSupported(MediaCodecInfo.CodecCapabilities.FEATURE_AdaptivePlayback)
returns false.
Does anyone know what chipset/software codec has supported the feature?
Thanks
I've tested on Nexus 5 that
codecInfo.isFeatureSupported(MediaCodecInfo.CodecCapabilities.FEATURE_AdaptivePlayback)
returns false.
Does anyone know what chipset/software codec has supported the feature?
Thanks
This is supported on most Nexus devices past KK MR1. Note, that it is HW video decoders only.
Nexus 5 (KK MR1): // Qualcomm Snapdragon 800
Nexus 4 and Nexus 7 v2013 (KK MR1): // Qualcomm Snapdragon S4 Pro APQ8064
Nexus 10 (KK MR1) // Samsung Exynos 5250
Notable exceptions:
For non-Nexus devices you need to query the codecs yourself. Here is my code-snippet that I did for the query.