public abstract class HighLevelOggStreamPacket extends Object implements OggStreamPacket
Modifier | Constructor and Description |
---|---|
protected |
HighLevelOggStreamPacket() |
protected |
HighLevelOggStreamPacket(OggPacket oggPacket) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
int |
getOggOverheadSize()
|
protected OggPacket |
getOggPacket() |
void |
setData(byte[] data) |
OggPacket |
write() |
protected HighLevelOggStreamPacket(OggPacket oggPacket)
protected HighLevelOggStreamPacket()
protected OggPacket getOggPacket()
public byte[] getData()
getData
in interface OggStreamPacket
public void setData(byte[] data)
setData
in interface OggStreamPacket
public int getOggOverheadSize()
OggPacket
/ OggPage
structures into which this data is stored.
Will return 0 for packets not yet associated with a page.
This information is normally only of interest to information, diagnostic and debugging tools.
getOggOverheadSize
in interface OggStreamPacket
public OggPacket write()
write
in interface OggStreamPacket
Copyright © 2016. All rights reserved.