org.gagravarr.vorbis
Class VorbisSetup
java.lang.Object
org.gagravarr.ogg.HighLevelOggStreamPacket
org.gagravarr.vorbis.VorbisPacket
org.gagravarr.vorbis.VorbisSetup
public class VorbisSetup
- extends VorbisPacket
Includes extensive CODEC setup information as well as the
complete VQ and Huffman codebooks needed for decode
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VorbisSetup
public VorbisSetup(OggPacket pkt)
VorbisSetup
public VorbisSetup()
getHeaderSize
protected int getHeaderSize()
- Description copied from class:
VorbisPacket
- How big is the header on this packet?
For Metadata packets it's normally 7 bytes,
otherwise for audio packets there is no header.
- Specified by:
getHeaderSize
in class VorbisPacket
getNumberOfCodebooks
public int getNumberOfCodebooks()
Copyright © 2012. All Rights Reserved.