|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Time | |
---|---|
javax.media | |
javax.media.protocol | |
org.davic.media | Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. |
org.dvb.media | Provides DVB specific extensions to the Java Media Framework. |
org.ocap.dvr | Provides extension classes and interfaces to the shared DVR APIs. |
org.ocap.hn.content | |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
org.ocap.shared.media | Extensions to JMF to support DVR playback. |
Uses of Time in javax.media |
---|
Fields in javax.media declared as Time | |
---|---|
static Time |
Duration.DURATION_UNBOUNDED
|
static Time |
Duration.DURATION_UNKNOWN
|
static Time |
Controller.LATENCY_UNKNOWN
|
static Time |
Clock.RESET
|
Methods in javax.media that return Time | |
---|---|
Time |
DurationUpdateEvent.getDuration()
|
Time |
Duration.getDuration()
|
Time |
StopEvent.getMediaTime()
|
Time |
StartEvent.getMediaTime()
|
Time |
MediaTimeSetEvent.getMediaTime()
|
Time |
Clock.getMediaTime()
|
Time |
Controller.getStartLatency()
|
Time |
StopTimeChangeEvent.getStopTime()
|
Time |
Clock.getStopTime()
|
Time |
Clock.getSyncTime()
|
Time |
TimeBase.getTime()
|
Time |
StartEvent.getTimeBaseTime()
|
Time |
Clock.mapToTimeBase(Time t)
|
Methods in javax.media with parameters of type Time | |
---|---|
Time |
Clock.mapToTimeBase(Time t)
|
void |
Clock.setMediaTime(Time now)
|
void |
Clock.setStopTime(Time stopTime)
|
void |
Clock.syncStart(Time at)
|
Constructors in javax.media with parameters of type Time | |
---|---|
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)
|
|
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)
|
Uses of Time in javax.media.protocol |
---|
Methods in javax.media.protocol that return Time | |
---|---|
Time |
URLDataSource.getDuration()
|
Time |
Positionable.setPosition(Time where,
int rounding)
|
Methods in javax.media.protocol with parameters of type Time | |
---|---|
Time |
Positionable.setPosition(Time where,
int rounding)
|
Uses of Time in org.davic.media |
---|
Methods in org.davic.media that return Time | |
---|---|
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). |
Methods in org.davic.media with parameters of type Time | |
---|---|
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). |
Constructors in org.davic.media with parameters of type Time | |
---|---|
MediaTimePositionChangedEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
Construct an event. |
Uses of Time in org.dvb.media |
---|
Methods in org.dvb.media that return Time | |
---|---|
Time |
DripFeedDataSource.getDuration()
This method shall not be used and has no effect. |
Uses of Time in org.ocap.dvr |
---|
Methods in org.ocap.dvr with parameters of type Time | |
---|---|
void |
TimeShiftProperties.setPresentation(Service service,
Time time,
float rate,
boolean action,
boolean persistent)
Sets the JMF media time location from where the playback will begin when a specific service is selected with this service context. |
Uses of Time in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that return Time | |
---|---|
Time |
StreamableContentResource.getDuration()
Gets the duration of this content. |
Uses of Time in org.ocap.media |
---|
Methods in org.ocap.media that return Time | |
---|---|
Time |
MediaTimer.getFirstTime()
Get a first time that was set to this MediaTimer object. |
Time |
MediaTimer.getLastTime()
Get a last time that was set to this MediaTimer object. |
Methods in org.ocap.media with parameters of type Time | |
---|---|
void |
MediaTimer.setFirstTime(Time time)
Set a first time of a time range. |
void |
MediaTimer.setLastTime(Time time)
Set a last time of a time range. |
Uses of Time in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that return Time | |
---|---|
Time |
RecordedService.getFirstMediaTime()
Gets the JMF media time at the start of the recorded service. |
Time |
RecordedService.getMediaTime()
Gets the JMF media time that was set using the method setMediaTime(..) |
Time[] |
SegmentedRecordedService.getSegmentMediaTimes()
Gets the start media times for the segments in the media time line created by the implementation for playing across all segments. |
Methods in org.ocap.shared.dvr with parameters of type Time | |
---|---|
void |
RecordedService.setMediaTime(Time mediaTime)
Set the JMF media time for the location from where the playback will begin when this recorded service is selected on a ServiceContext. |
Uses of Time in org.ocap.shared.media |
---|
Methods in org.ocap.shared.media that return Time | |
---|---|
Time |
TimeShiftControl.getBeginningOfBuffer()
Get the media time corresponding to the current beginning of the time-shift buffer. |
Time |
TimeShiftControl.getDuration()
Get the duration of content currently in the time-shift buffer. |
Time |
TimeShiftControl.getEndOfBuffer()
Get the media time corresponding to the end of the time-shift buffer. |
Time |
TimeLine.getFirstMediaTime()
Returns the first media time at which this time line is valid. |
Time |
TimeLine.getLastMediaTime()
Returns the last media time at which this time line is valid. |
Time |
TimeShiftControl.getMaxDuration()
Get the estimated value for the maximum duration of content that could be buffered using this time-shift buffer. |
Time |
TimeLine.getMediaTime(long time)
Translates a time in this time line into the corresponding media time. |
Time |
MediaTimeFactoryControl.getRelativeTime(long offset)
Obtain a media time relative to the current location |
Time |
MediaTimeFactoryControl.setTimeApproximations(Time original,
boolean beforeOrAfter)
Enables applications to precisely control the position where playback starts following a call to Player.setMediaTime. |
Methods in org.ocap.shared.media with parameters of type Time | |
---|---|
long |
TimeLine.getTime(Time mediatime)
Translates a media time into the corresponding time in this timeline |
Time |
MediaTimeFactoryControl.setTimeApproximations(Time original,
boolean beforeOrAfter)
Enables applications to precisely control the position where playback starts following a call to Player.setMediaTime. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |