org.dvb.media
Class ActiveFormatDescriptionChangedEvent
java.lang.Object
java.util.EventObject
org.dvb.media.VideoFormatEvent
org.dvb.media.ActiveFormatDescriptionChangedEvent
- All Implemented Interfaces:
- Serializable
public class ActiveFormatDescriptionChangedEvent
- extends VideoFormatEvent
Event signalling that the transmitted active format definition has changed
- See Also:
- Serialized Form
|
Method Summary |
int |
getNewFormat()
Get the new active format description |
ActiveFormatDescriptionChangedEvent
public ActiveFormatDescriptionChangedEvent(Object source,
int newFormat)
- Construct the event
- Parameters:
source - the source of the eventnewFormat - the new active format description
getNewFormat
public int getNewFormat()
- Get the new active format description
- Returns:
- the new active format description. The value of this is
represented by one of the constants from
VideoFormatControl
and shall be the value passed into the constructor of the event.
Copyright © 2011. All Rights Reserved.