public class StreamState
extends java.lang.Object
Constructor and Description |
---|
StreamState() |
Modifier and Type | Method and Description |
---|---|
int |
clear()
Calls ogg_stream_clear().
|
int |
flush(Page page)
Calls ogg_stream_flush().
|
void |
free() |
int |
init(int nSerialNo)
Calls ogg_stream_init().
|
boolean |
isEOSReached()
Calls ogg_stream_eos().
|
int |
packetIn(Packet packet)
Calls ogg_stream_packetin().
|
int |
packetOut(Packet packet)
Calls ogg_stream_packetout().
|
int |
packetPeek(Packet packet)
Calls ogg_stream_packetpeek().
|
int |
pageIn(Page page)
add the incoming page to the stream state; we decompose the
page into packet segments here as well.
|
int |
pageOut(Page page)
Calls ogg_stream_pageout().
|
int |
reset()
Calls ogg_stream_reset().
|
public void free()
public int init(int nSerialNo)
public int clear()
public int reset()
public boolean isEOSReached()
public int packetIn(Packet packet)
public int pageOut(Page page)
public int flush(Page page)
public int pageIn(Page page)
public int packetOut(Packet packet)
public int packetPeek(Packet packet)