Java android.media MediaCodecList fields, constructors, methods, implement or subclass

Example usage for Java android.media MediaCodecList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media MediaCodecList.

The text is from its open source code.

Method

intgetCodecCount()
Count the number of available (regular) codecs.
MediaCodecInfogetCodecInfoAt(int index)
Return the MediaCodecInfo object for the codec at the given index in the regular list.