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() |
String[] |
getSupportedTypes() |
boolean |
isEncoder() |
public final String getName()
public final boolean isEncoder()
public final String[] getSupportedTypes()
public final MediaCodecInfo.CodecCapabilities getCapabilitiesForType(String type)
Copyright © 2008-2013. All Rights Reserved.