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

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

Introduction

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

The text is from its open source code.

Method

StringgetName()
Retrieve the codec name.
String[]getSupportedTypes()
Query the media types supported by the codec.
booleanisEncoder()
Query if the codec is an encoder.