public final class MediaCodecInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MediaCodecInfo.CodecCapabilities |
static class |
MediaCodecInfo.CodecProfileLevel |
Modifier and Type | Method and Description |
---|---|
MediaCodecInfo.CodecCapabilities |
getCapabilitiesForType(String type) |
String |
getName()
Retrieve the codec name.
|
String[] |
getSupportedTypes()
Query the media types supported by the codec.
|
boolean |
isEncoder()
Query if the codec is an encoder.
|
public final String getName()
public final boolean isEncoder()
public final String[] getSupportedTypes()
public final MediaCodecInfo.CodecCapabilities getCapabilitiesForType(String type)