Uses of Class
javax.media.Time

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.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of Time in javax.media
 

Fields in javax.media declared as Time
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.
 

Methods in javax.media that return Time
 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 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 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 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.
 

Methods in javax.media with parameters of type Time
 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.
 

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)
          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)
           
 

Uses of Time in javax.media.protocol
 

Methods in javax.media.protocol that return Time
 Time URLDataSource.getDuration()
          Returns Duration.DURATION_UNKNOWN.
 Time Positionable.setPosition(Time where, int rounding)
          Set the position to the specified time.
 

Methods in javax.media.protocol with parameters of type Time
 Time Positionable.setPosition(Time where, int rounding)
          Set the position to the specified time.
 

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.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.
 



Copyright © 2011. All Rights Reserved.