to top
Android APIs
Added in API level 14
public interface

EffectUpdateListener

android.media.effect.EffectUpdateListener

Class Overview

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

Summary

Public Methods
abstract void onEffectUpdated(Effect effect, Object info)
Called when the effect state is updated.

Public Methods

public abstract void onEffectUpdated (Effect effect, Object info)

Added in API level 14

Called when the effect state is updated.

Parameters
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.