Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.media.protocol.DataSource

Packages that use DataSource
javax.media   
javax.media.protocol   
 

Uses of DataSource in javax.media
 

Methods in javax.media that return DataSource
 DataSource MediaProxy.getDataSource()
          Obtain the new DataSource.
static DataSource Manager.createDataSource(java.net.URL sourceURL)
          Create a DataSource for the specified media.
static DataSource Manager.createDataSource(MediaLocator sourceLocator)
          Create a DataSource for the specified media.
 

Methods in javax.media with parameters of type DataSource
static Player Manager.createPlayer(DataSource source)
          Create a Player for the DataSource.
 void MediaHandler.setSource(DataSource source)
          Set the media source the MediaHandler should use to obtain content.
 

Uses of DataSource in javax.media.protocol
 

Subclasses of DataSource in javax.media.protocol
 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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.