FileDocCategorySizeDatePackage
PushBufferDataSource.javaAPI DocJMF 2.1.1e1345Mon May 12 12:20:42 BST 2003javax.media.protocol

PushBufferDataSource

public abstract class PushBufferDataSource extends DataSource
Abstracts a data source that manages data in the form of push streams. The streams from this datasource contain Buffer objects i.e. PushBufferStreams.
see
javax.media.Manager
see
javax.media.Player
see
DataSource
see
javax.media.Buffer
see
javax.media.protocol.PushBufferStream

Fields Summary
Constructors Summary
Methods Summary
public abstract javax.media.protocol.PushBufferStream[]getStreams()
Get the collection of streams that this source manages. The collection of streams is entirely content dependent. The ContentDescriptor of this DataSource provides the only indication of what streams can be available on this connection.

return
The collection of streams for this source.