All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.protocol.PullDataSource
java.lang.Object
|
+----javax.media.protocol.DataSource
|
+----javax.media.protocol.PullDataSource
- public abstract class PullDataSource
- extends DataSource
Abstracts a media data-source that only supports
pull data-streams.
- Version:
- 1.5, 97/08/23.
- See Also:
- Manager, Player, DefaultPlayerFactory, DataSource
-
PullDataSource()
-
-
getStreams()
- Get the collection of streams that this source
manages.
PullDataSource
public PullDataSource()
getStreams
public abstract PullSourceStream[] getStreams()
- Get the collection of streams that this source
manages. The collection of streams is entirely
content dependent. The MIME type of this
DataSource
provides the only indication of
what streams can be available on this connection.
- Returns:
- The collection of streams for this source.
All Packages Class Hierarchy This Package Previous Next Index