|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.pogg.StreamState
public class StreamState
Wrapper for ogg_stream_state.
Constructor Summary | |
---|---|
StreamState()
|
Method Summary | |
---|---|
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(). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamState()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |