File
Doc
Category
Size
Date
Package
MediaCodecInfo.java
API Doc
Android 5.1 API
12254
Sat Mar 14 14:09:40 GMT 2015
android.media
MediaCodecInfo
java.lang.Object
public final class MediaCodecInfo extends Object
Fields Summary
Constructors Summary
MediaCodecInfo
()
throw new RuntimeException("Stub!");
Methods Summary
public final
android.media.MediaCodecInfo$CodecCapabilities
getCapabilitiesForType
(
java.lang.String
type)
throw new RuntimeException("Stub!");
public final
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public final
java.lang.String
[]
getSupportedTypes
()
throw new RuntimeException("Stub!");
public final
boolean
isEncoder
()
throw new RuntimeException("Stub!");
Java Code Source