j2d.video.flv.impl
Class FLVStream

java.lang.Object
  extended by j2d.video.flv.impl.FLVStream

public class FLVStream
extends java.lang.Object


Constructor Summary
FLVStream(java.io.OutputStream os, byte type)
           
 
Method Summary
 void writeImage(java.awt.image.BufferedImage image, int timestamp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FLVStream

public FLVStream(java.io.OutputStream os,
                 byte type)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

writeImage

public void writeImage(java.awt.image.BufferedImage image,
                       int timestamp)
                throws java.io.IOException
Throws:
java.io.IOException