to top
Android APIs
public final class

MediaCodecInfo

extends Object
java.lang.Object
   ↳ android.media.MediaCodecInfo

Summary

Nested Classes
class MediaCodecInfo.CodecCapabilities  
class MediaCodecInfo.CodecProfileLevel  
Public Methods
final MediaCodecInfo.CodecCapabilities getCapabilitiesForType(String type)
final String getName()
Retrieve the codec name.
final String[] getSupportedTypes()
Query the media types supported by the codec.
final boolean isEncoder()
Query if the codec is an encoder.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public final MediaCodecInfo.CodecCapabilities getCapabilitiesForType (String type)

Since: API Level 16

public final String getName ()

Since: API Level 16

Retrieve the codec name.

public final String[] getSupportedTypes ()

Since: API Level 16

Query the media types supported by the codec.

public final boolean isEncoder ()

Since: API Level 16

Query if the codec is an encoder.