Package org.dvb.media.monitoring

Provides DVB specific extensions to the Java Media Framework related to stream monitoring.

See:
          Description

Interface Summary
MonitoringControl A MonitoringControl allows application to get information associated with the Streamed CoD being presented to the user.
MonitoringListener The listener used to receive MonitoringEvent.
 

Class Summary
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.
MonitoringEvent The base class for all other events related to changes in associated CoD.
StreamQualityChangeEvent Event is signalling that quality of the associated CoD has been changed.
StreamQualityInfo Represents information about quality of a CoD stream.
VideoStreamQualityInfo Represent information about quality of a video CoD stream.
 

Package org.dvb.media.monitoring Description

Provides DVB specific extensions to the Java Media Framework related to stream monitoring.