package android.media;
public final class MediaCodecList
{
public MediaCodecList(int kind) { throw new RuntimeException("Stub!"); }
@Deprecated
public static final int getCodecCount() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final android.media.MediaCodecInfo getCodecInfoAt(int index) { throw new RuntimeException("Stub!"); }
public final android.media.MediaCodecInfo[] getCodecInfos() { throw new RuntimeException("Stub!"); }
public final java.lang.String findDecoderForFormat(android.media.MediaFormat format) { throw new RuntimeException("Stub!"); }
public final java.lang.String findEncoderForFormat(android.media.MediaFormat format) { throw new RuntimeException("Stub!"); }
public static final int ALL_CODECS = 1;
public static final int REGULAR_CODECS = 0;
}
|