javax.media.protocol
Class PushDataSource

java.lang.Object
  extended by javax.media.protocol.DataSource
      extended by javax.media.protocol.PushDataSource
All Implemented Interfaces:
Duration, Controls

public abstract class PushDataSource
extends DataSource


Field Summary
 
Fields inherited from interface javax.media.Duration
DURATION_UNBOUNDED, DURATION_UNKNOWN
 
Constructor Summary
PushDataSource()
           
 
Method Summary
abstract  PushSourceStream[] getStreams()
           
 
Methods inherited from class javax.media.protocol.DataSource
connect, disconnect, getContentType, getLocator, setLocator, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.media.protocol.Controls
getControl, getControls
 
Methods inherited from interface javax.media.Duration
getDuration
 

Constructor Detail

PushDataSource

public PushDataSource()
Method Detail

getStreams

public abstract PushSourceStream[] getStreams()