public class OggStreamAudioVisualData extends HighLevelOggStreamPacket
Modifier and Type | Field and Description |
---|---|
protected long |
granulePosition |
Constructor and Description |
---|
OggStreamAudioVisualData(byte[] data) |
OggStreamAudioVisualData(OggPacket pkt) |
Modifier and Type | Method and Description |
---|---|
long |
getGranulePosition()
Returns the granule position, or -1 if
this wasn't read from a file
|
void |
setGranulePosition(long granulePosition) |
getData, getOggPacket, setData, write
public OggStreamAudioVisualData(OggPacket pkt)
public OggStreamAudioVisualData(byte[] data)
Copyright © 2015. All rights reserved.