uk.ac.cam.acr31.oggdecoder
Interface OggPacketReceiverFactory


public interface OggPacketReceiverFactory


Method Summary
 OggPacketReceiver getInstance()
          Return a new instance of a PacketReceiver for this stream
 boolean testFirstPacket(byte[] data)
          Return true if this type of PacketReciever can process data for this LogicalStream
 

Method Detail

testFirstPacket

boolean testFirstPacket(byte[] data)
Return true if this type of PacketReciever can process data for this LogicalStream

Parameters:
data - - the bytes of the first Packet in the stream
Returns:

getInstance

OggPacketReceiver getInstance()
Return a new instance of a PacketReceiver for this stream

Returns: