Uses of Interface
javax.media.Duration

Packages that use Duration
javax.media   
javax.media.protocol   
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
 

Uses of Duration in javax.media
 

Subinterfaces of Duration in javax.media
 interface Controller
          Controller, which extends Clock, provides resource-allocation state information, event generation, and a mechanism for obtaining objects that provide additional control over a Controller.
 interface Player
          Player is a MediaHandler for rendering and controlling time based media data.
 

Uses of Duration in javax.media.protocol
 

Classes in javax.media.protocol that implement Duration
 class DataSource
          A DataSource is an abstraction for media protocol-handlers.
 class PullDataSource
          Abstracts a media data-source that only supports pull data-streams.
 class PushDataSource
          Abstracts a data source that manages PushDataStreams.
 class URLDataSource
          A default data-source created directly from a URL using URLConnection.
 

Uses of Duration in javax.tv.service.selection
 

Subinterfaces of Duration in javax.tv.service.selection
 interface ServiceMediaHandler
          ServiceMediaHandler represents an handler of service components that are real time media sharing the same clock.
 

Uses of Duration in org.dvb.media
 

Classes in org.dvb.media that implement Duration
 class DripFeedDataSource
          This class allows to create a source for a JMF player to be able to feed the decoder progressively with parts of a clip (e.g.
 



Copyright © 2011. All Rights Reserved.