org.ocap.shared.media
Class LeavingLiveModeEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
org.ocap.shared.media.LeavingLiveModeEvent
- All Implemented Interfaces:
- Serializable, MediaEvent
public class LeavingLiveModeEvent
- extends ControllerEvent
This event shall be generated during timeshift playback when the playback point
departs from the head of the buffer (where the content is the same as the
currently received content). Examples of this include the following;
- Pause
- Forward play with rate < 1.0
- Rewind
- Playback jumps to a previous time
LeavingLiveModeEvent is a ControllerEvent that is posted when the
the controller is not playing back a live broadcast stream anymore.
This event is sent to a registered ControllerListener in addition to
any RateChangeEvent or MediaTimeSetEvent.
- See Also:
- Serialized Form
LeavingLiveModeEvent
public LeavingLiveModeEvent(Controller from)
- Create a LeavingLiveModeEvent.
- Parameters:
from
- the controller that is generating the event.