android.media
Class MediaCodecInfo

java.lang.Object
  extended by android.media.MediaCodecInfo

public final class MediaCodecInfo
extends Object


Nested Class Summary
static class MediaCodecInfo.CodecCapabilities
           
static class MediaCodecInfo.CodecProfileLevel
           
 
Method Summary
 MediaCodecInfo.CodecCapabilities getCapabilitiesForType(String type)
           
 String getName()
           
 String[] getSupportedTypes()
           
 boolean isEncoder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public final String getName()

isEncoder

public final boolean isEncoder()

getSupportedTypes

public final String[] getSupportedTypes()

getCapabilitiesForType

public final MediaCodecInfo.CodecCapabilities getCapabilitiesForType(String type)


Copyright © 2008-2012. All Rights Reserved.