Type list of MediaCodec.createDecoderByType (String type)
问题 Where can I find the complete list of the type used in MediaCodec.createDecoderByType (String type)? Google's document only gives a partial list. Update[2015-06-03] Per pskink's tip, I ran a piece of code to extract all the decode's MIME types on an Asus MeMO tablet. Here is the list video/avc video/3gpp video/mp4v-es audio/3gpp audio/amr-wb audio/mp4a-latm audio/flac audio/mp4a-latm Using the method suggested by fadden(adb shell cat /system/etc/media_codecs.xml), I got the following