|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSource | |
|---|---|
| javax.media | |
| javax.media.protocol | |
| org.dvb.media | Provides DVB specific extensions to the Java Media Framework. |
| Uses of DataSource in javax.media |
|---|
| Methods in javax.media that return DataSource | |
|---|---|
static DataSource |
Manager.createDataSource(MediaLocator sourceLocator)
Create a DataSource for the specified media. |
static DataSource |
Manager.createDataSource(URL sourceURL)
Create a DataSource for the specified media. |
DataSource |
MediaProxy.getDataSource()
Obtain the new DataSource. |
| 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. |
| Uses of DataSource in org.dvb.media |
|---|
| Subclasses of DataSource in org.dvb.media | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||