javax.media.protocol
Interface PushBufferStream

All Superinterfaces:
Controls, SourceStream
All Known Implementing Classes:
LookAheadPushBufferStream, RTPAudioDataStream, RTPDataStream, RTPVideoDataStream

public interface PushBufferStream
extends SourceStream

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

Author:
Ken Larson

Field Summary
 
Fields inherited from interface javax.media.protocol.SourceStream
LENGTH_UNKNOWN
 
Method Summary
 Format getFormat()
           
 void read(Buffer buffer)
           
 void setTransferHandler(BufferTransferHandler transferHandler)
           
 
Methods inherited from interface javax.media.protocol.SourceStream
endOfStream, getContentDescriptor, getContentLength
 
Methods inherited from interface javax.media.Controls
getControl, getControls
 

Method Detail

getFormat

Format getFormat()

read

void read(Buffer buffer)
          throws java.io.IOException
Throws:
java.io.IOException

setTransferHandler

void setTransferHandler(BufferTransferHandler transferHandler)