de.jarnbjo.theora
Class TheoraStream

java.lang.Object
  extended byde.jarnbjo.theora.TheoraStream

public class TheoraStream
extends java.lang.Object


Constructor Summary
TheoraStream()
           
TheoraStream(LogicalOggStream oggStream)
           
 
Method Summary
 byte[] decodePacket(byte[] packet)
           
 Header getHeader()
           
 PbInstance getPbi()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheoraStream

public TheoraStream()

TheoraStream

public TheoraStream(LogicalOggStream oggStream)
             throws TheoraFormatException,
                    java.io.IOException
Method Detail

getHeader

public Header getHeader()

getPbi

public PbInstance getPbi()

decodePacket

public byte[] decodePacket(byte[] packet)
                    throws TheoraFormatException,
                           java.io.IOException
Throws:
TheoraFormatException
java.io.IOException