Uses of Class
javax.media.MediaEvent

Packages that use MediaEvent
javax.media   
javax.media.datasink   
javax.media.format   
javax.media.rtp.event   
 

Uses of MediaEvent in javax.media
 

Subclasses of MediaEvent in javax.media
 class AudioDeviceUnavailableEvent
          An AudioDeviceUnavailableEvent indicates that the Controller could not fetch the audio device.
 class CachingControlEvent
          This event is generated by a Controller that supports the CachingControl interface.
 class ConfigureCompleteEvent
          A ConfigureCompleteEvent is posted when a Processor finishes Configuring.
 class ConnectionErrorEvent
          A ConnectionErrorEvent is posted when an error occurs within a DataSource when obtaining data or communicating with a server.
 class ControllerClosedEvent
          A ControllerClosedEvent describes an event that is generated when an a Controller is closed.
 class ControllerErrorEvent
          A ControllerErrorEvent describes an event that is generated when an error condition occurs that will cause a Controller to cease functioning.
 class ControllerEvent
          ControllerEvent is the base class for events generated by a Controller.
 class DataLostErrorEvent
          A DataLostErrorEvent is posted when a Controller has lost data.
 class DataStarvedEvent
          DataStarvedEvent indicates that a Controller has lost data or has stopped receiving data altogether.
 class DeallocateEvent
          A DeallocateEvent is posted as an acknowledgement of the invocation of the deallocate method.
 class DurationUpdateEvent
          DurationUpdateEvent is posted by a Controller when its duration changes.
 class EndOfMediaEvent
          An EndOfMediaEvent indicates that the Controller has reached the end of its media and is stopping.
 class GainChangeEvent
          A GainChangeEvent is posted by a GainControl when its state has been updated.
 class InternalErrorEvent
          An InternalErrorEvent indicates that a Controller failed for implementation-specific reasons.
 class MediaTimeSetEvent
          A MediaTimeSetEvent is posted by a Controller when its media-time has been set with the setMediaTime method.
 class PrefetchCompleteEvent
          A PrefetchCompleteEvent is posted when a Controller finishes Prefetching.
 class RateChangeEvent
          A RateChangeEvent is a ControllerEvent that is posted when a Controller's rate changes.
 class RealizeCompleteEvent
          A RealizeCompleteEvent is posted when a Controller finishes Realizing.
 class ResourceUnavailableEvent
          A ResourceUnavailableEvent indicates that a Controller was unable to allocate a resource that it requires for operation.
 class RestartingEvent
          A RestartingEvent indicates that a Controller has moved from the Started state back to the Prefetching state (a Stopped state) and intends to return to the Started state when Prefetching is complete.
 class SizeChangeEvent
          Event which indicates that the input video has changed in size and the video renderer needs to be resized to specified size.
 class StartEvent
          StartEvent is a TransitionEvent that indicates that a Controller has entered the Started state.
 class StopAtTimeEvent
          A StopAtTimeEvent indicates that the Controller has stopped because it reached its stop time.
 class StopByRequestEvent
          A StopByRequestEvent indicates that the Controller has stopped in response to a stop call.
 class StopEvent
          StopEvent is a ControllerEvent that indicates that a Controller has stopped.
 class StopTimeChangeEvent
          A StopTimeChangeEvent is generated by a Controller when its stop time has changed.
 class TransitionEvent
          TransitionEvent is a ControllerEvent that indicates that a Controller has changed state.
 

Uses of MediaEvent in javax.media.datasink
 

Subclasses of MediaEvent in javax.media.datasink
 class DataSinkErrorEvent
          DataSinkErrorEvent indicates that an error has occurred while the DataSink was writing data to the destination.
 class DataSinkEvent
          DataSinkEvent is the base class for events generated by the DataSink.
 class EndOfStreamEvent
          EndOfStreamEvent indicates that the DataSource connected to the DataSink has flagged and end-of-stream.
 

Uses of MediaEvent in javax.media.format
 

Subclasses of MediaEvent in javax.media.format
 class FormatChangeEvent
          A FormatChangeEvent is posted by a Controller when the Format of its media changes.
 

Uses of MediaEvent in javax.media.rtp.event
 

Subclasses of MediaEvent in javax.media.rtp.event
 class ActiveReceiveStreamEvent
          Informs the SessionListener that data packets/RTCP packets have commenced arriving after having stopped arriving.
 class ActiveSendStreamEvent
          Informs the RTPSendStreamListener that data packets/RTCP packets have started arriving after having stopped arriving.
 class ApplicationEvent
          Event which informs the RTP listener that an RTCP 'APP' packet has been received.
 class ByeEvent
          Informs the RTP listener that an RTCP 'BYE' indication has been received.
 class InactiveReceiveStreamEvent
          Informs the SessionListener that data & control packets have stopped arriving on this ReceiveStream.
 class InactiveSendStreamEvent
          Informs the SendStreamListener that data has stopped arriving on this SendStream.
 class LocalCollisionEvent
          Informs the RTP client that the SSRC it was using collided with another SSRC in the session.
 class LocalPayloadChangeEvent
          Informs the RTP listener that a local RTP sender has changed the payload type of a data stream.
 class NewParticipantEvent
          Informs the RTP listener that an RTCP packet has just been received from a heretofore unknown participant.
 class NewReceiveStreamEvent
          Informs the RTP listener that a new stream of RTP data packets has been detected; in RTP parlance, this means that RTP data packets have been received from an SSRC that had not previously been sending data.
 class NewSendStreamEvent
          Informs the RTP listener that a new transmitting stream has been created in this SessionManager.
 class ReceiverReportEvent
          Informs the RTP listener that an RTCP receiver report (RR) has been received.
 class ReceiveStreamEvent
          The ReceiveStreamEvent will notify a listener of all events that are received on a particular ReceiveStream.
 class RemoteCollisionEvent
          Informs the RTP listener that two remote participants were using the same SSRC simultaneously.
 class RemoteEvent
          An RemoteEvent notifies users of events that occur from remote participants.
 class RemotePayloadChangeEvent
          Informs the RTP listener that a remote RTP sender has changed the payload type of a data stream.
 class RTPEvent
          The Base class of all event notification in the SessionManager.
 class SenderReportEvent
          Informs the RTP listener that an RTCP sender report (SR) has been received.
 class SendStreamEvent
          The SendStreamEvent will notify a listener of all events that are received on a particular SendStream.
 class SessionEvent
          SessionEvent are events that pertain to the Session as a whole and that dont belong to a ReceiveStream in particular or a remote participant necessarily.
 class StreamClosedEvent
          Informs the RTP listener that a transmitting stream has been closed in the RTP SessionManager
 class StreamMappedEvent
          Informs the RTP listener that a previously 'orphaned' ReceiveStream has been associated with an Participant.The ReceiveStream is now available through the Participant object's getStreams() method; similarly, the Participant is available through the ReceiveStream object's getParticipant() method.
 class TimeoutEvent
          Informs the RTP listener that a certain SSRC has not sent packets in a long while and can be considered timed-out.