All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.media.ControllerEvent | +----javax.media.TransitionEvent | +----javax.media.StartEvent
StartEvent
is a TransitionEvent
that indicates that
a Controller
has entered the Started state.
Entering the Started state implies that
syncStart
has been invoked, providing a new
media time to time-base time mapping.
StartEvent
provides the time-base time
and the media-time that Started this Controller
.
StartEvent
.
Controller
started.
Controller
.
public StartEvent(Controller from, int previous, int current, int target, Time mediaTime, Time tbTime)
StartEvent
.
The from
argument identifies the Controller
that
is generating this event.
The mediaTime
and the tbTime
identify the media-time to
time-base-time mapping that Started the Controller
Controller
that has Started.
Controller
Started.
Controller
Started.
public Time getMediaTime()
Controller
started.
Controller's
media time when it started.
public Time getTimeBaseTime()
Controller
.
Controller
when it started.
All Packages Class Hierarchy This Package Previous Next Index