Serialized Form
Package com.tffenterprises.music.tag |
title
java.lang.String title
- The title of the track represented by this tag.
artist
java.lang.String artist
- The name of the artist or performer featured on the track.
album
java.lang.String album
- The name of the album or set from which the track was extracted.
year
short year
- The year during which the track was recorded or released.
comment
java.lang.String comment
- A comment relevant to the track.
track
byte track
- The track's position within the set to which it belongs.
genre
byte genre
- A byte representing the genre of the track.
changed
boolean changed
- Flag indicating whether or not the tag has been changed.
frameTable
java.util.Hashtable<K,V> frameTable
- A hashtable containing all the tag's information frames.
flags
Flags flags
- The Flags object. Its behaviour depends on ID3v2 version number.
It's way cool.
Package com.tffenterprises.music.tag.id3v2 |
version
short version
- A short containing the represented ID3v2 specification version
flags
byte flags
- A byte containing the ID3v2 flags field; 8 bits stored in a byte.
nullBytesRead
long nullBytesRead
- The number of null (padding) bytes that have been read from the
input stream.
Package com.tffenterprises.music.tag.id3v2.frame |
imageDescription
java.lang.String imageDescription
- The description text for this frame.
imageMimeType
java.lang.String imageMimeType
- The image type (MIME) for this frame.
imageType
byte imageType
- The image type
imageData
byte[] imageData
- The image data.
header
FrameHeader header
- This frame's FrameHeader
frameLanguage
java.lang.String frameLanguage
- A language identifier for the text in this frame.
frameid
java.lang.String frameid
- The frame ID of the frames contained within.
genre
byte genre
- The genre as a byte, ID3v1-style
isACover
boolean isACover
- A boolean set if the track is (known to be) a cover version
isARemix
boolean isARemix
- A boolean set if the track is (known to be) a remix
item
short item
- The item number.
total
short total
- The total number of items.
id
java.lang.String id
- The Frame ID
oldID
java.lang.String oldID
- The 2.0 frame ID string
statusFlags
byte statusFlags
- The frame status flags.
formatFlags
byte formatFlags
- The frame format flags.
frameVector
java.util.Vector<E> frameVector
- A hashtable to contain the contained frames.
frameData
byte[] frameData
- The data contained in this frame.
frameTable
java.util.Hashtable<K,V> frameTable
- A hashtable to contain the contained frames.
frameText
java.lang.String frameText
- The data contained in this frame.
frameDescription
java.lang.String frameDescription
- The description text for this frame.
frameValue
java.lang.String frameValue
- The value text for this frame.
year
int year
- The year is the data.