android.media.effect
Class Effect

java.lang.Object
  extended by android.media.effect.Effect

public abstract class Effect
extends Object


Constructor Summary
Effect()
           
 
Method Summary
abstract  void apply(int inputTexId, int width, int height, int outputTexId)
           
abstract  String getName()
           
abstract  void release()
           
abstract  void setParameter(String parameterKey, Object value)
           
 void setUpdateListener(EffectUpdateListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Effect

public Effect()
Method Detail

getName

public abstract String getName()

apply

public abstract void apply(int inputTexId,
                           int width,
                           int height,
                           int outputTexId)

setParameter

public abstract void setParameter(String parameterKey,
                                  Object value)

setUpdateListener

public void setUpdateListener(EffectUpdateListener listener)

release

public abstract void release()


Copyright © 2008-2012. All Rights Reserved.