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 OggStreamPacketpublic void setData(byte[] data)
setData in interface OggStreamPacketpublic 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 OggStreamPacketpublic OggPacket write()
write in interface OggStreamPacketCopyright © 2021. All rights reserved.