org.gagravarr.flac
Class FlacTags
java.lang.Object
org.gagravarr.ogg.HighLevelOggStreamPacket
org.gagravarr.vorbis.VorbisPacket
org.gagravarr.vorbis.VorbisComments
org.gagravarr.flac.FlacTags
public class FlacTags
- extends VorbisComments
This is a VorbisComments
with a Flac metadata
block header, rather than the usual vorbis one.
Methods inherited from class org.gagravarr.vorbis.VorbisComments |
addComment, getAlbum, getAllComments, getArtist, getComments, getDate, getGenre, getSingleComment, getTitle, getTrackNumber, getTrackNumberNumeric, getVendor, normaliseTag, removeAllComments, removeComments, setComments, setVendor, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlacTags
public FlacTags(OggPacket packet)
FlacTags
public FlacTags()
getHeaderSize
protected int getHeaderSize()
- Type plus three byte length
- Overrides:
getHeaderSize
in class VorbisComments
populateMetadataHeader
protected void populateMetadataHeader(byte[] b,
int type,
int dataLength)
- Type plus three byte length
- Overrides:
populateMetadataHeader
in class VorbisPacket
Copyright © 2012. All Rights Reserved.