|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.media.VideoFormatEvent
org.dvb.media.AspectRatioChangedEvent
public class AspectRatioChangedEvent
Event signalling that the aspect ratio of the transmitted video has changed
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AspectRatioChangedEvent(java.lang.Object source,
int newRatio)
Construct the event |
Method Summary | |
---|---|
int |
getNewRatio()
Get the new aspect ratio of the transmitted video |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AspectRatioChangedEvent(java.lang.Object source, int newRatio)
source
- the source of the eventnewRatio
- the new aspect ratio of the transmitted videoMethod Detail |
---|
public int getNewRatio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |