|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.media.MediaEvent javax.media.GainChangeEvent
public class GainChangeEvent
Standard JMF class -- see this class in the JMF Javadoc. Complete.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
GainChangeEvent(GainControl from,
boolean mute,
float dB,
float level)
|
Method Summary | |
---|---|
float |
getDB()
|
float |
getLevel()
|
boolean |
getMute()
|
java.lang.Object |
getSource()
|
GainControl |
getSourceGainControl()
|
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GainChangeEvent(GainControl from, boolean mute, float dB, float level)
Method Detail |
---|
public java.lang.Object getSource()
getSource
in class java.util.EventObject
public GainControl getSourceGainControl()
public float getDB()
public float getLevel()
public boolean getMute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |