All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.media.GainChangeEvent
GainChangeEvent
is posted by a
GainControl
when its state has been updated.
GainControl's
new gain value in dB.
GainControl's
new gain value in the level scale.
GainControl's
new mute value.
GainControl
that posted this event.
public GainChangeEvent(GainControl from, boolean mute, float dB, float level)
public Object getSource()
public GainControl getSourceGainControl()
GainControl
that posted this event.
GainControl
that posted this event.
public float getDB()
GainControl's
new gain value in dB.
GainControl's
new gain value, in dB.
public float getLevel()
GainControl's
new gain value in the level scale.
GainControl's
new gain, in the level scale.
public boolean getMute()
GainControl's
new mute value.
GainControl's
new mute value.
All Packages Class Hierarchy This Package Previous Next Index