javax.media.protocol
Interface SourceStream

All Superinterfaces:
Controls
All Known Subinterfaces:
PullBufferStream, PullSourceStream, PushBufferStream, PushSourceStream
All Known Implementing Classes:
InputSourceStream, InputStreamPushSourceStream, LookAheadPushBufferStream, RTPAudioDataStream, RTPDataStream, RTPVideoDataStream, SimpleSocketInputStream, SocketInputStream

public interface SourceStream
extends Controls

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

Author:
Ken Larson

Field Summary
static long LENGTH_UNKNOWN
           
 
Method Summary
 boolean endOfStream()
           
 ContentDescriptor getContentDescriptor()
           
 long getContentLength()
           
 
Methods inherited from interface javax.media.Controls
getControl, getControls
 

Field Detail

LENGTH_UNKNOWN

static final long LENGTH_UNKNOWN
See Also:
Constant Field Values
Method Detail

getContentDescriptor

ContentDescriptor getContentDescriptor()

getContentLength

long getContentLength()

endOfStream

boolean endOfStream()