All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.protocol.PushDataSource

java.lang.Object
   |
   +----javax.media.protocol.DataSource
           |
           +----javax.media.protocol.PushDataSource

public abstract class PushDataSource
extends DataSource
Abstracts a data source that manages PushDataStreams.

Version:
1.5, 97/08/23.
See Also:
Manager, Player, DefaultPlayerFactory, DataSource

Constructor Index

 o PushDataSource()

Method Index

 o getStreams()
Get the collection of streams that this source manages.

Constructors

 o PushDataSource
 public PushDataSource()

Methods

 o getStreams
 public abstract PushSourceStream[] 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.

Returns:
The collection of streams for this source.

All Packages  Class Hierarchy  This Package  Previous  Next  Index