org.ocap.shared.media
Class EndOfContentEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
javax.media.RateChangeEvent
org.ocap.shared.media.EndOfContentEvent
- All Implemented Interfaces:
- Serializable, MediaEvent
public class EndOfContentEvent
- extends RateChangeEvent
EndOfContentEvent is a RateChangeEvent that is posted when the rate change is
due to a forward playback hitting the end of the stored context, or a forward
playback catching up with the live recording point.
- See Also:
- Serialized Form
EndOfContentEvent
public EndOfContentEvent(Controller from,
float newRate)
- Create a EndOfContentEvent.
- Parameters:
from
- the controller that is generating the event.newRate
- the new rate following the rate change