public static class OggVorbisTagReader.OggVorbisHeaderSizes extends Object
Modifier and Type | Method and Description |
---|---|
int |
getCommentHeaderSize() |
long |
getCommentHeaderStartPosition() |
int |
getExtraPacketDataSize()
Return the size required by all the extra packets on same page as setup header, usually there are
no packets immediately after the setup packet.
|
List<OggPageHeader.PacketStartAndLength> |
getExtraPacketList() |
int |
getSetupHeaderSize() |
long |
getSetupHeaderStartPosition() |
public int getCommentHeaderSize()
public int getSetupHeaderSize()
public int getExtraPacketDataSize()
public long getCommentHeaderStartPosition()
public long getSetupHeaderStartPosition()
public List<OggPageHeader.PacketStartAndLength> getExtraPacketList()
Copyright © 2005–2020 jthink.net. All rights reserved.