Example usage for Java android.media MediaCodecList fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCodecCount() Count the number of available (regular) codecs. |
MediaCodecInfo | getCodecInfoAt(int index) Return the MediaCodecInfo object for the codec at the given index in the regular list. |