org.dvb.media
Class DFCChangedEvent
java.lang.Object
java.util.EventObject
org.dvb.media.VideoFormatEvent
org.dvb.media.DFCChangedEvent
- All Implemented Interfaces:
- Serializable
public class DFCChangedEvent
- extends VideoFormatEvent
Event signalling that the decoder format conversion being used
has changed
- See Also:
- Serialized Form
Method Summary |
int |
getNewDFC()
Get the new decoder format conversion |
DFCChangedEvent
public DFCChangedEvent(Object source,
int newDFC)
- Construct the event
- Parameters:
source
- the source of the eventnewDFC
- the new decoder format conversion being used
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.