org.dvb.media
Class StopByResourceLossEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
javax.media.TransitionEvent
javax.media.StopEvent
org.dvb.media.StopByResourceLossEvent
- All Implemented Interfaces:
- java.io.Serializable, javax.media.MediaEvent
public class StopByResourceLossEvent
- extends javax.media.StopEvent
This event is generated whenever presentation of a stream stops because
the player has lost so many resources that it cannot continue.
Generation of this event informs the application that the Player is no
longer presenting any content.
- Since:
- MHP 1.0.1
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
StopByResourceLossEvent(javax.media.Controller source,
int previous,
int current,
int target,
javax.media.MediaLocator stream)
Construct an event. |
Method Summary |
javax.media.MediaLocator |
getStream()
This method returns the stream which was being presented |
Methods inherited from class javax.media.StopEvent |
getMediaTime |
Methods inherited from class javax.media.TransitionEvent |
getCurrentState, getPreviousState, getTargetState |
Methods inherited from class javax.media.ControllerEvent |
getSource, getSourceController |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StopByResourceLossEvent
public StopByResourceLossEvent(javax.media.Controller source,
int previous,
int current,
int target,
javax.media.MediaLocator stream)
- Construct an event.
- Parameters:
source
- the controller which was presenting the servicestream
- the locator of the stream which was being presentedprevious
- the previous state of the controllercurrent
- the current state of the controllertarget
- the target state of the controller
getStream
public javax.media.MediaLocator getStream()
- This method returns the stream which was being presented
- Returns:
- the locator for the stream concerned