FileDocCategorySizeDatePackage
PullDataSource.javaAPI DocJMF 2.1.1e816Mon May 12 12:20:42 BST 2003javax.media.protocol

PullDataSource

public abstract class PullDataSource extends DataSource
Abstracts a media data-source that only supports pull data-streams.
see
javax.media.Manager
see
javax.media.Player
see
DataSource
version
1.3, 02/08/21.

Fields Summary
Constructors Summary
Methods Summary
public abstract javax.media.protocol.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.

return
The collection of streams for this source.