javax.media.protocol
Class PullBufferDataSource

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

public abstract class PullBufferDataSource
extends DataSource

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

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

Constructor Detail

PullBufferDataSource

public PullBufferDataSource()
Method Detail

getStreams

public abstract PullBufferStream[] getStreams()