FileDocCategorySizeDatePackage
EffectUpdateListener.javaAPI DocAndroid 5.1 API1209Thu Mar 12 22:22:30 GMT 2015android.media.effect

EffectUpdateListener

public interface EffectUpdateListener
Some effects may issue callbacks to inform the host of changes to the effect state. This is the listener interface for receiving those callbacks.

Fields Summary
Constructors Summary
Methods Summary
public voidonEffectUpdated(Effect effect, java.lang.Object info)
Called when the effect state is updated.

param
effect The effect that has been updated.
param
info A value that gives more information about the update. See the effect's documentation for more details on what this object is.