| Modifier and Type | Field and Description |
|---|---|
protected Time |
AMController.eomDuration |
| Modifier and Type | Method and Description |
|---|---|
Time |
AMController.getDuration() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMController.setMediaTime(Time time) |
protected int |
AMController.trySetMediaTime(Time time) |
| Modifier and Type | Method and Description |
|---|---|
Time |
Handler.getDuration()
Get the duration of the media represented
by this object.
|
Time |
Handler.getMediaTime()
Get this
Clock's current media time. |
Time |
Handler.getStartLatency()
Get the
Controller's start latency in nanoseconds. |
Time |
Handler.getStopTime()
Get the last value successfully set by
setStopTime. |
Time |
Handler.getSyncTime()
Get the current media time or the time until this
Clock will synchronize to its TimeBase. |
Time |
Handler.mapToTimeBase(Time t)
Get the
TimeBase time corresponding to the specified media time. |
| Modifier and Type | Method and Description |
|---|---|
Time |
Handler.mapToTimeBase(Time t)
Get the
TimeBase time corresponding to the specified media time. |
void |
Handler.setMediaTime(Time now)
Set the
Clock's media time. |
void |
Handler.setStopTime(Time stopTime)
Set the media time at which you want the
Clock
to stop. |
void |
Handler.syncStart(Time at)
Synchronize the current media time to the specified
time-base time and start the
Clock. |
| Modifier and Type | Method and Description |
|---|---|
Time |
MediaPlayer.getDuration()
Get the duration of the media.
|
Time |
MediaController.getDuration()
Return the duration of the media.
|
protected Time |
MediaController.getMediaClockTime()
For subclasses to access to the theoretical clock time as computed
by MediaClock.
|
Time |
MediaController.getMediaTime()
Return the current media time.
|
Time |
MediaClock.getMediaTime()
Return the current media time.
|
Time |
MediaController.getStartLatency()
Returns the start latency.
|
Time |
MediaController.getStopTime()
Get the preset stop time.
|
Time |
MediaClock.getStopTime()
Return the preset stop time.
|
Time |
MediaController.getSyncTime()
Return the Sync Time.
|
Time |
MediaClock.getSyncTime()
Return the Sync Time.
|
Time |
SystemTimeBase.getTime() |
Time |
MediaTimeBase.getTime() |
Time |
MediaController.mapToTimeBase(Time t)
Map the given media-time to time-base-time.
|
Time |
MediaClock.mapToTimeBase(Time t)
Map the the given media-time to time-base-time.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaPlayer.doSetMediaTime(Time now)
Called from setMediaTime.
|
Time |
MediaController.mapToTimeBase(Time t)
Map the given media-time to time-base-time.
|
Time |
MediaClock.mapToTimeBase(Time t)
Map the the given media-time to time-base-time.
|
void |
MediaPlayer.setMediaTime(Time now)
Loops through the list of nodes and controllers maintained by this
player and invoke setMediaTime on each of them.
|
void |
MediaController.setMediaTime(Time now)
Set the media time.
|
void |
MediaClock.setMediaTime(Time now)
Set the media time.
|
void |
MediaPlayer.setStopTime(Time t)
sets up the specified stop time for all controllers in the
internal node list
|
void |
MediaController.setStopTime(Time t)
Set the stop time.
|
void |
MediaClock.setStopTime(Time t)
Preset a stop time in media time.
|
void |
MediaPlayer.syncStart(Time tbt)
Start at the given time base time.
|
void |
MediaController.syncStart(Time tbt)
Start the controller.
|
void |
MediaClock.syncStart(Time tbt)
Start the clock with the given time-base-time
|
| Constructor and Description |
|---|
SeekFailedEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
| Modifier and Type | Method and Description |
|---|---|
Time |
DataSource.getDuration()
Get the duration of the media represented
by this object.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
DataSource.getDuration() |
| Modifier and Type | Method and Description |
|---|---|
Time |
DataSource.getDuration()
Get the duration of the media represented
by this object.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
EncapIPDataSource.getDuration() |
| Modifier and Type | Field and Description |
|---|---|
static Time |
Duration.DURATION_UNBOUNDED
Returned by
getDuration. |
static Time |
Duration.DURATION_UNKNOWN
Returned by
getDuration. |
static Time |
Controller.LATENCY_UNKNOWN
Returned by
getStartLatency. |
static Time |
Clock.RESET
Returned by
getStopTime if the stop-time is unset. |
| Modifier and Type | Method and Description |
|---|---|
Time |
DurationUpdateEvent.getDuration()
Get the duration of the media that this
Controller
is using. |
Time |
Duration.getDuration()
Get the duration of the media represented
by this object.
|
Time |
StopEvent.getMediaTime()
Get the clock time (media time) that was passed into the constructor.
|
Time |
StartEvent.getMediaTime()
Get the clock time (media time) when the
Controller started. |
Time |
MediaTimeSetEvent.getMediaTime()
Get the new media time of the
Controller that
generated this event. |
Time |
Clock.getMediaTime()
Get this
Clock's current media time. |
Time |
Controller.getStartLatency()
Get the
Controller's start latency in nanoseconds. |
Time |
StopTimeChangeEvent.getStopTime()
Get the new stop-time for the
Controller that
generated this event. |
Time |
Clock.getStopTime()
Get the last value successfully set by
setStopTime. |
Time |
Clock.getSyncTime()
Get the current media time or the time until this
Clock will synchronize to its TimeBase. |
Time |
TimeBase.getTime()
Get the current time of this
TimeBase. |
Time |
StartEvent.getTimeBaseTime()
Get the time-base time that started the
Controller. |
Time |
Clock.mapToTimeBase(Time t)
Get the
TimeBase time corresponding to the specified media time. |
| Modifier and Type | Method and Description |
|---|---|
Time |
Clock.mapToTimeBase(Time t)
Get the
TimeBase time corresponding to the specified media time. |
void |
Clock.setMediaTime(Time now)
Set the
Clock's media time. |
void |
Clock.setStopTime(Time stopTime)
Set the media time at which you want the
Clock
to stop. |
void |
Clock.syncStart(Time at)
Synchronize the current media time to the specified
time-base time and start the
Clock. |
| Constructor and Description |
|---|
DataStarvedEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
DeallocateEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
DurationUpdateEvent(Controller from,
Time newDuration) |
EndOfMediaEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
MediaTimeSetEvent(Controller from,
Time newMediaTime) |
RestartingEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
StartEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime,
Time tbTime)
Construct a new
StartEvent. |
StopAtTimeEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
StopByRequestEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
StopEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
StopTimeChangeEvent(Controller from,
Time newStopTime) |
| Modifier and Type | Method and Description |
|---|---|
Time |
URLDataSource.getDuration()
Returns
Duration.DURATION_UNKNOWN. |
Time |
Positionable.setPosition(Time where,
int rounding)
Set the position to the specified time.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
Positionable.setPosition(Time where,
int rounding)
Set the position to the specified time.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
MediaTimePositionControl.getMediaTimePosition() |
Time |
MediaTimePositionControl.setMediaTimePosition(Time mediaTime)
Invocation of this method repositions the media time position as closely as possible to the
requested media time (with as little disruption as possible if the player is playing).
|
| Modifier and Type | Method and Description |
|---|---|
Time |
MediaTimePositionControl.setMediaTimePosition(Time mediaTime)
Invocation of this method repositions the media time position as closely as possible to the
requested media time (with as little disruption as possible if the player is playing).
|
| Constructor and Description |
|---|
MediaTimePositionChangedEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
Construct an event.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
DSMCCStream.getMediaTimeFromStream(long time,
Clock c)
Convert a time measured according to a timeline in the stream
into a JMF media time measured in a specified clock.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
DripFeedDataSource.getDuration()
This method shall not be used and has no effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedAnimation.startAnimationAt(Clock c,
Time t)
Start this animation keyed to the clock at the given media time.
|
Copyright © 2012 code4tv.com. All Rights Reserved.