android.media
Class MediaCrypto

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

public final class MediaCrypto
extends Object


Constructor Summary
MediaCrypto(UUID uuid, byte[] initData)
           
 
Method Summary
protected  void finalize()
           
static boolean isCryptoSchemeSupported(UUID uuid)
           
 void release()
           
 boolean requiresSecureDecoderComponent(String mime)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaCrypto

public MediaCrypto(UUID uuid,
                   byte[] initData)
            throws MediaCryptoException
Throws:
MediaCryptoException
Method Detail

isCryptoSchemeSupported

public static final boolean isCryptoSchemeSupported(UUID uuid)

requiresSecureDecoderComponent

public final boolean requiresSecureDecoderComponent(String mime)

finalize

protected void finalize()
Overrides:
finalize in class Object

release

public final void release()


Copyright © 2008-2012. All Rights Reserved.