|
JSR-927 (Maintenance Release) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||