public class VorbisSetup extends VorbisPacket
HEADER_LENGTH_AUDIO, HEADER_LENGTH_METADATA, TYPE_COMMENTS, TYPE_INFO, TYPE_SETUP
Constructor and Description |
---|
VorbisSetup() |
VorbisSetup(OggPacket pkt) |
Modifier and Type | Method and Description |
---|---|
protected int |
getHeaderSize()
How big is the header on this packet?
For Metadata packets it's normally 7 bytes,
otherwise for audio packets there is no header.
|
int |
getNumberOfCodebooks() |
create, isVorbisStream, populateMetadataHeader
getData, getOggPacket, setData, write
public VorbisSetup(OggPacket pkt)
public VorbisSetup()
protected int getHeaderSize()
VorbisPacket
getHeaderSize
in class VorbisPacket
public int getNumberOfCodebooks()
Copyright © 2014. All rights reserved.