org.dvb.media
Class DFCChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.media.VideoFormatEvent
          extended by org.dvb.media.DFCChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class DFCChangedEvent
extends VideoFormatEvent

Event signalling that the decoder format conversion being used has changed

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DFCChangedEvent(java.lang.Object source, int newDFC)
          Construct the event
 
Method Summary
 int getNewDFC()
          Get the new decoder format conversion
 
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

DFCChangedEvent

public DFCChangedEvent(java.lang.Object source,
                       int newDFC)
Construct the event

Parameters:
source - the source of the event
newDFC - the new decoder format conversion being used
Method Detail

getNewDFC

public int getNewDFC()
Get the new decoder format conversion

Returns:
the new decoder format conversion. The value of this is represented by one of the constants from the VideoFormatControl class and shall be the value passed into the constructor of the event.