android.media.effect.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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the effect state is updated.
|
Called when the effect state is updated.
effect | The effect that has been updated. |
---|---|
info | A value that gives more information about the update. See the effect's documentation for more details on what this object is. |