public class FlacTags extends VorbisComments
VorbisComments
with a Flac metadata
block header, rather than the usual vorbis one.Modifier and Type | Class and Description |
---|---|
protected static class |
FlacTags.FlacTagsAsMetadata |
KEY_ALBUM, KEY_ARTIST, KEY_DATE, KEY_GENRE, KEY_TITLE, KEY_TRACKNUMBER
HEADER_LENGTH_AUDIO, HEADER_LENGTH_METADATA, TYPE_COMMENTS, TYPE_INFO, TYPE_SETUP
Modifier and Type | Method and Description |
---|---|
protected int |
getHeaderSize()
Type plus three byte length
|
protected void |
populateMetadataHeader(byte[] b,
int type,
int dataLength)
Type plus three byte length
|
addComment, getAlbum, getAllComments, getArtist, getComments, getDate, getGenre, getSingleComment, getTitle, getTrackNumber, getTrackNumberNumeric, getVendor, normaliseTag, removeAllComments, removeComments, setComments, setVendor, write
create, isVorbisStream
getData, getOggPacket, setData
public FlacTags(OggPacket packet)
public FlacTags()
protected int getHeaderSize()
getHeaderSize
in class VorbisComments
protected void populateMetadataHeader(byte[] b, int type, int dataLength)
populateMetadataHeader
in class VorbisPacket
Copyright © 2013. All rights reserved.