video.jmf
Class LiveStream
java.lang.Object
   video.jmf.LiveStream
video.jmf.LiveStream
- All Implemented Interfaces: 
- java.lang.Runnable, javax.media.Controls, javax.media.protocol.PushBufferStream, javax.media.protocol.SourceStream
- public class LiveStream 
- extends java.lang.Object- implements javax.media.protocol.PushBufferStream, java.lang.Runnable
 
| Fields inherited from interface javax.media.protocol.SourceStream | 
| LENGTH_UNKNOWN | 
 
| Constructor Summary | 
| LiveStream(javax.media.MediaLocator locator)
 | 
 
| Method Summary | 
|  boolean | endOfStream()
 | 
|  javax.media.protocol.ContentDescriptor | getContentDescriptor()************************************************************************
 SourceStream *************************************************************************
 | 
|  long | getContentLength()
 | 
|  java.lang.Object | getControl(java.lang.String controlType)
 | 
|  java.lang.Object[] | getControls()
 | 
|  javax.media.Format | getFormat()
 | 
|  void | read(javax.media.Buffer buffer)
 | 
|  void | run()************************************************************************
 Runnable *************************************************************************
 | 
|  void | setTransferHandler(javax.media.protocol.BufferTransferHandler transferHandler)
 | 
|  void | start(boolean started)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LiveStream
public LiveStream(javax.media.MediaLocator locator)
getContentDescriptor
public javax.media.protocol.ContentDescriptor getContentDescriptor()
- ************************************************************************
 SourceStream *************************************************************************
 
- 
- Specified by:
- getContentDescriptorin interface- javax.media.protocol.SourceStream
 
- 
 
getContentLength
public long getContentLength()
- 
- Specified by:
- getContentLengthin interface- javax.media.protocol.SourceStream
 
- 
 
endOfStream
public boolean endOfStream()
- 
- Specified by:
- endOfStreamin interface- javax.media.protocol.SourceStream
 
- 
 
getFormat
public javax.media.Format getFormat()
- 
- Specified by:
- getFormatin interface- javax.media.protocol.PushBufferStream
 
- 
 
read
public void read(javax.media.Buffer buffer)
          throws java.io.IOException
- 
- Specified by:
- readin interface- javax.media.protocol.PushBufferStream
 
- 
- Throws:
- java.io.IOException
 
setTransferHandler
public void setTransferHandler(javax.media.protocol.BufferTransferHandler transferHandler)
- 
- Specified by:
- setTransferHandlerin interface- javax.media.protocol.PushBufferStream
 
- 
 
start
public void start(boolean started)
- 
 
- 
 
run
public void run()
- ************************************************************************
 Runnable *************************************************************************
 
- 
- Specified by:
- runin interface- java.lang.Runnable
 
- 
 
getControls
public java.lang.Object[] getControls()
- 
- Specified by:
- getControlsin interface- javax.media.Controls
 
- 
 
getControl
public java.lang.Object getControl(java.lang.String controlType)
- 
- Specified by:
- getControlin interface- javax.media.Controls
 
-