Uses of Class
org.dvb.media.monitoring.MonitoringEvent

Packages that use MonitoringEvent
org.dvb.media.monitoring Provides DVB specific extensions to the Java Media Framework related to stream monitoring. 
 

Uses of MonitoringEvent in org.dvb.media.monitoring
 

Subclasses of MonitoringEvent in org.dvb.media.monitoring
 class BufferingStatusEvent
          Event is signalling a change in the buffer status.

Events are sent when a JMF Player is in the Started state.

To prevent implementation from being overloaded BufferingStatusEvent.BUFFERING_STATUS_UNDERRUN and BufferingStatusEvent.BUFFERING_STATUS_BACK_TO_NORMAL events should not be sent faster than one per seconds.
 class StreamQualityChangeEvent
          Event is signalling that quality of the associated CoD has been changed.
 

Methods in org.dvb.media.monitoring with parameters of type MonitoringEvent
 void MonitoringListener.receiveMonitoringEvent(MonitoringEvent anEvent)
          Receive a MonitoringEvent.