org.dvb.media
Class VideoFormatEvent
java.lang.Object
java.util.EventObject
org.dvb.media.VideoFormatEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActiveFormatDescriptionChangedEvent, AspectRatioChangedEvent, DFCChangedEvent
public abstract class VideoFormatEvent
- extends EventObject
The base class for all other events relating to changes in video format
- See Also:
- Serialized Form
VideoFormatEvent
public VideoFormatEvent(Object source)
- Constructor
- Parameters:
source
- the source of the event. The platform shall always
pass in the JMF Player presenting the video whose format changed.