Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

A

AbstractDataType - Class in org.jaudiotagger.tag.datatype
Represents a field/data type that can be held within a frames body, these map loosely onto Section 4.
AbstractDataType(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.AbstractDataType
Construct an abstract datatype identified by identifier and linked to a framebody without setting an initial value.
AbstractDataType(String, AbstractTagFrameBody, Object) - Constructor for class org.jaudiotagger.tag.datatype.AbstractDataType
Construct an abstract datatype identified by identifier and linked to a framebody initilised with a value
AbstractDataType(AbstractDataType) - Constructor for class org.jaudiotagger.tag.datatype.AbstractDataType
This is used by subclasses, to clone the data within the copyObject TODO:It seems to be missing some of the more complex value types.
AbstractDataTypeList<T extends AbstractDataType> - Class in org.jaudiotagger.tag.datatype
Represents a list of Cloneable(!!) AbstractDataTypes, continuing until the end of the buffer.
AbstractDataTypeList(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.AbstractDataTypeList
 
AbstractDataTypeList(AbstractDataTypeList<T>) - Constructor for class org.jaudiotagger.tag.datatype.AbstractDataTypeList
Copy constructor.
AbstractFrameBodyNumberTotal - Class in org.jaudiotagger.tag.id3.framebody
Track number/position in set Text Information frame.
AbstractFrameBodyNumberTotal() - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
Creates a new FrameBodyTRCK datatype.
AbstractFrameBodyNumberTotal(AbstractFrameBodyNumberTotal) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
AbstractFrameBodyNumberTotal(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
Creates a new FrameBodyTRCK datatype, the value is parsed literally
AbstractFrameBodyNumberTotal(byte, Integer, Integer) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
AbstractFrameBodyNumberTotal(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
Creates a new FrameBodyTRCK datatype.
AbstractFrameBodyPairs - Class in org.jaudiotagger.tag.id3.framebody
Used by frames that take a pair of values such as TIPL, IPLS and TMCL
AbstractFrameBodyPairs() - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Creates a new AbstractFrameBodyPairs datatype.
AbstractFrameBodyPairs(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Creates a new AbstractFrameBodyPairs data type.
AbstractFrameBodyPairs(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Creates a new AbstractFrameBodyPairs data type.
AbstractFrameBodyTextInfo - Class in org.jaudiotagger.tag.id3.framebody
Abstract representation of a Text Frame The text information frames are often the most important frames, containing information like artist, album and more.
AbstractFrameBodyTextInfo() - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Creates a new FrameBodyTextInformation datatype.
AbstractFrameBodyTextInfo(AbstractFrameBodyTextInfo) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Copy Constructor
AbstractFrameBodyTextInfo(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Creates a new FrameBodyTextInformation data type.
AbstractFrameBodyTextInfo(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Creates a new FrameBodyTextInformation data type from file.
AbstractFrameBodyUrlLink - Class in org.jaudiotagger.tag.id3.framebody
Abstract super class of all URL Frames
AbstractFrameBodyUrlLink() - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Creates a new FrameBodyUrlLink datatype.
AbstractFrameBodyUrlLink(AbstractFrameBodyUrlLink) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Copy Constructor
AbstractFrameBodyUrlLink(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Creates a new FrameBodyUrlLink datatype., set up with data.
AbstractFrameBodyUrlLink(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Creates a new FrameBodyUrlLink datatype.
AbstractID3Tag - Class in org.jaudiotagger.tag.id3
This is the abstract base class for all ID3 tags.
AbstractID3Tag() - Constructor for class org.jaudiotagger.tag.id3.AbstractID3Tag
 
AbstractID3Tag(AbstractID3Tag) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3Tag
 
AbstractID3v1Tag - Class in org.jaudiotagger.tag.id3
This is the abstract base class for all ID3v1 tags.
AbstractID3v1Tag() - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
AbstractID3v1Tag(AbstractID3v1Tag) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
AbstractID3v2Frame - Class in org.jaudiotagger.tag.id3
This abstract class is each frame header inside a ID3v2 tag.
AbstractID3v2Frame() - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Create an empty frame
AbstractID3v2Frame(AbstractID3v2Frame) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Create a frame based on another frame
AbstractID3v2Frame(AbstractID3v2FrameBody) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Create a frame based on a body
AbstractID3v2Frame(String) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Create a new frame with empty body based on identifier
AbstractID3v2Frame.StatusFlags - Class in org.jaudiotagger.tag.id3
 
AbstractID3v2FrameBody - Class in org.jaudiotagger.tag.id3.framebody
Contains the content for an ID3v2 frame, (the header is held directly within the frame
AbstractID3v2FrameBody() - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Create Empty Body.
AbstractID3v2FrameBody(AbstractID3v2FrameBody) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Create Body based on another body
AbstractID3v2FrameBody(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Creates a new FrameBody dataType from file.
AbstractID3v2Tag - Class in org.jaudiotagger.tag.id3
This is the abstract base class for all ID3v2 tags.
AbstractID3v2Tag() - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Empty Constructor
AbstractID3v2Tag(AbstractID3v2Tag) - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Tag
This constructor is used when a tag is created as a duplicate of another tag of the same type and version.
AbstractIntStringValuePair - Class in org.jaudiotagger.tag.datatype
A two way mapping between an Integral Id and a String value
AbstractIntStringValuePair() - Constructor for class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
 
AbstractLyrics3 - Class in org.jaudiotagger.tag.lyrics3
 
AbstractLyrics3() - Constructor for class org.jaudiotagger.tag.lyrics3.AbstractLyrics3
 
AbstractLyrics3(AbstractLyrics3) - Constructor for class org.jaudiotagger.tag.lyrics3.AbstractLyrics3
 
AbstractLyrics3v2FieldFrameBody - Class in org.jaudiotagger.tag.lyrics3
 
AbstractLyrics3v2FieldFrameBody() - Constructor for class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
 
AbstractLyrics3v2FieldFrameBody(AbstractLyrics3v2FieldFrameBody) - Constructor for class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
 
AbstractMp4Box - Class in org.jaudiotagger.audio.mp4.atom
Abstract mp4 box, contain a header and then rawdata (which may include child boxes)
AbstractMp4Box() - Constructor for class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
 
AbstractString - Class in org.jaudiotagger.tag.datatype
A partial implementation for String based ID3 fields
AbstractString(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.AbstractString
Creates a new datatype
AbstractString(String, AbstractTagFrameBody, String) - Constructor for class org.jaudiotagger.tag.datatype.AbstractString
Creates a new datatype, with value
AbstractString(AbstractString) - Constructor for class org.jaudiotagger.tag.datatype.AbstractString
Copy constructor
AbstractStringStringValuePair - Class in org.jaudiotagger.tag.datatype
 
AbstractStringStringValuePair() - Constructor for class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
 
AbstractTag - Class in org.jaudiotagger.audio.generic
This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
AbstractTag() - Constructor for class org.jaudiotagger.audio.generic.AbstractTag
 
AbstractTag - Class in org.jaudiotagger.tag.id3
A tag is term given to a container that holds audio metadata
AbstractTag() - Constructor for class org.jaudiotagger.tag.id3.AbstractTag
 
AbstractTag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.AbstractTag
 
AbstractTagCreator - Class in org.jaudiotagger.audio.generic
Abstract class for creating the raw content that represents the tag so it can be written to file.
AbstractTagCreator() - Constructor for class org.jaudiotagger.audio.generic.AbstractTagCreator
 
AbstractTagDisplayFormatter - Class in org.jaudiotagger.logging
Abstract class that provides structure to use for displaying a files metadata content
AbstractTagDisplayFormatter() - Constructor for class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
AbstractTagFrame - Class in org.jaudiotagger.tag.id3
A frame contains meta-information of a particular type.
AbstractTagFrame() - Constructor for class org.jaudiotagger.tag.id3.AbstractTagFrame
 
AbstractTagFrame(AbstractTagFrame) - Constructor for class org.jaudiotagger.tag.id3.AbstractTagFrame
This constructs the bodies copy constructor this in turn invokes * bodies objectlist.
AbstractTagFrameBody - Class in org.jaudiotagger.tag.id3
A frame body contains the data content for a frame
AbstractTagFrameBody() - Constructor for class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Creates a new framebody, at this point the bodys ObjectList is setup which defines what datatypes are expected in body
AbstractTagFrameBody(AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Copy Constructor for fragment body.
AbstractTagItem - Class in org.jaudiotagger.tag.id3
This specifies a series of methods that have to be implemented by all structural subclasses, required to support all copy constructors,iterative methods and so on.
AbstractTagItem() - Constructor for class org.jaudiotagger.tag.id3.AbstractTagItem
 
AbstractTagItem(AbstractTagItem) - Constructor for class org.jaudiotagger.tag.id3.AbstractTagItem
 
AbstractValuePair<I,V> - Class in org.jaudiotagger.tag.datatype
A two way mapping between an id and a value
AbstractValuePair() - Constructor for class org.jaudiotagger.tag.datatype.AbstractValuePair
 
accept(File) - Method in class org.jaudiotagger.audio.AudioFileFilter
Check whether the given file meet the required conditions (supported by the library OR directory).
accept(File) - Method in class org.jaudiotagger.test.MergeID3AndMP3Files.DirFilter
Determines whether or not the file is an mp3 file.
accept(File) - Method in class org.jaudiotagger.test.TestAudioTagger.DirFilter
Determines whether or not the file is an mp3 file.
ACOUSTID_FINGERPRINT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ACOUSTID_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ACTION_PERFORMED - Static variable in class org.jaudiotagger.logging.LogFormatter
 
add(String) - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
Add String Data type to the value list
add(Pair) - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
 
add(String, String) - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
Add String Data type to the value list
add(MutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes newChild from its parent and makes it a child of this node by adding it to the end of this node's child array.
add(Class<T>, T) - Method in class org.jaudiotagger.utils.tree.EventListenerList
Adds the listener as a listener of the specified type.
addAnnotation(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Add an annotation.
addApplicationIdentifier(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Add an application identifier.
addAudioFileModificationListener(AudioFileModificationListener) - Method in class org.jaudiotagger.audio.AudioFileIO
Adds an listener for all file formats.
addAudioFileModificationListener(AudioFileModificationListener) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
This method adds an AudioFileModificationListener
addBitrateRecord(int, long) - Method in class org.jaudiotagger.audio.asf.data.StreamBitratePropertiesChunk
Adds the public values of a stream-record.
addChunk(Chunk) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
Adds a chunk to the container.
addChunkSummary(ChunkSummary) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
addChunkSummary(ChunkSummary) - Method in class org.jaudiotagger.tag.wav.WavTag
 
addComment(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Add a comment.
addCopyright(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Creates a field for copyright and adds it.
addDescriptor(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Adds a metadata descriptor.
addElement(String, String) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
addElement(String, int) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
addElement(String, boolean) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
addElement(String, String) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
addElement(String, int) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
addElement(String, boolean) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
addElement(String, String) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
addElement(String, int) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
addElement(String, boolean) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
addField(TagField) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Add field
addField(FieldKey, String...) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Create new field and add it to the tag
addField(Artwork) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Create field and then add within tag itself
addField(TagField) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
addField(Artwork) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
addField(TagField) - Method in class org.jaudiotagger.tag.asf.AsfTag
Add field
addField(TagField) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create new field and add it to the tag
addField(String, String) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create and add field with name of vorbisCommentkey
addField(Artwork) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
addField(TagField) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Add new field

There is a special handling if adding another text field of the same type, in this case the value will be appended to the existing field, separated by the null character.

addField(Artwork) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create field and then set within tag itself
addField(TagField) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
addField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Create new field and add it to the tag, with special handling for trackNo, discNo fields as we dont want multiple fields to be created for these fields
addField(FieldKey, String...) - Method in interface org.jaudiotagger.tag.Tag
Create the field based on the generic key and add it to the tag This is handled differently by different formats
addField(Artwork) - Method in interface org.jaudiotagger.tag.Tag
Create artwork field based on the data in artwork and then add it to the tag itself
addField(TagField) - Method in interface org.jaudiotagger.tag.Tag
Adds a field to the structure, used internally by the library
addField(TagField) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Add Field
addField(Artwork) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Add artwork field
addField(String, String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create and add field with name of vorbisCommentkey
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create new field and add it to the tag
addField(TagField) - Method in class org.jaudiotagger.tag.wav.WavTag
 
addField(FieldKey, String...) - Method in class org.jaudiotagger.tag.wav.WavTag
 
addField(Artwork) - Method in class org.jaudiotagger.tag.wav.WavTag
 
addFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Add the frame converted to the correct version
addFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
addFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
addFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
addFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Copy the frame If the frame is already an ID3v24 frame we can add as is, if not we need to convert to id3v24 frame(s)
addImage(Lyrics3Image) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
addKeyword(Class<? extends ID3v24FrameBody>, String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
addLanguage(String) - Method in class org.jaudiotagger.audio.asf.data.LanguageList
This method adds a language.
addLyric(String) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
addLyric(ID3v2LyricLine) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
addLyric(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Add additional lyric to the lyric field
addLyric(Lyrics3Line) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
 
addLyric(FrameBodySYLT) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
addLyric(FrameBodyUSLT) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
addMetadataChunkSummary(ChunkSummary) - Method in class org.jaudiotagger.tag.wav.WavTag
 
addPaddingBlock(int) - Method in class org.jaudiotagger.audio.flac.FlacTagWriter
Add Padding Block
addPair(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Parse text as a null separated pairing of function and name
addPair(String, String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Add pair
addParenthesis(String, String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
addRating(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Creates a field for rating and adds it.
addReplaceWord(String, String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
addString(String) - Method in class org.jaudiotagger.audio.asf.data.EncodingChunk
This method appends a String.
addString(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method appends a String.
addTempo(long, int) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Adds a tempo.
addTextValue(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Add additional value to value
addTextValue(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Add additional value to value
addTimeStamp(Lyrics3TimeStamp) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
addTimingCode(long, int...) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Adds a timing code for each given type.
addTrack(String) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
addTreeModelListener(TreeModelListener) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUnRecognizedField(String, String) - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
addUrlLink(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Add additional value to value
addValue(String) - Method in class org.jaudiotagger.tag.datatype.TCONString
Add an additional String to the current String value
addValue(String) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Add an additional String to the current String value
adjustOffsets(int) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
AggregatedFrame - Class in org.jaudiotagger.tag.id3
Required when a single generic field maps to multiple ID3 Frames
AggregatedFrame() - Constructor for class org.jaudiotagger.tag.id3.AggregatedFrame
 
AiffAudioHeader - Class in org.jaudiotagger.audio.aiff
Non-"tag" metadata from the AIFF file.
AiffAudioHeader() - Constructor for class org.jaudiotagger.audio.aiff.AiffAudioHeader
 
aiffAudioHeader - Variable in class org.jaudiotagger.audio.aiff.chunk.TextChunk
 
AiffAudioHeader.Endian - Enum in org.jaudiotagger.audio.aiff
 
AiffChunkReader - Class in org.jaudiotagger.audio.aiff.chunk
Abstract class For reading Aiff Chunks used by both Audio and Tag Reader
AiffChunkReader() - Constructor for class org.jaudiotagger.audio.aiff.chunk.AiffChunkReader
 
AiffChunkSummary - Class in org.jaudiotagger.audio.aiff.chunk
AIFF Specific methods for ChunkSummarys
AiffChunkSummary() - Constructor for class org.jaudiotagger.audio.aiff.chunk.AiffChunkSummary
 
AiffChunkType - Enum in org.jaudiotagger.audio.aiff.chunk
Chunk types mark each ChunkHeader.
AiffCompressionType - Enum in org.jaudiotagger.audio.aiff.chunk
Known compression types that can be used with AIFF, taken from https://en.wikipedia.org/wiki/Audio_Interchange_File_Format.
AiffFileHeader - Class in org.jaudiotagger.audio.aiff
Aiff File Header always consists of
AiffFileHeader(String) - Constructor for class org.jaudiotagger.audio.aiff.AiffFileHeader
 
AiffFileReader - Class in org.jaudiotagger.audio.aiff
Reads Audio and Metadata information contained in Aiff file.
AiffFileReader() - Constructor for class org.jaudiotagger.audio.aiff.AiffFileReader
 
AiffFileWriter - Class in org.jaudiotagger.audio.aiff
Write/delete tag info for Aiff file (Old Apple format)
AiffFileWriter() - Constructor for class org.jaudiotagger.audio.aiff.AiffFileWriter
 
AiffInfoReader - Class in org.jaudiotagger.audio.aiff
Read Aiff chunks, except the ID3 chunk.
AiffInfoReader(String) - Constructor for class org.jaudiotagger.audio.aiff.AiffInfoReader
 
AiffTag - Class in org.jaudiotagger.tag.aiff
Wraps ID3Tag for most of its metadata.
AiffTag(String) - Constructor for class org.jaudiotagger.tag.aiff.AiffTag
 
AiffTag() - Constructor for class org.jaudiotagger.tag.aiff.AiffTag
 
AiffTag(AbstractID3v2Tag) - Constructor for class org.jaudiotagger.tag.aiff.AiffTag
 
AiffTagFieldKey - Enum in org.jaudiotagger.audio.aiff
Enum for AIFF fields that don't have obvious matches in FieldKey
AiffTagFieldKey - Enum in org.jaudiotagger.tag.aiff
Enum for AIFF fields that don't have obvious matches in FieldKey
AiffTagReader - Class in org.jaudiotagger.audio.aiff
Read the AIff file chunks, until finds Aiff Common chunk and then generates AudioHeader from it
AiffTagReader(String) - Constructor for class org.jaudiotagger.audio.aiff.AiffTagReader
 
AiffTagWriter - Class in org.jaudiotagger.audio.aiff
Write Aiff Tag.
AiffTagWriter() - Constructor for class org.jaudiotagger.audio.aiff.AiffTagWriter
 
AiffType - Enum in org.jaudiotagger.audio.aiff
AIFF types, refers to BigEndian or LittleEndian
AiffUtil - Class in org.jaudiotagger.audio.aiff
Utility methods only of use for Aiff datatypes
AiffUtil() - Constructor for class org.jaudiotagger.audio.aiff.AiffUtil
 
album - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
ALBUM_ARTIST - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ALBUM_ARTISTS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ALBUM_ARTISTS_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ALLOWED - Static variable in class org.jaudiotagger.audio.asf.data.ContentBranding
Stores the allowed descriptor keys.
ALLOWED - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Stores the only allowed keys of this metadata container.
allowsChildren - Variable in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
true if the node is able to have children
AMAZON_ASIN - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
AndroidArtwork - Class in org.jaudiotagger.tag.images
Represents artwork in a format independent way
AndroidArtwork() - Constructor for class org.jaudiotagger.tag.images.AndroidArtwork
 
AndroidImageHandler - Class in org.jaudiotagger.tag.images
Image Handling to to use when running on Android TODO need to provide Android compatible implementations
AnnotationChunk - Class in org.jaudiotagger.audio.aiff.chunk
Contains a comment.
AnnotationChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.AnnotationChunk
 
ApplicationChunk - Class in org.jaudiotagger.audio.aiff.chunk
The Application Chunk can be used for any purposes whatsoever by developers and application authors.
ApplicationChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.ApplicationChunk
Constructor.
areEqual(boolean, boolean) - Static method in class org.jaudiotagger.utils.EqualsUtil
 
areEqual(char, char) - Static method in class org.jaudiotagger.utils.EqualsUtil
 
areEqual(long, long) - Static method in class org.jaudiotagger.utils.EqualsUtil
 
areEqual(float, float) - Static method in class org.jaudiotagger.utils.EqualsUtil
 
areEqual(double, double) - Static method in class org.jaudiotagger.utils.EqualsUtil
 
areEqual(Object, Object) - Static method in class org.jaudiotagger.utils.EqualsUtil
Possibly-null object field.
areInCorrectOrder(ContainerType, ContainerType) - Static method in enum org.jaudiotagger.audio.asf.data.ContainerType
Determines if low has index as high, in respect to ContainerType.getOrdered()
ARRANGER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
 
ARRANGER_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
artist - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
ARTISTS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ARTISTS_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
Artwork - Interface in org.jaudiotagger.tag.images
Represents artwork in a format independent way
ArtworkFactory - Class in org.jaudiotagger.tag.images
Get appropriate Artwork class
ArtworkFactory() - Constructor for class org.jaudiotagger.tag.images.ArtworkFactory
 
asDecAndHex(long) - Static method in class org.jaudiotagger.logging.Hex
Display as integral and hex calue in brackets
ASF_CHARSET - Static variable in class org.jaudiotagger.audio.asf.data.AsfHeader
The charset "UTF-16LE" is mandatory for ASF handling.
AsfExtendedHeader - Class in org.jaudiotagger.audio.asf.data
This class represents the ASF extended header object (chunk).
Like AsfHeader it contains multiple other ASF objects (chunks).
AsfExtendedHeader(long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
Creates an instance.
AsfExtHeaderModifier - Class in org.jaudiotagger.audio.asf.io
This modifier manipulates an ASF header extension object.
AsfExtHeaderModifier(List<ChunkModifier>) - Constructor for class org.jaudiotagger.audio.asf.io.AsfExtHeaderModifier
Creates an instance.
AsfExtHeaderReader - Class in org.jaudiotagger.audio.asf.io
This reader reads an ASF header extension object from an InputStream and creates an AsfExtendedHeader object.
AsfExtHeaderReader(List<Class<? extends ChunkReader>>, boolean) - Constructor for class org.jaudiotagger.audio.asf.io.AsfExtHeaderReader
Creates a reader instance, which only utilizes the given list of chunk readers.
AsfFieldKey - Enum in org.jaudiotagger.tag.asf
Field keys which need to be mapped for ASF files, or only specified for ASF.
AsfFileReader - Class in org.jaudiotagger.audio.asf
This reader can read ASF files containing any content (stream type).
AsfFileReader() - Constructor for class org.jaudiotagger.audio.asf.AsfFileReader
 
AsfFileWriter - Class in org.jaudiotagger.audio.asf
This class writes given tags to ASF files containing WMA content.
AsfFileWriter() - Constructor for class org.jaudiotagger.audio.asf.AsfFileWriter
 
AsfHeader - Class in org.jaudiotagger.audio.asf.data
Each ASF file starts with a so called header.
AsfHeader(long, BigInteger, long) - Constructor for class org.jaudiotagger.audio.asf.data.AsfHeader
Creates an instance.
AsfHeaderReader - Class in org.jaudiotagger.audio.asf.io
This class reads an ASF header out of an input stream an creates an AsfHeader object if successful.
AsfHeaderReader(List<Class<? extends ChunkReader>>, boolean) - Constructor for class org.jaudiotagger.audio.asf.io.AsfHeaderReader
Creates an instance of this reader.
AsfStreamer - Class in org.jaudiotagger.audio.asf.io
This class creates a modified copy of an ASF file.
AsfStreamer() - Constructor for class org.jaudiotagger.audio.asf.io.AsfStreamer
 
AsfTag - Class in org.jaudiotagger.tag.asf
Tag implementation for ASF.
AsfTag() - Constructor for class org.jaudiotagger.tag.asf.AsfTag
Creates an empty instance.
AsfTag(boolean) - Constructor for class org.jaudiotagger.tag.asf.AsfTag
Creates an instance and sets the field conversion property.
AsfTag(Tag, boolean) - Constructor for class org.jaudiotagger.tag.asf.AsfTag
Creates an instance and copies the fields of the source into the own structure.
AsfTagBannerField - Class in org.jaudiotagger.tag.asf
This field represents the image content of the banner image which is stored in the content branding chunk of ASF files.
AsfTagBannerField() - Constructor for class org.jaudiotagger.tag.asf.AsfTagBannerField
Creates an instance with no image data.
AsfTagBannerField(MetadataDescriptor) - Constructor for class org.jaudiotagger.tag.asf.AsfTagBannerField
Creates an instance with given descriptor as image content.
AsfTagBannerField(byte[]) - Constructor for class org.jaudiotagger.tag.asf.AsfTagBannerField
Creates an instance with specified data as image content.
AsfTagCoverField - Class in org.jaudiotagger.tag.asf
Encapsulates the WM/Pictures provides some convenience methods for decoding the binary data it contains The value of a WM/Pictures metadata descriptor is as follows: byte0 Picture Type byte1-4 Length of the image data mime type encoded as UTF-16LE null byte null byte description encoded as UTF-16LE (optional) null byte null byte image data
AsfTagCoverField(byte[], int, String, String) - Constructor for class org.jaudiotagger.tag.asf.AsfTagCoverField
Create New Image Field
AsfTagCoverField(MetadataDescriptor) - Constructor for class org.jaudiotagger.tag.asf.AsfTagCoverField
Creates an instance from a metadata descriptor
AsfTagField - Class in org.jaudiotagger.tag.asf
This class encapsulates a MetadataDescriptorand provides access to it.
AsfTagField(AsfFieldKey) - Constructor for class org.jaudiotagger.tag.asf.AsfTagField
Creates a tag field.
AsfTagField(MetadataDescriptor) - Constructor for class org.jaudiotagger.tag.asf.AsfTagField
Creates an instance.
AsfTagField(String) - Constructor for class org.jaudiotagger.tag.asf.AsfTagField
Creates a tag field.
AsfTagTextField - Class in org.jaudiotagger.tag.asf
Represents a tag text field for ASF fields.
AsfTagTextField(AsfFieldKey, String) - Constructor for class org.jaudiotagger.tag.asf.AsfTagTextField
Creates a tag text field and assigns the string value.
AsfTagTextField(MetadataDescriptor) - Constructor for class org.jaudiotagger.tag.asf.AsfTagTextField
Creates an instance.
AsfTagTextField(String, String) - Constructor for class org.jaudiotagger.tag.asf.AsfTagTextField
Creates a tag text field and assigns the string value.
asHex(long) - Static method in class org.jaudiotagger.logging.Hex
Display as hex
asHex(int) - Static method in class org.jaudiotagger.logging.Hex
 
asHex(byte) - Static method in class org.jaudiotagger.logging.Hex
Display as hex
asksAllowsChildren - Variable in class org.jaudiotagger.utils.tree.DefaultTreeModel
Determines how the isLeaf method figures out if a node is a leaf node.
asksAllowsChildren() - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Tells how leaf nodes are determined.
asNumber() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Converts the descriptors value into a number if possible.
A boolean will be converted to "1" if true, otherwise "0".
String will be interpreted as number with radix "10".
Binary data will be interpreted as the default WORD,DWORD or QWORD binary representation, but only if the data does not exceed 8 bytes.
assertChunkList(GUID) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
This method asserts that a List exists for the given GUID , in ChunkContainer.chunkTable.
assertConstraints(String, byte[], int, int, int) - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
Calls ContainerType.checkConstraints(String, byte[], int, int, int) and actually throws the exception if there is one.
assertDescriptor(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
This method asserts that this container has a descriptor with the specified key, means returns an existing or creates a new descriptor.
assertDescriptor(String, int) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
This method asserts that this container has a descriptor with the specified key, means returns an existing or creates a new descriptor.
assertGUID(int[]) - Static method in class org.jaudiotagger.audio.asf.data.GUID
This method checks if the given value is matching the GUID specification of ASF streams.
assignCommonTagValues(Tag, MetadataContainer) - Static method in class org.jaudiotagger.audio.asf.util.TagConverter
This method assigns those tags of tag which are defined to be common by jaudiotagger.
AUDIO_COMPRESSION_ID_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_COMPRESSION_ID_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_ENCODING_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_ENCODING_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_ENCODING_VENDOR_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_ENCODING_VENDOR_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_PACKET_SIZE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_PACKET_SIZE_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_REVISION_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_REVISION_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_SAMPLE_RATE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_SAMPLE_RATE_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_SAMPLE_SIZE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AUDIO_SAMPLE_SIZE_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
AudioFile - Class in org.jaudiotagger.audio
This is the main object manipulated by the user representing an audiofile, its properties and its tag.
AudioFile() - Constructor for class org.jaudiotagger.audio.AudioFile
 
AudioFile(File, AudioHeader, Tag) - Constructor for class org.jaudiotagger.audio.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFile(String, AudioHeader, Tag) - Constructor for class org.jaudiotagger.audio.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFileFilter - Class in org.jaudiotagger.audio
This is a simple FileFilter that will only allow the file supported by this library.
AudioFileFilter(boolean) - Constructor for class org.jaudiotagger.audio.AudioFileFilter
 
AudioFileFilter() - Constructor for class org.jaudiotagger.audio.AudioFileFilter
 
AudioFileIO - Class in org.jaudiotagger.audio
The main entry point for the Tag Reading/Writing operations, this class will select the appropriate reader/writer for the given file.
AudioFileIO() - Constructor for class org.jaudiotagger.audio.AudioFileIO
Creates an instance.
AudioFileModificationAdapter - Class in org.jaudiotagger.audio.generic
 
AudioFileModificationAdapter() - Constructor for class org.jaudiotagger.audio.generic.AudioFileModificationAdapter
 
AudioFileModificationListener - Interface in org.jaudiotagger.audio.generic
Classes implementing this interface will be notified on audio file's modifications.
AudioFileReader - Class in org.jaudiotagger.audio.generic
 
AudioFileReader() - Constructor for class org.jaudiotagger.audio.generic.AudioFileReader
 
AudioFileReader2 - Class in org.jaudiotagger.audio.generic
Replacement for AudioFileReader class
AudioFileReader2() - Constructor for class org.jaudiotagger.audio.generic.AudioFileReader2
 
AudioFileWriter - Class in org.jaudiotagger.audio.generic
This abstract class is the skeleton for tag writers.
AudioFileWriter() - Constructor for class org.jaudiotagger.audio.generic.AudioFileWriter
 
AudioFileWriter2 - Class in org.jaudiotagger.audio.generic
Created by Paul on 28/01/2016.
AudioFileWriter2() - Constructor for class org.jaudiotagger.audio.generic.AudioFileWriter2
 
audioHeader - Variable in class org.jaudiotagger.audio.AudioFile
The Audio header info
AudioHeader - Interface in org.jaudiotagger.audio
Representation of AudioHeader
AudioStreamChunk - Class in org.jaudiotagger.audio.asf.data
This class represents the stream chunk describing an audio stream.
AudioStreamChunk(BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Creates an instance.
AuthorChunk - Class in org.jaudiotagger.audio.aiff.chunk
Contains one or more author names.
AuthorChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.AuthorChunk
 
AVERAGE_BITRATE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 

B

BadChunkSummary - Class in org.jaudiotagger.audio.iff
 
BadChunkSummary(long, long) - Constructor for class org.jaudiotagger.audio.iff.BadChunkSummary
 
BARCODE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
Base64Coder - Class in org.jaudiotagger.tag.vorbiscomment.util
Base64Coder
Base64Coder() - Constructor for class org.jaudiotagger.tag.vorbiscomment.util.Base64Coder
 
BaseChunk - Class in org.jaudiotagger.audio.dff
Base Chunk for all chuncks in the dff FRM8 Chunk.
BaseChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.BaseChunk
 
binaryDataIsBmpFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Is this binary data a bmp image
binaryDataIsGifFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Is this binary data a gif image
binaryDataIsJpgFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Is this binary data a jpg image
binaryDataIsPdfFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Is this binary data a pdf image Details at http://en.wikipedia.org/wiki/Magic_number_%28programming%29
binaryDataIsPngFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Is this binary data a png image
binaryDataIsTiffFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
is this binary data a tiff image Details at http://en.wikipedia.org/wiki/Magic_number_%28programming%29
binaryFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
These frames are Binary
BIT0 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT1 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT2 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT3 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT4 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT5 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT6 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BIT7 - Static variable in interface org.jaudiotagger.FileConstants
defined for convenience
BITS_IN_BYTE_MULTIPLIER - Static variable in class org.jaudiotagger.audio.generic.Utils
 
BLOCK_LENGTH - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
BLOCK_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
BlockType - Enum in org.jaudiotagger.audio.flac.metadatablock
The different types of metadata block 7 - 126 are reserved for future use 127 is invalid User: Paul Taylor Date: 21-Nov-2007
BooleanByte - Class in org.jaudiotagger.tag.datatype
Represents a bit flag within a byte
BooleanByte(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.BooleanByte
Creates a new ObjectBooleanByte datatype.
BooleanByte(BooleanByte) - Constructor for class org.jaudiotagger.tag.datatype.BooleanByte
 
BooleanString - Class in org.jaudiotagger.tag.datatype
 
BooleanString(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.BooleanString
Creates a new ObjectBooleanString datatype.
BooleanString(BooleanString) - Constructor for class org.jaudiotagger.tag.datatype.BooleanString
 
breadthFirstEnumeration() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in breadth-first order.
BUFFER_SIZE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
bufferToValue(byte[]) - Static method in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Read syncsafe value from byteArray in format specified in spec and convert to int.
bufferToValue(ByteBuffer) - Static method in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Read syncsafe value from buffer in format specified in spec and convert to int.
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4GenreField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
Build from data
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TrackField
 
build(ByteBuffer) - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
Processes the data and sets the position of the data buffer to just after the end of this fields data ready for processing next field.
buildChildrenOfNode(ByteBuffer, DefaultMutableTreeNode) - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
buildTree(SeekableByteChannel, boolean) - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
Build a tree of the atoms in the file
BYTE_TO_UNSIGNED - Static variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
ByteArrayMP3AudioHeader - Class in org.jaudiotagger.audio.mp3
 
ByteArrayMP3AudioHeader(byte[]) - Constructor for class org.jaudiotagger.audio.mp3.ByteArrayMP3AudioHeader
 
ByteArraySizeTerminated - Class in org.jaudiotagger.tag.datatype
Represents a stream of bytes, continuing until the end of the buffer.
ByteArraySizeTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
 
ByteArraySizeTerminated(ByteArraySizeTerminated) - Constructor for class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
 

C

calculateTagSize(int, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
This method determines the total tag size taking into account the preferredSize and the min size required for new tag.
canBeEncoded() - Method in class org.jaudiotagger.tag.datatype.AbstractString
Check the value can be encoded with the specified encoding
canBeEncoded() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
Check the value can be encoded with the specified encoding
canBeEncoded() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
Check the value can be encoded with the specified encoding
canFail() - Method in class org.jaudiotagger.audio.asf.io.AsfExtHeaderReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in interface org.jaudiotagger.audio.asf.io.ChunkReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.ContentBrandingReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.ContentDescriptionReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.FileHeaderReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.LanguageListReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.MetadataReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
canFail() - Method in class org.jaudiotagger.audio.asf.io.StreamChunkReader
Tells whether the reader can fail to return a valid chunk.
The current Use would be a modified version of StreamChunkReader, which is configured to only manage audio streams.
CannotReadException - Exception in org.jaudiotagger.audio.exceptions
This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors.
CannotReadException() - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadException
Creates an instance.
CannotReadException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadException
 
CannotReadException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadException
Creates an instance.
CannotReadException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadException
Creates an instance.
CannotReadVideoException - Exception in org.jaudiotagger.audio.exceptions
This exception should be thrown idf it appears the file is a video file, jaudiotagger only supports audio files.
CannotReadVideoException() - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadVideoException
Creates an instance.
CannotReadVideoException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadVideoException
 
CannotReadVideoException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadVideoException
Creates an instance.
CannotReadVideoException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotReadVideoException
Creates an instance.
CannotWriteException - Exception in org.jaudiotagger.audio.exceptions
This exception is thrown if the writing process of an audio file failed.
CannotWriteException() - Constructor for exception org.jaudiotagger.audio.exceptions.CannotWriteException
(overridden)
CannotWriteException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotWriteException
(overridden)
CannotWriteException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotWriteException
(overridden)
CannotWriteException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.CannotWriteException
(overridden)
CAPTURE_PATTERN - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
CAPTURE_PATTERN - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
CAPTURE_PATTERN_AS_BYTES - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
CATALOG_NO - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
CHANNEL_FLAGS_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
CHANNELS_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
CHANNELS_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
ChannelTypes - Class in org.jaudiotagger.tag.id3.valuepair
 
CHARSET_UTF_8 - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
CHARSET_UTF_8 - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
checkConstraints(String, byte[], int, int, int) - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
Checks if the values for a content descriptor match the contraints of the container type, and returns a RuntimeException if the requirements aren't met.
checkCRC(byte[], byte[]) - Method in class org.jaudiotagger.audio.ogg.util.OggCRCFactory
 
checkFileExists(File) - Method in class org.jaudiotagger.audio.AudioFile
Check does file exist
checkFileExists(File) - Method in class org.jaudiotagger.audio.AudioFileIO
Check does file exist
checkFilePermissions(File, boolean) - Method in class org.jaudiotagger.audio.AudioFile
Checks the file is accessible with the correct permissions, otherwise exception occurs
checkStringLengthNullSafe(String) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This method checks given string will not exceed limit in bytes[] when converted UTF-16LE encoding (2 bytes per character) and checks whether the length doesn't exceed 65535 bytes.
checkTrailingNull(List<String>, String) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Because nulls are stripped we need to check if not removing trailing nulls whether the original value ended with a null and if so add it back in.
childIndices - Variable in class org.jaudiotagger.utils.tree.TreeModelEvent
Indices identifying the position of where the children were.
children - Variable in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
array of children, may be null if this node has no children
children() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns a forward-order enumeration of this node's children.
children - Variable in class org.jaudiotagger.utils.tree.TreeModelEvent
Children that have been removed.
children() - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns the children of the receiver as an Enumeration.
ChnlChunk - Class in org.jaudiotagger.audio.dff
CHNL Chunk.
ChnlChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.ChnlChunk
 
CHOIR - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
CHOIR_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
Chunk - Class in org.jaudiotagger.audio.asf.data
This class represents a chunk within ASF streams.
Chunk(GUID, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.Chunk
Creates an instance
Chunk(GUID, long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.Chunk
Creates an instance
Chunk - Class in org.jaudiotagger.audio.iff
Abstract superclass for IFF/AIFF chunks.
Chunk(ByteBuffer, ChunkHeader) - Constructor for class org.jaudiotagger.audio.iff.Chunk
Constructor used by Wav
CHUNK_HEADER_SIZE - Static variable in class org.jaudiotagger.audio.iff.ChunkHeader
 
ChunkContainer - Class in org.jaudiotagger.audio.asf.data
Stores multiple ASF objects (chunks) in form of Chunk objects, and is itself an ASF object (chunk).

Because current implementation is solely used for ASF metadata, all chunks (except for StreamChunk) may only be inserted once.
ChunkContainer(GUID, long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.ChunkContainer
Creates an instance.
chunkData - Variable in class org.jaudiotagger.audio.iff.Chunk
 
chunkHeader - Variable in class org.jaudiotagger.audio.iff.Chunk
 
ChunkHeader - Class in org.jaudiotagger.audio.iff
Each Chunk starts with a chunk header consisting of a 4 byte id and then a 4 byte size field, the size field stores the size of the chunk itself excluding the size of the header.
ChunkHeader(ByteOrder) - Constructor for class org.jaudiotagger.audio.iff.ChunkHeader
 
chunkLength - Variable in class org.jaudiotagger.audio.asf.data.Chunk
The length of current chunk.
ChunkModifier - Interface in org.jaudiotagger.audio.asf.io
Reads an ASF chunk and writes a modified copy.
ChunkPositionComparator - Class in org.jaudiotagger.audio.asf.util
This class is needed for ordering all types of Chunks ascending by their Position.
ChunkPositionComparator() - Constructor for class org.jaudiotagger.audio.asf.util.ChunkPositionComparator
 
ChunkReader - Interface in org.jaudiotagger.audio.asf.io
A ChunkReader provides methods for reading an ASF chunk.
ChunkRemover - Class in org.jaudiotagger.audio.asf.io
This ChunkModifier implementation is meant to remove selected chunks.
ChunkRemover(GUID...) - Constructor for class org.jaudiotagger.audio.asf.io.ChunkRemover
Creates an instance, for removing selected chunks.
CHUNKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.DsdChunk
 
CHUNKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.Frm8Chunk
 
CHUNKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.PropChunk
 
CHUNKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.SndChunk
 
CHUNKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dsf.DsdChunk
 
chunkstartsUnique(ChunkContainer) - Static method in class org.jaudiotagger.audio.asf.data.ChunkContainer
Tests whether all stored chunks have a unique starting position among their brothers.
ChunkSummary - Class in org.jaudiotagger.audio.iff
Created by Paul on 22/01/2016.
ChunkSummary(String, long, long) - Constructor for class org.jaudiotagger.audio.iff.ChunkSummary
 
CLASSICAL_CATALOG - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
CLASSICAL_NICKNAME - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
clean() - Method in class org.jaudiotagger.audio.wav.WavCleaner
Delete all data after data chunk and print new length
clearTempi() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Remove all timing codes.
clearTimingCodes() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Remove all timing codes.
clone() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
(overridden)
clone() - Method in class org.jaudiotagger.tag.asf.AsfTagField
clone() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
clone() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
clone() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Overridden to make clone public.
close() - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
closeHeadingElement(String) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
closeHeadingElement(String) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
closeHeadingElement(String) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
CmprChunk - Class in org.jaudiotagger.audio.dff
CMPR Chunk.
CmprChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.CmprChunk
 
CODEC_DESCRIPTIONS - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the hex values of codec identifiers to their descriptions.
comment - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
CommentsChunk - Class in org.jaudiotagger.audio.aiff.chunk
A comment consists of a time stamp, marker id, and a text count followed by text.
CommentsChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.CommentsChunk
 
commit() - Method in class org.jaudiotagger.audio.AudioFile
Write the tag contained in this AudioFile in the actual file on the disk, this is the same as calling the AudioFileIO.write(this) method.
commit() - Method in class org.jaudiotagger.audio.mp3.MP3File
Overridden for compatibility with merged code
COMMON_FIELDS - Static variable in class org.jaudiotagger.tag.asf.AsfTag
Stores a list of field keys, which identify common fields.
CommonChunk - Class in org.jaudiotagger.audio.aiff.chunk
The Common Chunk describes fundamental parameters of the waveform data such as sample rate, bit resolution, and how many channels of digital audio are stored in the FORM AIFF.
CommonChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.CommonChunk
 
commonFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
These frames are Common , this is a loose term
commonNumber - Variable in class org.jaudiotagger.audio.generic.AbstractTag
Stores the amount of TagField with TagField.isCommon() true.
compare(Chunk, Chunk) - Method in class org.jaudiotagger.audio.asf.util.ChunkPositionComparator
compare(String, String) - Method in class org.jaudiotagger.tag.id3.ID3v22PreferredFrameOrderComparator
 
compare(String, String) - Method in class org.jaudiotagger.tag.id3.ID3v23PreferredFrameOrderComparator
 
compare(String, String) - Method in class org.jaudiotagger.tag.id3.ID3v24PreferredFrameOrderComparator
 
compareTo(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
compression - Variable in class org.jaudiotagger.tag.id3.ID3v22Tag
The tag is compressed, although no compression scheme is defined in ID3v22
compression - Variable in class org.jaudiotagger.tag.id3.ID3v23Tag
The tag is compressed
computeCRC(byte[]) - Static method in class org.jaudiotagger.audio.ogg.util.OggCRCFactory
 
CONDUCTOR_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
CONFIG_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
CONT - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
ContainerType - Enum in org.jaudiotagger.audio.asf.data
Enumerates capabilities, respectively uses, of metadata descriptors.

The ContainerType.METADATA_LIBRARY_OBJECT allows the most variations of data, as well as no size limitation (if it can be stored within a DWORD amount of bytes).
containsDescriptor(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Checks whether a descriptor already exists.
Name, stream number and language index are compared.
content - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
content - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
CONTENT_KEY_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.id3.valuepair.SynchronisedLyricsContentType
 
ContentBranding - Class in org.jaudiotagger.audio.asf.data
This structure represents the value of the content branding object, which stores the banner image, the banner image URL and the copyright URL.
ContentBranding() - Constructor for class org.jaudiotagger.audio.asf.data.ContentBranding
Creates an instance.
ContentBranding(long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.ContentBranding
Creates an instance.
ContentBrandingReader - Class in org.jaudiotagger.audio.asf.io
This reader is used to read the content branding object of ASF streams.
ContentBrandingReader() - Constructor for class org.jaudiotagger.audio.asf.io.ContentBrandingReader
Should not be used for now.
ContentDescription - Class in org.jaudiotagger.audio.asf.data
This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
ContentDescription() - Constructor for class org.jaudiotagger.audio.asf.data.ContentDescription
Creates an instance.
ContentDescription(long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.ContentDescription
Creates an instance.
ContentDescriptionReader - Class in org.jaudiotagger.audio.asf.io
Reads and interprets the data of a ASF chunk containing title, author...
ContentDescriptionReader() - Constructor for class org.jaudiotagger.audio.asf.io.ContentDescriptionReader
Should not be used for now.
convert(AiffTag, AiffTag) - Method in class org.jaudiotagger.audio.aiff.AiffTagWriter
Converts tag to ByteBuffer.
convert(AbstractID3v2Tag) - Method in class org.jaudiotagger.audio.dsf.DsfFileWriter
Convert ID3 tag into a ByteBuffer, also ensures always even to avoid problems
convert(Tag) - Method in class org.jaudiotagger.audio.ogg.OggVorbisCommentTagCreator
 
convertFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Convert the frame to the correct frame(s)
convertFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
convertFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
convertFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Convert frame into ID3v24 frame(s)
convertFrameID22To23(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Convert from ID3v22 FrameIdentifier to ID3v23
convertFrameID22To24(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Convert from ID3v22 FrameIdentifier to ID3v24
convertFrameID23To22(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Convert from ID3v23 FrameIdentifier to ID3v22
convertFrameID23To24(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Convert from ID3v23 FrameIdentifier to ID3v24
convertFrameID24To23(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Convert from ID3v24 FrameIdentifier to ID3v23
convertGenericToID3v22Genre(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
 
convertGenericToID3v23Genre(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Convert value to internal genre value
convertGenericToID3v24Genre(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Convert value to internal genre value
convertID3Chunk(WavTag, WavTag) - Method in class org.jaudiotagger.audio.wav.WavTagWriter
Converts ID3tag to ByteBuffer.
convertID3Tag(AbstractID3v2Tag, ID3V2Version) - Method in class org.jaudiotagger.audio.AudioFile
If using ID3 format convert tag from current version to another as specified by id3V2Version,
convertID3v22GenreToGeneric(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
 
convertID3v23GenreToGeneric(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Convert V23 format to Generic i.e.
convertID3v24GenreToGeneric(String) - Static method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Convert internal v24 genre value to generic genre
convertInfoChunk(WavTag) - Method in class org.jaudiotagger.audio.wav.WavTagWriter
Converts INfO tag to ByteBuffer.
convertMetadata(Tag, boolean) - Method in class org.jaudiotagger.audio.flac.FlacTagCreator
Convert Metadata
convertMetadata(Tag) - Method in class org.jaudiotagger.audio.generic.AbstractTagCreator
Convert tagdata to rawdata ready for writing to file with no additional padding
convertMetadata(Tag, boolean) - Method in class org.jaudiotagger.audio.generic.AbstractTagCreator
Convert tagdata to rawdata ready for writing to file
convertMetadata(Tag, boolean) - Method in class org.jaudiotagger.tag.mp4.Mp4TagCreator
Convert tagdata to rawdata ready for writing to file
convertMetadata(Tag, boolean) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentCreator
Convert tagdata to rawdata ready for writing to file
convertRatingFromFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.ID3Rating
 
convertRatingFromFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.ITunesRating
 
convertRatingFromFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.MediaMonkeyPlayerRating
 
convertRatingFromFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.MediaPlayerRating
 
convertRatingToFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.ID3Rating
 
convertRatingToFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.ITunesRating
 
convertRatingToFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.MediaMonkeyPlayerRating
 
convertRatingToFiveStarScale(int) - Method in class org.jaudiotagger.tag.id3.reference.MediaPlayerRating
 
convertToVorbisSetupHeaderPacket(long, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
The Vorbis Setup Header may span multiple(2) pages, athough it doesnt normally.
convertToVorbisSetupHeaderPacketAndAdditionalPackets(long, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
The Vorbis Setup Header may span multiple(2) pages, athough it doesnt normally.
convertv22Tov23 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
Mapping from v22 to v23
convertv23Tov22 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
convertv23Tov24 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
convertv24Tov23 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
copy(InputStream, OutputStream, long) - Static method in class org.jaudiotagger.audio.asf.util.Utils
effectively copies a specified amount of bytes from one stream to another.
copy(File, File) - Static method in class org.jaudiotagger.audio.generic.Utils
Copy a File.
copy(byte[], byte[], int) - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
This method will copy all bytes of src to dst at the specified location.
copy(byte[], byte[], int) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
This method will copy all bytes of src to dst at the specified location.
copyAudioToTmp(File, File, File) - Static method in class org.jaudiotagger.test.MergeID3AndMP3Files
 
copyContent(TagField) - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
This method copies the data of the given field to the current data.
copyContent(TagField) - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.asf.AsfTagField
This method copies the data of the given field to the current data.
copyContent(TagField) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
copyContent(TagField) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
copyContent(TagField) - Method in interface org.jaudiotagger.tag.TagField
This method copies the data of the given field to the current data.
copyContent(TagField) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
copyFrameIntoMap(String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Copy frame into map, whilst accounting for multiple frame of same type which can occur even if there were not frames of the same type in the original tag
copyFrames(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Copy frames from another tag,
copyObject(Object) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Unable to instantiate abstract classes, so can't call the copy constructor.
copyPrimitives(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Copy primitives apply to all tags
copyPrimitives(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Copy primitives applicable to v2.2
copyPrimitives(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Copy primitives applicable to v2.3
copyPrimitives(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Copy primitives applicable to v2.4, this is used when cloning a v2.4 datatype and other objects such as v2.3 so need to check instanceof
CopyrightChunk - Class in org.jaudiotagger.audio.aiff.chunk
The Copyright Chunk contains a copyright notice for the sound.
CopyrightChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.CopyrightChunk
 
copyThrowsOnException(File, File) - Static method in class org.jaudiotagger.audio.generic.Utils
Copy src file to dst file.
CountingOutputstream - Class in org.jaudiotagger.audio.asf.io
This output stream wraps around another OutputStream and delegates the write calls.
Additionally all written bytes are counted and available by CountingOutputstream.getCount().
CountingOutputstream(OutputStream) - Constructor for class org.jaudiotagger.audio.asf.io.CountingOutputstream
Creates an instance which will delegate the write calls to the given output stream.
countMetaBlocks(File) - Method in class org.jaudiotagger.audio.flac.FlacInfoReader
Count the number of metadatablocks, useful for debugging
COUNTRY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
crcData - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
CRC Checksum
crcDataFlag - Variable in class org.jaudiotagger.tag.id3.ID3v23Tag
CRC Checksum calculated
crcDataFlag - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
CRC Checksum calculated
createArtworkField(byte[]) - Method in class org.jaudiotagger.tag.asf.AsfTag
Create artwork field
createArtworkField(byte[], int, String, String, int, int, int, int) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
createArtworkField(byte[], String) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
createArtworkField(byte[], String) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Create Artwork
createArtworkField(byte[], String) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Create Artwork
createArtworkField(byte[]) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Create artwork field
createArtworkFromFile(File) - Static method in class org.jaudiotagger.tag.images.AndroidArtwork
Create Artwork from File
createArtworkFromFile(File) - Static method in class org.jaudiotagger.tag.images.ArtworkFactory
Create Artwork instance from an image file
createArtworkFromFile(File) - Static method in class org.jaudiotagger.tag.images.StandardArtwork
Create Artwork from File
createArtworkFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Static method in class org.jaudiotagger.tag.images.AndroidArtwork
Create artwork from Flac block
createArtworkFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Static method in class org.jaudiotagger.tag.images.ArtworkFactory
Create Artwork instance from A Flac Metadata Block
createArtworkFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Static method in class org.jaudiotagger.tag.images.StandardArtwork
Create artwork from Flac block
createCompilationField(boolean) - Method in class org.jaudiotagger.audio.real.RealTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.asf.AsfTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
createCompilationField(boolean) - Method in interface org.jaudiotagger.tag.Tag
Creates isCompilation field It is useful to have this method because it handles ensuring that the correct value to represent a boolean is stored in the underlying field format.
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
createCompilationField(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
createContainer(ContainerType) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainerFactory
Creates an appropriate container implementation for the given container type.
createContainer(ContainerType, long, BigInteger) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainerFactory
Convenience Method for I/O.
createContainer(long, BigInteger, InputStream) - Method in class org.jaudiotagger.audio.asf.io.AsfExtHeaderReader
This method is called by ChunkContainerReader.read(GUID, InputStream, long) in order to create the resulting object.
createContainer(long, BigInteger, InputStream) - Method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
This method is called by ChunkContainerReader.read(GUID, InputStream, long) in order to create the resulting object.
createContainers(ContainerType[]) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainerFactory
Convenience method which calls MetadataContainerFactory.createContainer(ContainerType) for each given container type.
createCopy() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method creates a copy of the current object.
createCopyrightField(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Creates a field for storing the copyright.
CREATED_DATE_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
CREATED_DATE_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
CREATED_DATE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
CREATED_DATE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
CREATED_DATE_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
CREATED_DATE_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
CREATED_DATE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
CREATED_DATE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
createDefaultID3Tag() - Static method in class org.jaudiotagger.tag.aiff.AiffTag
Default based on user option
createDefaultID3Tag() - Static method in class org.jaudiotagger.tag.wav.WavTag
Default based on user option
createDefaultTag() - Method in class org.jaudiotagger.audio.AudioFile
Create Default Tag
createDefaultTag() - Static method in class org.jaudiotagger.audio.dsf.Dsf
 
createDefaultTag() - Method in class org.jaudiotagger.audio.mp3.MP3File
Create Default Tag
createField(FieldKey, String...) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
createField(FieldKey, String...) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
createField(Artwork) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
createField(Artwork) - Method in class org.jaudiotagger.tag.aiff.AiffTag
Create artwork field.
createField(Artwork) - Method in class org.jaudiotagger.tag.asf.AsfTag
Creates an AsfTagCoverField from given artwork
createField(AsfFieldKey, String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Create tag text field using ASF key Uses the correct subclass for the key.
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.asf.AsfTag
Create a new field based on generic key, used internally by the library
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
createField(VorbisCommentFieldKey, String) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create Tag Field using ogg key
createField(String, String) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create Tag Field using ogg key This method is provided to allow you to create key of any value because VorbisComment allows arbitary keys.
createField(Artwork) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create artwork field
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create a new field Only MUSICIAN field make use of Varargs values field
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Create Tag Field using generic key
createField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
createField(ID3v22FieldKey, String) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Create Frame for Id3 Key Only textual data supported at the moment, should only be used with frames that support a simple string argument.
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
createField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Create artwork field based on the data in artwork
createField(ID3v23FieldKey, String) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Create Frame for Id3 Key Only textual data supported at the moment, should only be used with frames that support a simple string argument.
createField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Create artwork field based on the data in artwork
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Overridden to allow special handling for mapping YEAR to TYER and TDAT Frames
createField(ID3v24FieldKey, String) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Create Frame for Id3 Key Only textual data supported at the moment, should only be used with frames that support a simple string argument.
createField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Overridden for special Genre support
createField(Artwork) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Create artwork field
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Create Tag Field using generic key This should use the correct subclass for the key
createField(Mp4FieldKey, String) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Create Tag Field using mp4 key Uses the correct subclass for the key
createField(Artwork) - Method in interface org.jaudiotagger.tag.Tag
Create artwork field based on the data in artwork
createField(FieldKey, String...) - Method in interface org.jaudiotagger.tag.Tag
Create a new field based on generic key, used internally by the library
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create Tag Field using generic key
createField(VorbisCommentFieldKey, String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create Tag Field using ogg key
createField(String, String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create Tag Field using ogg key This method is provided to allow you to create key of any value because VorbisComment allows arbitary keys.
createField(Artwork) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create Artwork field
createField(FieldKey, String...) - Method in class org.jaudiotagger.tag.wav.WavTag
 
createField(Artwork) - Method in class org.jaudiotagger.tag.wav.WavTag
Create artwork field.
createFrame(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create Frame of correct ID3 version with the specified id
createFrame(String) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Create Frame
createFrame(String) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
createFrame(String) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Create a new frame with the specified frameid
createiTunesStyleHdlrBox() - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
Create an iTunes style Hdlr box for use within Meta box
createiTunesStyleMetaBox(int) - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4MetaBox
Create an iTunes style Meta box
createLinkedArtworkField(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create Link to Image File, not recommended because if either flac or image file is moved link will be broken.
createLinkedArtworkField(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create a link to artwork, this is not recommended because the link may be broken if the mp3 or image file is moved
createLinkedArtworkFromURL(String) - Static method in class org.jaudiotagger.tag.images.AndroidArtwork
 
createLinkedArtworkFromURL(String) - Static method in class org.jaudiotagger.tag.images.ArtworkFactory
Create Artwork instance from an image file
createLinkedArtworkFromURL(String) - Static method in class org.jaudiotagger.tag.images.StandardArtwork
 
createListElement() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
Factory method that creates new elements for this list.
createListElement() - Method in class org.jaudiotagger.tag.datatype.EventTimingCodeList
 
createListElement() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCodeList
 
createMaps() - Method in class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
 
createMaps() - Method in class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
 
createModifiedCopy(InputStream, OutputStream, List<ChunkModifier>) - Method in class org.jaudiotagger.audio.asf.io.AsfStreamer
Reads the source and applies the modifications provided by the given modifiers, and puts it to dest.
Each modifier is used only once, so if one should be used multiple times, it should be added multiple times into the list.
createNewTag() - Static method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Use to construct a new tag properly initialized
createRatingField(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Creates a field for storing the copyright.
createStructure() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Return String Representation of Datatype *
createStructure() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Return String Representation of frame
createStructure() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
createStructure() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
createStructure() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
 
createStructure() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Return String Representation of Datatype *
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Create structured representation of this item.
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Return String Representation of body
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Return String Representation of body
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
For representing the MP3File in an XML Format
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Return String Representation of body
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
 
createStructure() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Display the tag in an XMLFormat
createStructureBody() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
createStructureHeader() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
createTagOf(AsfHeader) - Static method in class org.jaudiotagger.audio.asf.util.TagConverter
This method creates a Tagand fills it with the contents of the given AsfHeader.
CRLF - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
CRLF int set

D

DATA - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
DATA_64BITLENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
DATA_HEADER_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
DATA_SIZE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
dataBuffer - Variable in class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
 
dataBuffer - Variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
dataBytes - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
dataBytes - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
dataSize - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
dataSize - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
dataSize - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
dataSize - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
DataTypes - Class in org.jaudiotagger.tag.datatype
 
DataTypes() - Constructor for class org.jaudiotagger.tag.datatype.DataTypes
 
DAY_END - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
DAY_START - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
debugShowStcoInfo(RandomAccessFile) - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
decode(String) - Static method in class org.jaudiotagger.tag.vorbiscomment.util.Base64Coder
Decodes a Base64 string.
decode(char[]) - Static method in class org.jaudiotagger.tag.vorbiscomment.util.Base64Coder
Decodes Base64 data.
decodeHeader(byte[]) - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
decodeHeader(byte[]) - Method in class org.jaudiotagger.audio.ogg.util.VorbisSetupHeader
 
decreaseLevel() - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
DEFAULT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
DEFAULT_ID - Static variable in class org.jaudiotagger.tag.reference.Languages
 
DEFAULT_ID - Static variable in class org.jaudiotagger.tag.reference.PictureTypes
 
DEFAULT_PADDING - Static variable in class org.jaudiotagger.audio.flac.FlacTagCreator
 
DEFAULT_VALUE - Static variable in class org.jaudiotagger.tag.reference.Languages
 
DEFAULT_VALUE - Static variable in class org.jaudiotagger.tag.reference.PictureTypes
 
DEFAULT_VENDOR - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
DefaultMutableTreeNode - Class in org.jaudiotagger.utils.tree
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object) - Constructor for class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(Object, boolean) - Constructor for class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
DefaultTreeModel - Class in org.jaudiotagger.utils.tree
A simple tree data model that uses TreeNodes.
DefaultTreeModel(TreeNode) - Constructor for class org.jaudiotagger.utils.tree.DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class org.jaudiotagger.utils.tree.DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
delete(Tag, Path) - Method in class org.jaudiotagger.audio.aiff.AiffTagWriter
Delete given Tag from file.
delete() - Method in class org.jaudiotagger.audio.AudioFile
Delete any tags that exist in the fie , this is the same as calling the AudioFileIO.delete(this) method.
delete(AudioFile) - Static method in class org.jaudiotagger.audio.AudioFileIO
Delete the tag, if any, contained in the given file.
delete(Tag, Path) - Method in class org.jaudiotagger.audio.flac.FlacTagWriter
Remove VORBIS_COMMENT or PICTURE blocks from file
delete(AudioFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
Delete the tag (if any) present in the given file
delete(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
Delete the tag (if any) present in the given randomaccessfile, and do not close it at the end.
delete(AudioFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
Delete the tag (if any) present in the given file
delete(Tag, RandomAccessFile, RandomAccessFile) - Method in interface org.jaudiotagger.audio.generic.TagWriter
 
delete(AbstractTag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Remove tag from file
delete(AudioFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileWriter
Delete the Id3v1 and ID3v2 tags from file
delete(Tag, Path) - Method in class org.jaudiotagger.audio.mp4.Mp4TagWriter
Delete the tag.
delete(RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagWriter
 
delete(Tag, Path) - Method in class org.jaudiotagger.audio.wav.WavTagWriter
Delete any existing metadata tags from files
delete(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
Delete tag from file Looks for tag and if found lops it off the file.
delete(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Delete Tag
delete(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.AbstractTag
Removes the specific tag from the file
delete(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.AbstractLyrics3
 
deleteArtworkField() - Method in class org.jaudiotagger.audio.generic.AbstractTag
Delete all instance of artwork Field
deleteArtworkField() - Method in class org.jaudiotagger.tag.aiff.AiffTag
Delete all instance of artwork Field
deleteArtworkField() - Method in class org.jaudiotagger.tag.flac.FlacTag
Delete all instance of artwork Field
deleteArtworkField() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Delete all instance of artwork Field
deleteArtworkField() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Delete all instance of artwork Field
deleteArtworkField() - Method in interface org.jaudiotagger.tag.Tag
Delete any instance of tag fields used to store artwork
deleteArtworkField() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Delete all instance of artwork Field
deleteArtworkField() - Method in class org.jaudiotagger.tag.wav.WavTag
Delete all instance of artwork Field
deleteField(FieldKey) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
deleteField(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Delete all occurrences of field with this id.
deleteField(FieldKey) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
Delete any instance of tag fields with this key
deleteField(String) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
deleteField(AsfFieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Removes all fields which are stored to the provided field key.
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Delete any fields with this key
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
Delete any instance of tag fields with this key
deleteField(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Delete fields with this generic key If generic key maps to multiple frames then do special processing here rather doDeleteField()
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Delete any instance of tag fields with this key
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Delete any instance of tag fields with this key
deleteField(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
deleteField(ID3v22FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Delete fields with this id3v22FieldKey
deleteField(String) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Delete fields with this (frame) id
deleteField(ID3v23FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Delete fields with this id3v23FieldKey
deleteField(String) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Delete fields with this (frame) id
deleteField(ID3v24FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Delete fields with this id3v24FieldKey
deleteField(String) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Delete fields with this (frame) id
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Delete fields with this generic key
deleteField(Mp4FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Delete fields with this mp4key
deleteField(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
Delete any fields with this key
deleteField(String) - Method in interface org.jaudiotagger.tag.Tag
Delete any fields with this Flac (Vorbis Comment) id
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Delete fields with this generic key
deleteField(VorbisCommentFieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Delete fields with this vorbisCommentFieldKey
deleteField(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
Delete any instance of tag fields with this key
deleteField(String) - Method in class org.jaudiotagger.tag.wav.WavTag
 
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.aiff.AiffFileWriter
 
deleteTag(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.asf.AsfFileWriter
Same as above, but delete tag in the file.
deleteTag(AudioFile) - Method in class org.jaudiotagger.audio.AudioFileIO
Delete the tag, if any, contained in the given file.
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.dsf.DsfFileWriter
Delete Metadata tag
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.flac.FlacFileWriter
 
deleteTag(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
Same as above, but delete tag in the file.
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
Must be implemented by each audio format
deleteTag(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
 
deleteTag(AudioFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileWriter
 
deleteTag(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileWriter
 
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.mp4.Mp4FileWriter
 
deleteTag(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggFileWriter
 
deleteTag(Tag, Path) - Method in class org.jaudiotagger.audio.wav.WavFileWriter
 
depthFirstEnumeration() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
DESCRIPTOR_OBJECT_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
DESCRIPTOR_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
DffChunkType - Enum in org.jaudiotagger.audio.dff
Chunk types mark each ChunkHeader.
DffFileReader - Class in org.jaudiotagger.audio.dff
 
DffFileReader() - Constructor for class org.jaudiotagger.audio.dff.DffFileReader
 
DIFF_BETWEEN_ASF_DATE_AND_JAVA_DATE - Static variable in class org.jaudiotagger.audio.asf.util.Utils
 
DirFilter() - Constructor for class org.jaudiotagger.test.MergeID3AndMP3Files.DirFilter
 
DirFilter() - Constructor for class org.jaudiotagger.test.TestAudioTagger.DirFilter
 
discardIfFileAlteredFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
These frames should be lost if file changes
displayAsBinary(byte) - Static method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
Use to display headers as their binary representation
displayPermissions(Path) - Static method in class org.jaudiotagger.audio.generic.Permissions
Display Permissions
displayStructureAsPlainText() - Method in class org.jaudiotagger.audio.AudioFile
Optional debugging method.
displayStructureAsPlainText() - Method in class org.jaudiotagger.audio.mp3.MP3File
Displays MP3File Structure
displayStructureAsXML() - Method in class org.jaudiotagger.audio.AudioFile
Optional debugging method.
displayStructureAsXML() - Method in class org.jaudiotagger.audio.mp3.MP3File
Displays MP3File Structure
distributeMetadata(AsfTag) - Static method in class org.jaudiotagger.audio.asf.util.TagConverter
This method distributes the tags fields among the ContainerType.getOrdered() containers.
DitiChunk - Class in org.jaudiotagger.audio.dff
DITI Chunk.
DitiChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.DitiChunk
 
DJMIXER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
 
doCreateTagField(AbstractID3v2Tag.FrameAndSubId, String...) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

doDeleteTagField(AbstractID3v2Tag.FrameAndSubId) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Internal delete method, for deleting/modifying an individual ID3 frame
doGetValueAtIndex(AbstractID3v2Tag.FrameAndSubId, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Get the value at the index, we massage the values so that the index as used in the generic interface rather than simply taking the frame index.
doGetValues(AbstractID3v2Tag.FrameAndSubId) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create a list of values for this (sub)frame

This method does all the complex stuff of splitting multiple values in one frame into separate values.

DSD_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.dff.DsdChunk
 
DSD_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.dsf.DsdChunk
 
DsdChunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
DsdChunk - Class in org.jaudiotagger.audio.dsf
DSD Chunk
Dsf - Class in org.jaudiotagger.audio.dsf
Created by Paul on 28/01/2016.
Dsf() - Constructor for class org.jaudiotagger.audio.dsf.Dsf
 
DsfChunkType - Enum in org.jaudiotagger.audio.dsf
Chunk types mark each ChunkHeader.
DsfFileReader - Class in org.jaudiotagger.audio.dsf
Reads the ID3 Tags as specified by DSFFileFormatSpec_E.pdf .
DsfFileReader() - Constructor for class org.jaudiotagger.audio.dsf.DsfFileReader
 
DsfFileWriter - Class in org.jaudiotagger.audio.dsf
Write/delete tag info for Dsf file
DsfFileWriter() - Constructor for class org.jaudiotagger.audio.dsf.DsfFileWriter
 
DstChunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
DstChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.DstChunk
 
duplicateBytes - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
duplicateFrameId - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
DURATION_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
DURATION_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
DURATION_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
DURATION_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
DURATION_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
DURATION_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
DURATION_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
DURATION_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
DWORD_MAXVALUE - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Maximum value for WORD.

E

EMPHASIS_5015MS - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
EMPHASIS_CCITT - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
EMPHASIS_NONE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
EMPHASIS_RESERVED - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
EMPTY_ENUMERATION - Static variable in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
An enumeration that is always empty.
emptyFrameBytes - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
EmptyFrameException - Exception in org.jaudiotagger.tag
Thrown when find a Frame but it contains no data.
EmptyFrameException() - Constructor for exception org.jaudiotagger.tag.EmptyFrameException
Creates a new EmptyFrameException datatype.
EmptyFrameException(Throwable) - Constructor for exception org.jaudiotagger.tag.EmptyFrameException
Creates a new EmptyFrameException datatype.
EmptyFrameException(String) - Constructor for exception org.jaudiotagger.tag.EmptyFrameException
Creates a new EmptyFrameException datatype.
EmptyFrameException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.EmptyFrameException
Creates a new EmptyFrameException datatype.
encode(String) - Static method in class org.jaudiotagger.tag.vorbiscomment.util.Base64Coder
Encodes a string into Base64 format.
encode(byte[]) - Static method in class org.jaudiotagger.tag.vorbiscomment.util.Base64Coder
Encodes a byte array into Base64 format.
ENCODER_SIZE - Static variable in class org.jaudiotagger.audio.mp3.LameFrame
 
EncoderType - Enum in org.jaudiotagger.audio.mp4
Encoder Type actually identifies the format of the audio within the mp4.
EncodingChunk - Class in org.jaudiotagger.audio.asf.data
This class was intended to store the data of a chunk which contained the encoding parameters in textual form.
EncodingChunk(BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.EncodingChunk
Creates an instance.
encryptedFrameMap - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Map of all encrypted frames, these cannot be unencrypted by jaudiotagger
EncryptionChunk - Class in org.jaudiotagger.audio.asf.data
 
EncryptionChunk(BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.EncryptionChunk
Creates an instance.
END_OF_FIELD - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
EndChunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
EndChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.EndChunk
 
endofStringPattern - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
ENGINEER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
 
ENSEMBLE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ENSEMBLE_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ensureOnEqualBoundary(RandomAccessFile, ChunkHeader) - Static method in class org.jaudiotagger.audio.iff.IffHeaderChunk
If Size is not even then we skip a byte, because chunks have to be aligned
ensureOnEqualBoundary(FileChannel, ChunkHeader) - Static method in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
equals(Object) - Method in class org.jaudiotagger.audio.asf.data.GUID
This method compares two objects.
equals(Object) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
(overridden)
equals(Object) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.BooleanString
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.PartOfSet
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringDate
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringDateTime
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringFixedLength
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringNullTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.StringSizeTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.TCONString
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.TempoCode
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Is this tag equivalent to another
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTag
Determines whether another datatype is equal to this tag.
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrame
Returns true if this datatype and its body equals the argument and its body.
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns true if this datatype and its entire DataType array list equals the argument.
equals(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagItem
Returns true if this datatype and its body equals the argument and its body.
equals(Object) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Are two bodies equal
equals(Object) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Compares Object with this only returns true if both v1_1 tags with all fields set to same value
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Compare for equality To be deemed equal obj must be a IDv23Frame with the same identifier and the same flags.
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v22PreferredFrameOrderComparator
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Compare for equality To be deemed equal obj must be a IDv23Frame with the same identifier and the same flags.
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v23PreferredFrameOrderComparator
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Is Tag Equivalent to another tag
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v24PreferredFrameOrderComparator
 
equals(Object) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
equals(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
equals(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
equals(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
equals(Object) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
equals(Object) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
equals(Object) - Method in class org.jaudiotagger.tag.wav.WavTag
 
equals(Object) - Method in class org.jaudiotagger.utils.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
EqualsUtil - Class in org.jaudiotagger.utils
Collected methods which allow easy implementation of equals.
EqualsUtil() - Constructor for class org.jaudiotagger.utils.EqualsUtil
 
ErrorMessage - Enum in org.jaudiotagger.logging
Defines Error Messages
ES_ID_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
EventListenerList - Class in org.jaudiotagger.utils.tree
A class that holds a list of EventListeners.
EventListenerList() - Constructor for class org.jaudiotagger.utils.tree.EventListenerList
 
EventTimingCode - Class in org.jaudiotagger.tag.datatype
A single event timing code.
EventTimingCode(EventTimingCode) - Constructor for class org.jaudiotagger.tag.datatype.EventTimingCode
 
EventTimingCode(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.EventTimingCode
 
EventTimingCode(String, AbstractTagFrameBody, int, long) - Constructor for class org.jaudiotagger.tag.datatype.EventTimingCode
 
EventTimingCodeList - Class in org.jaudiotagger.tag.datatype
List of EventTimingCodes.
EventTimingCodeList(EventTimingCodeList) - Constructor for class org.jaudiotagger.tag.datatype.EventTimingCodeList
Mandatory, concretely-typed copy constructor, as required by AbstractDataTypeList.AbstractDataTypeList(AbstractDataTypeList).
EventTimingCodeList(FrameBodyETCO) - Constructor for class org.jaudiotagger.tag.datatype.EventTimingCodeList
 
EventTimingTimestampTypes - Class in org.jaudiotagger.tag.id3.valuepair
 
EventTimingTypes - Class in org.jaudiotagger.tag.id3.valuepair
 
experimental - Variable in class org.jaudiotagger.tag.id3.ID3v23Tag
Experiemntal tag
experimental - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Experiemntal tag
ExtDouble - Class in org.jaudiotagger.audio.aiff
Code to deal with the 80-bit floating point (extended double) numbers which occur in AIFF files.
ExtDouble(byte[]) - Constructor for class org.jaudiotagger.audio.aiff.ExtDouble
Constructor.
extended - Variable in class org.jaudiotagger.tag.id3.ID3v23Tag
Contains extended header
extended - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Contains extended header
extension - Variable in class org.jaudiotagger.audio.AudioFile
The tag
extensionFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
These frames are extensions to the Specification for that Tag Version
ExtractID3TagFromFile - Class in org.jaudiotagger.test
Simple class that will attempt to recusively read all files within a directory, flags errors that occur.
ExtractID3TagFromFile() - Constructor for class org.jaudiotagger.test.ExtractID3TagFromFile
 
extractID3v2TagDataIntoFile(File) - Method in class org.jaudiotagger.audio.mp3.MP3File
Extracts the raw ID3v2 tag data into a file.

F

FALSE_VALUE - Static variable in class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
 
FBPM - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
FIELD_ABSOLUTE_GRANULE_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_ABSOLUTE_GRANULE_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_ALBUM_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_ALBUM_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_ARTIST_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_ARTIST_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_AUDIO_CHANNELS_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_AUDIO_CHANNELS_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_AUDIO_SAMPLE_RATE_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_AUDIO_SAMPLE_RATE_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_MAX_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_MAX_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_MIN_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_MIN_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_NOMAIML_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BITRATE_NOMAIML_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BLOCKSIZE_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_BLOCKSIZE_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_CAPTURE_PATTERN_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_CAPTURE_PATTERN_LENGTH - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
FIELD_CAPTURE_PATTERN_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_CAPTURE_PATTERN_POS - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
FIELD_COMMENT_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_COMMENT_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
FIELD_COMMENT_LENGTH_LENGTH - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
FIELD_COMMENT_POS - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_COMMENT_POS - Static variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
FIELD_FRAMING_BIT_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.OggVorbisCommentTagCreator
 
FIELD_FRAMING_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_FRAMING_FLAG_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_GENRE_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_GENRE_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_HEADER_TYPE_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_HEADER_TYPE_FLAG_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PACKET_TYPE_LENGTH - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
FIELD_PACKET_TYPE_POS - Static variable in interface org.jaudiotagger.audio.ogg.util.VorbisHeader
 
FIELD_PAGE_CHECKSUM_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PAGE_CHECKSUM_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PAGE_SEGMENTS_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PAGE_SEGMENTS_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PAGE_SEQUENCE_NO_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_PAGE_SEQUENCE_NO_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_SEGMENT_TABLE_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_STREAM_SERIAL_NO_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_STREAM_SERIAL_NO_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_STREAM_STRUCTURE_VERSION_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_STREAM_STRUCTURE_VERSION_POS - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
FIELD_TAG_EXT_SIZE_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
FIELD_TAG_FLAG_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_FLAG_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_MAJOR_VERSION_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_MAJOR_VERSION_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_MINOR_VERSION_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_MINOR_VERSION_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_SIZE_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAG_SIZE_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAGID_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_TAGID_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TAGID_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_TAGID_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FIELD_TITLE_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_TITLE_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_TRACK_INDICATOR_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_TRACK_INDICATOR_POS - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_TRACK_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_TRACK_POS - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
FIELD_USER_COMMENT_LIST_LENGTH - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
FIELD_V2_ADDITIONAL_MULTI_LINE_TEXT - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_ALBUM - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_ARTIST - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_AUTHOR - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_IMAGE - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_INDICATIONS - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_LYRICS_MULTI_LINE_TEXT - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_V2_TRACK - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
FIELD_VENDOR_LENGTH_LENGTH - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
FIELD_VENDOR_LENGTH_POS - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
FIELD_VENDOR_STRING_POS - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
FIELD_VORBIS_VERSION_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_VORBIS_VERSION_POS - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
FIELD_YEAR_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FIELD_YEAR_POS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
FieldDataInvalidException - Exception in org.jaudiotagger.tag
Thrown if the try and create a field with invalid data
FieldDataInvalidException() - Constructor for exception org.jaudiotagger.tag.FieldDataInvalidException
Creates a new KeyNotFoundException datatype.
FieldDataInvalidException(Throwable) - Constructor for exception org.jaudiotagger.tag.FieldDataInvalidException
Creates a new KeyNotFoundException datatype.
FieldDataInvalidException(String) - Constructor for exception org.jaudiotagger.tag.FieldDataInvalidException
Creates a new KeyNotFoundException datatype.
FieldDataInvalidException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.FieldDataInvalidException
Creates a new KeyNotFoundException datatype.
FieldFrameBodyAUT - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyAUT() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
Creates a new FieldBodyAUT datatype.
FieldFrameBodyAUT(FieldFrameBodyAUT) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
 
FieldFrameBodyAUT(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
Creates a new FieldBodyAUT datatype.
FieldFrameBodyAUT(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
Creates a new FieldBodyAUT datatype.
FieldFrameBodyEAL - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyEAL() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
Creates a new FieldBodyEAL datatype.
FieldFrameBodyEAL(FieldFrameBodyEAL) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
 
FieldFrameBodyEAL(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
Creates a new FieldBodyEAL datatype.
FieldFrameBodyEAL(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
Creates a new FieldBodyEAL datatype.
FieldFrameBodyEAR - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyEAR() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
Creates a new FieldBodyEAR datatype.
FieldFrameBodyEAR(FieldFrameBodyEAR) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
 
FieldFrameBodyEAR(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
Creates a new FieldBodyEAR datatype.
FieldFrameBodyEAR(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
Creates a new FieldBodyEAR datatype.
FieldFrameBodyETT - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyETT() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
Creates a new FieldBodyETT datatype.
FieldFrameBodyETT(FieldFrameBodyETT) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
 
FieldFrameBodyETT(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
Creates a new FieldBodyETT datatype.
FieldFrameBodyETT(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
Creates a new FieldBodyETT datatype.
FieldFrameBodyIMG - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyIMG() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
Creates a new FieldBodyIMG datatype.
FieldFrameBodyIMG(FieldFrameBodyIMG) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
FieldFrameBodyIMG(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
Creates a new FieldBodyIMG datatype.
FieldFrameBodyIMG(Lyrics3Image) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
Creates a new FieldBodyIMG datatype.
FieldFrameBodyIMG(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
Creates a new FieldBodyIMG datatype.
FieldFrameBodyIND - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyIND() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
Creates a new FieldBodyIND datatype.
FieldFrameBodyIND(FieldFrameBodyIND) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
 
FieldFrameBodyIND(boolean, boolean) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
Creates a new FieldBodyIND datatype.
FieldFrameBodyIND(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
Creates a new FieldBodyIND datatype.
FieldFrameBodyINF - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyINF() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
Creates a new FieldBodyINF datatype.
FieldFrameBodyINF(FieldFrameBodyINF) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
 
FieldFrameBodyINF(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
Creates a new FieldBodyINF datatype.
FieldFrameBodyINF(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
Creates a new FieldBodyINF datatype.
FieldFrameBodyLYR - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyLYR() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
Creates a new FieldBodyLYR datatype.
FieldFrameBodyLYR(FieldFrameBodyLYR) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
FieldFrameBodyLYR(String) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
Creates a new FieldBodyLYR datatype.
FieldFrameBodyLYR(FrameBodySYLT) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
Creates a new FieldBodyLYR datatype.
FieldFrameBodyLYR(FrameBodyUSLT) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
Creates a new FieldBodyLYR datatype.
FieldFrameBodyLYR(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
Creates a new FieldBodyLYR datatype.
FieldFrameBodyUnsupported - Class in org.jaudiotagger.tag.lyrics3
 
FieldFrameBodyUnsupported() - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
Creates a new FieldBodyUnsupported datatype.
FieldFrameBodyUnsupported(FieldFrameBodyUnsupported) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
FieldFrameBodyUnsupported(byte[]) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
Creates a new FieldBodyUnsupported datatype.
FieldFrameBodyUnsupported(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
Creates a new FieldBodyUnsupported datatype.
FieldKey - Enum in org.jaudiotagger.tag
This is an enumeration of fields implemented by all major formats This enumeration is used by subclasses to map from the common key to their implementation key, the keys are grouped within EnumSets within Tag class.
fields - Variable in class org.jaudiotagger.audio.generic.AbstractTag
This map stores the ids of the stored fields to the fields themselves.
file - Variable in class org.jaudiotagger.audio.AudioFile
The physical file that this instance represents.
FileConstants - Interface in org.jaudiotagger
Definitions of the bit used when reading file format from file
FileHeader - Class in org.jaudiotagger.audio.asf.data
This class stores the information about the file, which is contained within a special chunk of ASF files.
FileHeader(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, long, long, long, long) - Constructor for class org.jaudiotagger.audio.asf.data.FileHeader
Creates an instance.
FileHeaderReader - Class in org.jaudiotagger.audio.asf.io
Reads and interprets the data of the file header.
FileHeaderReader() - Constructor for class org.jaudiotagger.audio.asf.io.FileHeaderReader
Should not be used for now.
fileModified(AudioFile, File) - Method in class org.jaudiotagger.audio.generic.AudioFileModificationAdapter
(overridden)
fileModified(AudioFile, File) - Method in interface org.jaudiotagger.audio.generic.AudioFileModificationListener
Notifies that original has been processed.
Because the audiolibrary allows format implementors to either change the original file or create a copy, it is possible that the real result is located in the original and temporary is of zero size or the original will be deleted and replaced by temporary.
fileModified(AudioFile, File) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
(overridden)
fileOperationFinished(File) - Method in class org.jaudiotagger.audio.generic.AudioFileModificationAdapter
(overridden)
fileOperationFinished(File) - Method in interface org.jaudiotagger.audio.generic.AudioFileModificationListener
Informs the listener that the process has been finished.
The given file is either the original file or the modified copy.
fileOperationFinished(File) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
(overridden)
fileReadSize - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
FILESIZE_LENGTH - Static variable in class org.jaudiotagger.audio.dsf.DsdChunk
 
FileSystemMessage - Enum in org.jaudiotagger.logging
For parsing the exact cause of a file exception, because variations not handled well by Java
FileTypeUtil - Class in org.jaudiotagger.utils
 
FileTypeUtil() - Constructor for class org.jaudiotagger.utils.FileTypeUtil
 
fileWillBeModified(AudioFile, boolean) - Method in class org.jaudiotagger.audio.generic.AudioFileModificationAdapter
(overridden)
fileWillBeModified(AudioFile, boolean) - Method in interface org.jaudiotagger.audio.generic.AudioFileModificationListener
Notifies that the file is about to be modified.
fileWillBeModified(AudioFile, boolean) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
(overridden)
findContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
This method looks for an content description object in this header instance, if not found there, it tries to get one from a contained ASF header extension object.
findExtendedContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
This method looks for an extended content description object in this header instance, if not found there, it tries to get one from a contained ASF header extension object.
findMatchingMaskAndExtractV3Values() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
findMetadataContainer(ContainerType) - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
This method searches for a metadata container of the given type.
findNumber(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Find the first whole number that can be parsed from the string
findNumber(String, int) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Find the first whole number that can be parsed from the string
findStream() - Method in class org.jaudiotagger.audio.flac.FlacStreamReader
Reads the stream block to ensure it is a flac file
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Notifies all listeners that have registered interest for notification on this event type.
FLAC_STREAM_IDENTIFIER - Static variable in class org.jaudiotagger.audio.flac.FlacStreamReader
 
FLAC_STREAM_IDENTIFIER_LENGTH - Static variable in class org.jaudiotagger.audio.flac.FlacStreamReader
 
FlacAudioHeader - Class in org.jaudiotagger.audio.flac
 
FlacAudioHeader() - Constructor for class org.jaudiotagger.audio.flac.FlacAudioHeader
 
FlacFileReader - Class in org.jaudiotagger.audio.flac
Read encoding and tag info for Flac file (open source lossless encoding)
FlacFileReader() - Constructor for class org.jaudiotagger.audio.flac.FlacFileReader
 
FlacFileWriter - Class in org.jaudiotagger.audio.flac
Write/delete tag info for Flac file (opensource lossless encoding)
FlacFileWriter() - Constructor for class org.jaudiotagger.audio.flac.FlacFileWriter
 
FlacInfoReader - Class in org.jaudiotagger.audio.flac
Read info from Flac file
FlacInfoReader() - Constructor for class org.jaudiotagger.audio.flac.FlacInfoReader
 
FlacStreamReader - Class in org.jaudiotagger.audio.flac
Flac Stream Reader files and identifies if this is in fact a flac stream
FlacStreamReader(FileChannel, String) - Constructor for class org.jaudiotagger.audio.flac.FlacStreamReader
Create instance for holding stream info
FlacTag - Class in org.jaudiotagger.tag.flac
Flac uses Vorbis Comment for most of its metadata and a Flac Picture Block for images This class enscapulates the items into a single tag
FlacTag() - Constructor for class org.jaudiotagger.tag.flac.FlacTag
 
FlacTag(VorbisCommentTag, List<MetadataBlockDataPicture>) - Constructor for class org.jaudiotagger.tag.flac.FlacTag
 
FlacTagCreator - Class in org.jaudiotagger.audio.flac
Create the tag data ready for writing to flac file
FlacTagCreator() - Constructor for class org.jaudiotagger.audio.flac.FlacTagCreator
 
FlacTagReader - Class in org.jaudiotagger.audio.flac
Read Flac Tag
FlacTagReader() - Constructor for class org.jaudiotagger.audio.flac.FlacTagReader
 
FlacTagWriter - Class in org.jaudiotagger.audio.flac
Write Flac Tag For best compatibility with other applications we write blocks (where they exist) in the following order: STREAM VORBIS_COMMENT PICTURE SEEK CUESHEET APPLICATION PADDING
FlacTagWriter() - Constructor for class org.jaudiotagger.audio.flac.FlacTagWriter
 
FLAGS_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MetaBox
 
FLAGS_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
FLAGS_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
flush() - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
flush(InputStream, OutputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Copies all of the source to the destination.
FMT_CHUNK_MIN_DATA_SIZE_ - Static variable in class org.jaudiotagger.audio.dsf.DsdChunk
 
FMT_CHUNK_MIN_DATA_SIZE_ - Static variable in class org.jaudiotagger.audio.dsf.FmtChunk
 
FmtChunk - Class in org.jaudiotagger.audio.dsf
Created by Paul on 25/01/2016.
footer - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Contains a footer
forceFrameID22To23(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Force from ID3v22 FrameIdentifier to ID3v23, this is where the frame and structure has changed from v2 to v3 but we can still do some kind of conversion.
forceFrameID23To22(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Force from ID3v22 FrameIdentifier to ID3v23, this is where the frame and structure has changed from v2 to v3 but we can still do some kind of conversion.
forceFrameID23To24(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Force from ID3v2.30 FrameIdentifier to ID3v2.40, this is where the frame and structure has changed from v3 to v4 but we can still do some kind of conversion.
forceFrameID24To23(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Force from ID3v2.40 FrameIdentifier to ID3v2.30, this is where the frame and structure has changed between v4 to v3 but we can still do some kind of conversion.
forcev22Tov23 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
forcev23Tov22 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
forcev23Tov24 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
forcev24Tov23 - Static variable in class org.jaudiotagger.tag.id3.ID3Frames
 
FORM_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
format(LogRecord) - Method in class org.jaudiotagger.logging.LogFormatter
 
formatDate(Date) - Static method in class org.jaudiotagger.audio.aiff.AiffUtil
Format a date as text
formatForId3(String, String) - Static method in class org.jaudiotagger.tag.reference.PerformerHelper
 
formatForNonId3(String, String) - Static method in class org.jaudiotagger.tag.reference.PerformerHelper
 
FormatVersionChunk - Class in org.jaudiotagger.audio.aiff.chunk
The Format Version Chunk contains a date field to indicate the format rules for an AIFF-C specification.
FormatVersionChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.FormatVersionChunk
 
FRAME_COMPRESSION_UNCOMPRESSED_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_DATA_LENGTH_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_ENCRYPTION_INDICATOR_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_ENCRYPTION_INDICATOR_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_FLAGS_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_FLAGS_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_GROUPING_INDICATOR_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_GROUPING_INDICATOR_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_HEADER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frame
 
FRAME_HEADER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_HEADER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_ID_ACCOMPANIMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
Frame IDs beginning with T are text frames, and with W are url frames
FRAME_ID_ALBUM - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ALBUM_ARTIST_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ALBUM_SORT_ORDER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ARTIST_SORT_ORDER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ATTACHED_PICTURE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_AUDIO_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_AUDIO_SEEK_POINT_INDEX - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_BPM - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_CHAPTER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_CHAPTER - Static variable in class org.jaudiotagger.tag.id3.ID3v2ChapterFrames
 
FRAME_ID_CHAPTER_TOC - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_COMMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_COMMERCIAL_FRAME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_COMPOSER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_COMPOSER_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_CONDUCTOR - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_CONTENT_GROUP_DESC - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_COPYRIGHTINFO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ENCODEDBY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ENCODING_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_EQUALISATION2 - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_EVENT_TIMING_CODES - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_FILE_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_FILE_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_GENERAL_ENCAPS_OBJECT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_GENRE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_GROUP_ID_REG - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_HW_SW_SETTINGS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_INITIAL_KEY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_INVOLVED_PEOPLE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_IS_COMPILATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ISRC - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ITUNES_GROUPING - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_LANGUAGE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_LINKED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MEDIA_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MOOD - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MOVEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MOVEMENT_NO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MPEG_LOCATION_LOOKUP_TABLE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MUSIC_CD_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_MUSICIAN_CREDITS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ORIG_FILENAME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ORIG_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ORIG_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ORIGARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_ORIGINAL_RELEASE_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_OWNERSHIP - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PERFORMER_SORT_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PLAY_COUNTER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PLAYLIST_DELAY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_POPULARIMETER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_POSITION_SYNC - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PRIVATE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PRODUCED_NOTICE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_PUBLISHER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_RADIO_NAME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_RADIO_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_RECOMMENDED_BUFFER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_RELATIVE_VOLUME_ADJUSTMENT2 - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_RELEASE_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_REMIXED - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_REVERB - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SEEK - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SET - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SET_SUBTITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SIGNATURE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frame
 
FRAME_ID_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_ID_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
FRAME_ID_SYNC_LYRIC - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_SYNC_TEMPO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TABLE_OF_CONTENT - Static variable in class org.jaudiotagger.tag.id3.ID3v2ChapterFrames
 
FRAME_ID_TAGGING_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TERMS_OF_USE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TITLE_REFINEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TITLE_SORT_ORDER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TITLE_SORT_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_TRACK - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_UNIQUE_FILE_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_UNSYNC_LYRICS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_ARTIST_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_COMMERCIAL - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_COPYRIGHT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_FILE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_OFFICIAL_RADIO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_PAYMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_PUBLISHERS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_URL_SOURCE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_USER_DEFINED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_USER_DEFINED_URL - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_ID_V2_ACCOMPANIMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ALBUM - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ALBUM_ARTIST_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ALBUM_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ARTIST_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ATTACHED_PICTURE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_AUDIO_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_BPM - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_COMMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_COMPOSER - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_COMPOSER_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_CONDUCTOR - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_CONTENT_GROUP_DESC - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_COPYRIGHTINFO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ENCODEDBY - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ENCRYPTED_FRAME - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_EQUALISATION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_EVENT_TIMING_CODES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_FILE_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_GENERAL_ENCAPS_OBJECT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_GENRE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_HW_SW_SETTINGS - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_INITIAL_KEY - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_IPLS - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_IS_COMPILATION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ISRC - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ITUNES_GROUPING - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_LANGUAGE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_LINKED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_MEDIA_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_MOVEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_MOVEMENT_NO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_MPEG_LOCATION_LOOKUP_TABLE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_MUSIC_CD_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ORIG_FILENAME - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ORIG_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ORIG_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_ORIGARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_PLAY_COUNTER - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_PLAYLIST_DELAY - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_POPULARIMETER - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_PUBLISHER - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_RECOMMENDED_BUFFER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_RELATIVE_VOLUME_ADJUSTMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_REMIXED - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_REVERB - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_SET - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_SET_SUBTITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_SYNC_LYRIC - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_SYNC_TEMPO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TDAT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TITLE_REFINEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TITLE_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TORY - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TRACK - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TRDA - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TSIZ - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_TYER - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_UNIQUE_FILE_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_UNSYNC_LYRICS - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_ARTIST_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_COMMERCIAL - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_COPYRIGHT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_FILE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_OFFICIAL_RADIO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_PAYMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_PUBLISHERS - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_URL_SOURCE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_USER_DEFINED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V2_USER_DEFINED_URL - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frames
 
FRAME_ID_V3_ACCOMPANIMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
Define all frames that are valid within ID3v23 Frame IDs beginning with T are text frames, and with W are url frames
FRAME_ID_V3_ALBUM - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ALBUM_ARTIST_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ALBUM_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ALBUM_SORT_ORDER_MUSICBRAINZ - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ARTIST_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ARTIST_SORT_ORDER_MUSICBRAINZ - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ATTACHED_PICTURE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_AUDIO_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_BPM - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_CHAPTER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_CHAPTER_TOC - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_COMMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_COMMERCIAL_FRAME - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_COMPOSER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_COMPOSER_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_CONDUCTOR - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_CONTENT_GROUP_DESC - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_COPYRIGHTINFO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ENCODEDBY - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_EQUALISATION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_EVENT_TIMING_CODES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_FILE_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_FILE_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_GENERAL_ENCAPS_OBJECT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_GENRE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_GROUP_ID_REG - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_HW_SW_SETTINGS - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_INITIAL_KEY - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_INVOLVED_PEOPLE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_IS_COMPILATION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ISRC - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ITUNES_GROUPING - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_LANGUAGE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_LINKED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_MEDIA_TYPE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_MOVEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_MOVEMENT_NO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_MPEG_LOCATION_LOOKUP_TABLE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_MUSIC_CD_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ORIG_FILENAME - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ORIG_LYRICIST - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ORIG_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_ORIGARTIST - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_OWNERSHIP - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_PLAY_COUNTER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_PLAYLIST_DELAY - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_POPULARIMETER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_POSITION_SYNC - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_PRIVATE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_PUBLISHER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_RADIO_NAME - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_RADIO_OWNER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_RECOMMENDED_BUFFER_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_RELATIVE_VOLUME_ADJUSTMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_REMIXED - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_REVERB - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_SET - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_SET_SUBTITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_SYNC_LYRIC - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_SYNC_TEMPO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TDAT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TERMS_OF_USE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TIME - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TITLE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TITLE_REFINEMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TITLE_SORT_ORDER_ITUNES - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TITLE_SORT_ORDER_MUSICBRAINZ - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TORY - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TRACK - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TRDA - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TSIZ - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_TYER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_UNIQUE_FILE_ID - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_UNSYNC_LYRICS - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_ARTIST_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_COMMERCIAL - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_COPYRIGHT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_FILE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_OFFICIAL_RADIO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_PAYMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_PUBLISHERS - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_URL_SOURCE_WEB - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_USER_DEFINED_INFO - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_V3_USER_DEFINED_URL - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frames
 
FRAME_ID_YEAR - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
FRAME_SIZE_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Frame
 
FRAME_SIZE_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Frame
 
FRAME_SIZE_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame
 
frameBody - Variable in class org.jaudiotagger.tag.datatype.AbstractDataType
Holds the calling body, allows an datatype to query other objects in the body such as the Text Encoding of the frame
frameBody - Variable in class org.jaudiotagger.tag.id3.AbstractTagFrame
Actual data this fragment holds
FrameBodyAENC - Class in org.jaudiotagger.tag.id3.framebody
Audio encryption Frame.
FrameBodyAENC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
Creates a new FrameBodyAENC datatype.
FrameBodyAENC(FrameBodyAENC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
 
FrameBodyAENC(String, short, short, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
Creates a new FrameBodyAENC datatype.
FrameBodyAENC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
Creates a new FrameBodyAENC datatype.
FrameBodyAPIC - Class in org.jaudiotagger.tag.id3.framebody
Attached picture frame.
FrameBodyAPIC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Creates a new FrameBodyAPIC datatype.
FrameBodyAPIC(FrameBodyAPIC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
FrameBodyAPIC(FrameBodyPIC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Conversion from v2 PIC to v3/v4 APIC
FrameBodyAPIC(byte, String, byte, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Creates a new FrameBodyAPIC datatype.
FrameBodyAPIC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Creates a new FrameBodyAPIC datatype.
FrameBodyASPI - Class in org.jaudiotagger.tag.id3.framebody
Audio files with variable bit rates are intrinsically difficult to deal with in the case of seeking within the file.
FrameBodyASPI() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyASPI
Creates a new FrameBodyASPI datatype.
FrameBodyASPI(FrameBodyASPI) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyASPI
Creates a new FrameBodyASPI from another FrameBodyASPI
FrameBodyASPI(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyASPI
Creates a new FrameBodyASPI datatype.
FrameBodyCHAP - Class in org.jaudiotagger.tag.id3.framebody
Chapter frame.
FrameBodyCHAP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
Creates a new FrameBodyCHAP datatype.
FrameBodyCHAP(FrameBodyCHAP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
Creates a new FrameBodyCHAP datatype.
FrameBodyCHAP(String, int, int, int, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
Creates a new FrameBodyCHAP datatype.
FrameBodyCHAP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
Creates a new FrameBodyAENC datatype.
FrameBodyCOMM - Class in org.jaudiotagger.tag.id3.framebody
Comments frame.
FrameBodyCOMM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Creates a new FrameBodyCOMM datatype.
FrameBodyCOMM(FrameBodyCOMM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
FrameBodyCOMM(byte, String, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Creates a new FrameBodyCOMM datatype.
FrameBodyCOMM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Construct a Comment frame body from the buffer
FrameBodyCOMR - Class in org.jaudiotagger.tag.id3.framebody
Commercial frame.
FrameBodyCOMR() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
Creates a new FrameBodyCOMR datatype.
FrameBodyCOMR(FrameBodyCOMR) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
 
FrameBodyCOMR(byte, String, String, String, byte, String, String, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
Creates a new FrameBodyCOMR datatype.
FrameBodyCOMR(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
Creates a new FrameBodyCOMR datatype.
FrameBodyCRM - Class in org.jaudiotagger.tag.id3.framebody
Encrypted meta frame This frame contains one or more encrypted frames.
FrameBodyCRM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
Creates a new FrameBodyCRM datatype.
FrameBodyCRM(FrameBodyCRM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
 
FrameBodyCRM(String, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
Creates a new FrameBodyCRM datatype.
FrameBodyCRM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
Creates a new FrameBodyCRM datatype.
FrameBodyCTOC - Class in org.jaudiotagger.tag.id3.framebody
Table of content frame.
FrameBodyCTOC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCTOC
Creates a new FrameBodyCTOC datatype.
FrameBodyCTOC(FrameBodyCTOC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCTOC
Creates a new FrameBodyCTOC datatype.
FrameBodyCTOC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyCTOC
Creates a new FrameBodyCTOC datatype.
FrameBodyDeprecated - Class in org.jaudiotagger.tag.id3.framebody
Represents a frameBody for a frame identifier that is not defined for the tag version but was valid for a for an earlier tag version.
FrameBodyDeprecated(AbstractID3v2FrameBody) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Creates a new FrameBodyDeprecated wrapper around the frameBody
FrameBodyDeprecated(FrameBodyDeprecated) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Copy constructor
FrameBodyENCR - Class in org.jaudiotagger.tag.id3.framebody
Encryption method registration frame.
FrameBodyENCR() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
Creates a new FrameBodyENCR datatype.
FrameBodyENCR(FrameBodyENCR) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
 
FrameBodyENCR(String, byte, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
Creates a new FrameBodyENCR datatype.
FrameBodyENCR(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
Creates a new FrameBodyENCR datatype.
FrameBodyEncrypted - Class in org.jaudiotagger.tag.id3.framebody
Encrypted frame.
FrameBodyEncrypted(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEncrypted
Creates a new FrameBodyEncrypted dataType.
FrameBodyEncrypted(FrameBodyEncrypted) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEncrypted
 
FrameBodyEncrypted(String, ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEncrypted
Read from file
FrameBodyEQU2 - Class in org.jaudiotagger.tag.id3.framebody
Equalisation (2) This is another subjective, alignment frame.
FrameBodyEQU2() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEQU2
Creates a new FrameBodyEQU2 datatype.
FrameBodyEQU2(FrameBodyEQU2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEQU2
 
FrameBodyEQU2(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEQU2
Creates a new FrameBodyEQU2 datatype.
FrameBodyEQUA - Class in org.jaudiotagger.tag.id3.framebody
Equalisation frame.
FrameBodyEQUA() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEQUA
Creates a new FrameBodyEQUA dataType.
FrameBodyEQUA(FrameBodyEQUA) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyEQUA
 
FrameBodyETCO - Class in org.jaudiotagger.tag.id3.framebody
Event timing codes frame.
FrameBodyETCO() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Creates a new FrameBodyETCO datatype.
FrameBodyETCO(FrameBodyETCO) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
 
FrameBodyETCO(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Creates a new FrameBodyETCO datatype.
FrameBodyGEOB - Class in org.jaudiotagger.tag.id3.framebody
General encapsulated object frame.
FrameBodyGEOB() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
Creates a new FrameBodyGEOB datatype.
FrameBodyGEOB(FrameBodyGEOB) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
 
FrameBodyGEOB(byte, String, String, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
Creates a new FrameBodyGEOB datatype.
FrameBodyGEOB(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
Creates a new FrameBodyGEOB datatype.
FrameBodyGRID - Class in org.jaudiotagger.tag.id3.framebody
Group identification registration frame.
FrameBodyGRID() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
Creates a new FrameBodyGRID datatype.
FrameBodyGRID(FrameBodyGRID) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
FrameBodyGRID(String, byte, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
Creates a new FrameBodyGRID datatype.
FrameBodyGRID(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
Creates a new FrameBodyGRID datatype.
FrameBodyGRP1 - Class in org.jaudiotagger.tag.id3.framebody
iTunes grouping field introduced in 12.5.4.42, before that iTunes used TIT1 as is the norm, but it now uses that for Classical Work.
FrameBodyGRP1() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRP1
Creates a new FrameBodyTBPM datatype.
FrameBodyGRP1(FrameBodyGRP1) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRP1
 
FrameBodyGRP1(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRP1
Creates a new FrameBodyTBPM datatype.
FrameBodyGRP1(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyGRP1
Creates a new FrameBodyTBPM datatype.
FrameBodyIPLS - Class in org.jaudiotagger.tag.id3.framebody
The 'Involved people list' is intended as a mapping between functions like producer and names.
FrameBodyIPLS() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
Creates a new FrameBodyIPLS datatype.
FrameBodyIPLS(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
Creates a new FrameBodyIPLS data type.
FrameBodyIPLS(FrameBodyIPLS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
 
FrameBodyIPLS(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
Creates a new FrameBodyIPLS data type.
FrameBodyIPLS(FrameBodyTIPL) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
Convert from V4 to V3 Frame
FrameBodyIPLS(byte, List<Pair>) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
Construct from a set of pairs
FrameBodyLINK - Class in org.jaudiotagger.tag.id3.framebody
Linked information frame.
FrameBodyLINK() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
Creates a new FrameBodyLINK datatype.
FrameBodyLINK(FrameBodyLINK) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
FrameBodyLINK(String, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
Creates a new FrameBodyLINK datatype.
FrameBodyLINK(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
Creates a new FrameBodyLINK datatype.
FrameBodyMCDI - Class in org.jaudiotagger.tag.id3.framebody
Music CD identifier frame.
FrameBodyMCDI() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
Creates a new FrameBodyMCDI datatype.
FrameBodyMCDI(FrameBodyMCDI) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
 
FrameBodyMCDI(byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
Creates a new FrameBodyMCDI datatype.
FrameBodyMCDI(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
Creates a new FrameBodyMCDI datatype.
FrameBodyMLLT - Class in org.jaudiotagger.tag.id3.framebody
MPEG location lookup table frame.
FrameBodyMLLT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMLLT
Creates a new FrameBodyMLLT datatype.
FrameBodyMLLT(FrameBodyMLLT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMLLT
 
FrameBodyMVIN - Class in org.jaudiotagger.tag.id3.framebody
Apple defined Movement No/Total frame works the same way as the TRCK frame This is not an official standard frame, but Apple makes its own rules !
FrameBodyMVIN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
Creates a new FrameBodyTALB datatype.
FrameBodyMVIN(FrameBodyMVIN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
 
FrameBodyMVIN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
Creates a new FrameBodyTALB datatype.
FrameBodyMVIN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
Creates a new FrameBodyTALB datatype.
FrameBodyMVIN(byte, Integer, Integer) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
 
FrameBodyMVNM - Class in org.jaudiotagger.tag.id3.framebody
Apple defined Movement frame works the same way as regular Text Frames This is not an official standard frame, but Apple makes its own rules !
FrameBodyMVNM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVNM
Creates a new FrameBodyMVNM datatype.
FrameBodyMVNM(FrameBodyMVNM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVNM
 
FrameBodyMVNM(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVNM
Creates a new FrameBodyTRCK datatype, the value is parsed literally
FrameBodyMVNM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyMVNM
Creates a new FrameBodyTRCK datatype.
FrameBodyOWNE - Class in org.jaudiotagger.tag.id3.framebody
Ownership frame.
FrameBodyOWNE() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
Creates a new FrameBodyOWNE datatype.
FrameBodyOWNE(FrameBodyOWNE) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
 
FrameBodyOWNE(byte, String, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
Creates a new FrameBodyOWNE datatype.
FrameBodyOWNE(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
Creates a new FrameBodyOWNE datatype.
FrameBodyPCNT - Class in org.jaudiotagger.tag.id3.framebody
Play counter frame.
FrameBodyPCNT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
Creates a new FrameBodyPCNT datatype.
FrameBodyPCNT(FrameBodyPCNT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
 
FrameBodyPCNT(long) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
Creates a new FrameBodyPCNT datatype.
FrameBodyPCNT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
Creates a new FrameBodyPCNT datatype.
FrameBodyPIC - Class in org.jaudiotagger.tag.id3.framebody
ID3v22 Attached Picture
FrameBodyPIC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Creates a new FrameBodyPIC datatype.
FrameBodyPIC(FrameBodyPIC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
FrameBodyPIC(byte, String, byte, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Creates a new FrameBodyPIC datatype.
FrameBodyPIC(FrameBodyAPIC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Conversion from v2 PIC to v3/v4 APIC
FrameBodyPIC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Creates a new FrameBodyPIC datatype.
FrameBodyPOPM - Class in org.jaudiotagger.tag.id3.framebody
Popularimeter frame.
FrameBodyPOPM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
Creates a new FrameBodyPOPM datatype.
FrameBodyPOPM(FrameBodyPOPM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
FrameBodyPOPM(String, long, long) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
Creates a new FrameBodyPOPM datatype.
FrameBodyPOPM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
Creates a new FrameBodyPOPM datatype.
FrameBodyPOSS - Class in org.jaudiotagger.tag.id3.framebody
Position synchronisation frame.
FrameBodyPOSS() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
Creates a new FrameBodyPOSS datatype.
FrameBodyPOSS(FrameBodyPOSS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
 
FrameBodyPOSS(byte, long) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
Creates a new FrameBodyPOSS datatype.
FrameBodyPOSS(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
Creates a new FrameBodyPOSS datatype.
FrameBodyPRIV - Class in org.jaudiotagger.tag.id3.framebody
Private frame.
FrameBodyPRIV() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
Creates a new FrameBodyPRIV datatype.
FrameBodyPRIV(FrameBodyPRIV) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
FrameBodyPRIV(String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
Creates a new FrameBodyPRIV datatype.
FrameBodyPRIV(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
Creates a new FrameBodyPRIV datatype.
FrameBodyRBUF - Class in org.jaudiotagger.tag.id3.framebody
Body of Recommended buffer size frame, generally used for streaming audio
FrameBodyRBUF() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
Creates a new FrameBodyRBUF datatype.
FrameBodyRBUF(FrameBodyRBUF) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
 
FrameBodyRBUF(byte, boolean, byte) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
Creates a new FrameBodyRBUF datatype.
FrameBodyRBUF(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
Creates a new FrameBodyRBUF datatype.
FrameBodyRVA2 - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyRVA2() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
Creates a new FrameBodyRVA2 datatype.
FrameBodyRVA2(FrameBodyRVA2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
 
FrameBodyRVA2(FrameBodyRVAD) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
Convert from V3 to V4 Frame
FrameBodyRVA2(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
Creates a new FrameBodyRVAD datatype.
FrameBodyRVAD - Class in org.jaudiotagger.tag.id3.framebody
Relative volume adjustment frame.
FrameBodyRVAD() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
Creates a new FrameBodyRVAD datatype.
FrameBodyRVAD(FrameBodyRVAD) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
 
FrameBodyRVAD(FrameBodyRVA2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
Convert from V4 to V3 Frame
FrameBodyRVAD(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
Creates a new FrameBodyRVAD datatype.
FrameBodyRVRB - Class in org.jaudiotagger.tag.id3.framebody
Reverb frame.
FrameBodyRVRB() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
Creates a new FrameBodyRVRB datatype.
FrameBodyRVRB(FrameBodyRVRB) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
 
FrameBodyRVRB(short, short, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
Creates a new FrameBodyRVRB datatype.
FrameBodyRVRB(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
Creates a new FrameBodyRVRB datatype.
FrameBodySEEK - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodySEEK() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
Creates a new FrameBodySEEK datatype.
FrameBodySEEK(int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
Creates a new FrameBodySEEK datatype.
FrameBodySEEK(FrameBodySEEK) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
 
FrameBodySEEK(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
Creates a new FrameBodySEEK datatype.
FrameBodySIGN - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodySIGN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
Creates a new FrameBodySIGN datatype.
FrameBodySIGN(FrameBodySIGN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
FrameBodySIGN(byte, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
Creates a new FrameBodySIGN datatype.
FrameBodySIGN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
Creates a new FrameBodySIGN datatype.
FrameBodySYLT - Class in org.jaudiotagger.tag.id3.framebody
Synchronised lyrics/text frame.
FrameBodySYLT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Creates a new FrameBodySYLT datatype.
FrameBodySYLT(FrameBodySYLT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Copy Constructor
FrameBodySYLT(int, String, int, int, String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Creates a new FrameBodySYLT datatype.
FrameBodySYLT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Creates a new FrameBodySYLT datatype.
FrameBodySYTC - Class in org.jaudiotagger.tag.id3.framebody
Synchronised tempo codes frame.
FrameBodySYTC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Creates a new FrameBodySYTC datatype.
FrameBodySYTC(int, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
FrameBodySYTC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Creates a new FrameBody from buffer
FrameBodySYTC(FrameBodySYTC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Copy constructor
FrameBodyTALB - Class in org.jaudiotagger.tag.id3.framebody
Album/Movie/Show title Text information frame.
FrameBodyTALB() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTALB
Creates a new FrameBodyTALB datatype.
FrameBodyTALB(FrameBodyTALB) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTALB
 
FrameBodyTALB(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTALB
Creates a new FrameBodyTALB datatype.
FrameBodyTALB(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTALB
Creates a new FrameBodyTALB datatype.
FrameBodyTBPM - Class in org.jaudiotagger.tag.id3.framebody
Beats Per Minute Text information frame.
FrameBodyTBPM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTBPM
Creates a new FrameBodyTBPM datatype.
FrameBodyTBPM(FrameBodyTBPM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTBPM
 
FrameBodyTBPM(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTBPM
Creates a new FrameBodyTBPM datatype.
FrameBodyTBPM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTBPM
Creates a new FrameBodyTBPM datatype.
FrameBodyTCMP - Class in org.jaudiotagger.tag.id3.framebody
Is part of a Compilation (iTunes frame)
FrameBodyTCMP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
Creates a new FrameBodyTCMP datatype, with compilation enabled This is the preferred constructor to use because TCMP frames should not exist unless they are set to true
FrameBodyTCMP(FrameBodyTCMP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
 
FrameBodyTCMP(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
Creates a new FrameBodyTCMP datatype.
FrameBodyTCMP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
Creates a new FrameBodyTIT1 datatype.
FrameBodyTCOM - Class in org.jaudiotagger.tag.id3.framebody
Composer Text information frame.
FrameBodyTCOM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOM
Creates a new FrameBodyTCOM datatype.
FrameBodyTCOM(FrameBodyTCOM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOM
 
FrameBodyTCOM(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOM
Creates a new FrameBodyTCOM datatype.
FrameBodyTCOM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOM
Creates a new FrameBodyTCOM datatype.
FrameBodyTCON - Class in org.jaudiotagger.tag.id3.framebody
Content type Text information frame.
FrameBodyTCON() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Creates a new FrameBodyTCON datatype.
FrameBodyTCON(FrameBodyTCON) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
 
FrameBodyTCON(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Creates a new FrameBodyTCON datatype.
FrameBodyTCON(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
Creates a new FrameBodyTCON datatype.
FrameBodyTCOP - Class in org.jaudiotagger.tag.id3.framebody
Copyright message Text information frame.
FrameBodyTCOP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
Creates a new FrameBodyTCOP datatype.
FrameBodyTCOP(FrameBodyTCOP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
 
FrameBodyTCOP(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
Creates a new FrameBodyTCOP datatype.
FrameBodyTCOP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
Creates a new FrameBodyTCOP datatype.
FrameBodyTDAT - Class in org.jaudiotagger.tag.id3.framebody
Date Text information frame.
FrameBodyTDAT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
Creates a new FrameBodyTDAT datatype.
FrameBodyTDAT(FrameBodyTDAT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
FrameBodyTDAT(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
Creates a new FrameBodyTDAT datatype.
FrameBodyTDAT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
Creates a new FrameBodyTDAT datatype.
FrameBodyTDEN - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTDEN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDEN
Creates a new FrameBodyTDEN datatype.
FrameBodyTDEN(FrameBodyTDEN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDEN
 
FrameBodyTDEN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDEN
Creates a new FrameBodyTDEN datatype.
FrameBodyTDEN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDEN
Creates a new FrameBodyTDEN datatype.
FrameBodyTDLY - Class in org.jaudiotagger.tag.id3.framebody
Playlist delay Text information frame.
FrameBodyTDLY() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDLY
Creates a new FrameBodyTDLY datatype.
FrameBodyTDLY(FrameBodyTDLY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDLY
 
FrameBodyTDLY(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDLY
Creates a new FrameBodyTDLY datatype.
FrameBodyTDLY(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDLY
Creates a new FrameBodyTDLY datatype.
FrameBodyTDOR - Class in org.jaudiotagger.tag.id3.framebody
The 'Original release time' frame contains a timestamp describing when the original recording of the audio was released.
FrameBodyTDOR() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
Creates a new FrameBodyTDOR datatype.
FrameBodyTDOR(FrameBodyTDOR) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
 
FrameBodyTDOR(FrameBodyTORY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
When converting v3 TDAT to v4 TDRC frame
FrameBodyTDOR(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
Creates a new FrameBodyTDOR datatype.
FrameBodyTDOR(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
Creates a new FrameBodyTDOR datatype.
FrameBodyTDRC - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTDRC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
Creates a new FrameBodyTDRC datatype.
FrameBodyTDRC(FrameBodyTDRC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
FrameBodyTDRC(FrameBodyTYER) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
When converting v3 TYER to v4 TDRC frame
FrameBodyTDRC(FrameBodyTIME) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
When converting v3 TIME to v4 TDRC frame
FrameBodyTDRC(FrameBodyTDAT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
When converting v3 TDAT to v4 TDRC frame
FrameBodyTDRC(FrameBodyTRDA) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
When converting v3 TDRA to v4 TDRC frame
FrameBodyTDRC(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
Creates a new FrameBodyTDRC dataType.
FrameBodyTDRC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
Creates a new FrameBodyTDRC datatype from File
FrameBodyTDRL - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTDRL() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRL
Creates a new FrameBodyTDRL datatype.
FrameBodyTDRL(FrameBodyTDRL) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRL
 
FrameBodyTDRL(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRL
Creates a new FrameBodyTDRL datatype.
FrameBodyTDRL(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRL
Creates a new FrameBodyTDRL datatype.
FrameBodyTDTG - Class in org.jaudiotagger.tag.id3.framebody
The 'Tagging time' frame contains a timestamp describing then the audio was tagged.
FrameBodyTDTG() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDTG
Creates a new FrameBodyTDTG datatype.
FrameBodyTDTG(FrameBodyTDTG) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDTG
 
FrameBodyTDTG(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDTG
Creates a new FrameBodyTDTG datatype.
FrameBodyTDTG(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTDTG
Creates a new FrameBodyTDTG datatype.
FrameBodyTENC - Class in org.jaudiotagger.tag.id3.framebody
Encoded by Text information frame.
FrameBodyTENC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTENC
Creates a new FrameBodyTENC dataType.
FrameBodyTENC(FrameBodyTENC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTENC
 
FrameBodyTENC(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTENC
Creates a new FrameBodyTENC dataType.
FrameBodyTENC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTENC
Creates a new FrameBodyTENC dataType.
FrameBodyTEXT - Class in org.jaudiotagger.tag.id3.framebody
Lyricist/Text writer Text information frame.
FrameBodyTEXT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTEXT
Creates a new FrameBodyTEXT datatype.
FrameBodyTEXT(FrameBodyTEXT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTEXT
 
FrameBodyTEXT(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTEXT
Creates a new FrameBodyTEXT datatype.
FrameBodyTEXT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTEXT
Creates a new FrameBodyTEXT datatype.
FrameBodyTFLT - Class in org.jaudiotagger.tag.id3.framebody
File type Text information frame.
FrameBodyTFLT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTFLT
Creates a new FrameBodyTFLT datatype.
FrameBodyTFLT(FrameBodyTFLT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTFLT
 
FrameBodyTFLT(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTFLT
Creates a new FrameBodyTFLT datatype.
FrameBodyTFLT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTFLT
Creates a new FrameBodyTFLT datatype.
FrameBodyTIME - Class in org.jaudiotagger.tag.id3.framebody
Time Text information frame.
FrameBodyTIME() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
Creates a new FrameBodyTIME datatype.
FrameBodyTIME(FrameBodyTIME) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
 
FrameBodyTIME(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
Creates a new FrameBodyTIME datatype.
FrameBodyTIME(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
Creates a new FrameBodyTIME datatype.
FrameBodyTIPL - Class in org.jaudiotagger.tag.id3.framebody
The 'Involved people list' is intended as a mapping between functions like producer and names.
FrameBodyTIPL() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
Creates a new FrameBodyTIPL datatype.
FrameBodyTIPL(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
Creates a new FrameBodyTIPL data type.
FrameBodyTIPL(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
Creates a new FrameBodyTIPL data type.
FrameBodyTIPL(FrameBodyIPLS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
Convert from V3 to V4 Frame
FrameBodyTIPL(byte, List<Pair>) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
Construct from a set of pairs
FrameBodyTIT1 - Class in org.jaudiotagger.tag.id3.framebody
Content group description Text information frame.
FrameBodyTIT1() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT1
Creates a new FrameBodyTIT1 datatype.
FrameBodyTIT1(FrameBodyTIT1) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT1
 
FrameBodyTIT1(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT1
Creates a new FrameBodyTIT1 datatype.
FrameBodyTIT1(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT1
Creates a new FrameBodyTIT1 datatype.
FrameBodyTIT2 - Class in org.jaudiotagger.tag.id3.framebody
Title/Songname/Content description Text information frame.
FrameBodyTIT2() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT2
Creates a new FrameBodyTIT2 datatype.
FrameBodyTIT2(FrameBodyTIT2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT2
 
FrameBodyTIT2(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT2
Creates a new FrameBodyTIT2 datatype.
FrameBodyTIT2(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT2
Creates a new FrameBodyTIT2 datatype.
FrameBodyTIT3 - Class in org.jaudiotagger.tag.id3.framebody
Subtitle/Description refinement Text information frame.
FrameBodyTIT3() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT3
Creates a new FrameBodyTIT3 datatype.
FrameBodyTIT3(FrameBodyTIT3) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT3
 
FrameBodyTIT3(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT3
Creates a new FrameBodyTIT3 datatype.
FrameBodyTIT3(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT3
Creates a new FrameBodyTIT3 datatype.
FrameBodyTKEY - Class in org.jaudiotagger.tag.id3.framebody
Initial key Text information frame.
FrameBodyTKEY() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
Creates a new FrameBodyTKEY datatype.
FrameBodyTKEY(FrameBodyTKEY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
 
FrameBodyTKEY(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
Creates a new FrameBodyTKEY datatype.
FrameBodyTKEY(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
Creates a new FrameBodyTKEY datatype.
FrameBodyTLAN - Class in org.jaudiotagger.tag.id3.framebody
Language(s) Text information frame.
FrameBodyTLAN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
Creates a new FrameBodyTLAN datatype.
FrameBodyTLAN(FrameBodyTLAN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
 
FrameBodyTLAN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
Creates a new FrameBodyTLAN datatype.
FrameBodyTLAN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
Creates a new FrameBodyTLAN datatype.
FrameBodyTLEN - Class in org.jaudiotagger.tag.id3.framebody
Length Text information frame.
FrameBodyTLEN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLEN
Creates a new FrameBodyTLEN datatype.
FrameBodyTLEN(FrameBodyTLEN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLEN
 
FrameBodyTLEN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLEN
Creates a new FrameBodyTLEN datatype.
FrameBodyTLEN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTLEN
Creates a new FrameBodyTLEN datatype.
FrameBodyTMCL - Class in org.jaudiotagger.tag.id3.framebody
The 'Musician credits list' is intended as a mapping between instruments and the musician that played it.
FrameBodyTMCL() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
Creates a new FrameBodyTMCL datatype.
FrameBodyTMCL(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
Creates a new FrameBodyTMCL data type.
FrameBodyTMCL(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
Creates a new FrameBodyTMCL data type.
FrameBodyTMCL(FrameBodyIPLS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
Convert from V3 to V4 Frame
FrameBodyTMCL(byte, List<Pair>) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
Construct from a set of pairs
FrameBodyTMED - Class in org.jaudiotagger.tag.id3.framebody
Length Text information frame.
FrameBodyTMED() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMED
Creates a new FrameBodyTMED datatype.
FrameBodyTMED(FrameBodyTMED) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMED
 
FrameBodyTMED(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMED
Creates a new FrameBodyTMED datatype.
FrameBodyTMED(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMED
Creates a new FrameBodyTMED datatype.
FrameBodyTMOO - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTMOO() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
Creates a new FrameBodyTMOO datatype.
FrameBodyTMOO(FrameBodyTMOO) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
 
FrameBodyTMOO(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
Creates a new FrameBodyTMOO datatype.
FrameBodyTMOO(FrameBodyTXXX) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
 
FrameBodyTMOO(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
Creates a new FrameBodyTMOO datatype.
FrameBodyTOAL - Class in org.jaudiotagger.tag.id3.framebody
Original album/movie/show title Text information frame.
FrameBodyTOAL() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
Creates a new FrameBodyTOAL datatype.
FrameBodyTOAL(FrameBodyTOAL) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
 
FrameBodyTOAL(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
Creates a new FrameBodyTOAL datatype.
FrameBodyTOAL(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
Creates a new FrameBodyTOAL datatype.
FrameBodyTOFN - Class in org.jaudiotagger.tag.id3.framebody
Original filename Text information frame.
FrameBodyTOFN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOFN
Creates a new FrameBodyTOFN datatype.
FrameBodyTOFN(FrameBodyTOFN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOFN
 
FrameBodyTOFN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOFN
Creates a new FrameBodyTOFN datatype.
FrameBodyTOFN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOFN
Creates a new FrameBodyTOFN datatype.
FrameBodyTOLY - Class in org.jaudiotagger.tag.id3.framebody
Original lyricist(s)/text writer(s) Text information frame.
FrameBodyTOLY() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOLY
Creates a new FrameBodyTOLY datatype.
FrameBodyTOLY(FrameBodyTOLY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOLY
 
FrameBodyTOLY(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOLY
Creates a new FrameBodyTOLY datatype.
FrameBodyTOLY(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOLY
Creates a new FrameBodyTOLY datatype.
FrameBodyTOPE - Class in org.jaudiotagger.tag.id3.framebody
Original artist(s)/performer(s) Text information frame.
FrameBodyTOPE() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOPE
Creates a new FrameBodyTOPE datatype.
FrameBodyTOPE(FrameBodyTOPE) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOPE
 
FrameBodyTOPE(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOPE
Creates a new FrameBodyTOPE datatype.
FrameBodyTOPE(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOPE
Creates a new FrameBodyTOPE datatype.
FrameBodyTORY - Class in org.jaudiotagger.tag.id3.framebody
Original release year Text information frame.
FrameBodyTORY() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
Creates a new FrameBodyTORY datatype.
FrameBodyTORY(FrameBodyTORY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
 
FrameBodyTORY(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
Creates a new FrameBodyTORY datatype.
FrameBodyTORY(FrameBodyTDOR) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
When converting v4 TDOR to v3 TORY frame
FrameBodyTORY(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
Creates a new FrameBodyTORY datatype.
FrameBodyTOWN - Class in org.jaudiotagger.tag.id3.framebody
File owner/licensee Text information frame.
FrameBodyTOWN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOWN
Creates a new FrameBodyTOWN datatype.
FrameBodyTOWN(FrameBodyTOWN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOWN
 
FrameBodyTOWN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOWN
Creates a new FrameBodyTOWN datatype.
FrameBodyTOWN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTOWN
Creates a new FrameBodyTOWN datatype.
FrameBodyTPE1 - Class in org.jaudiotagger.tag.id3.framebody
Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group Text information frame.
FrameBodyTPE1() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE1(FrameBodyTPE1) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
 
FrameBodyTPE1(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE1(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE2 - Class in org.jaudiotagger.tag.id3.framebody
Band/Orchestra/Accompaniment Text information frame.
FrameBodyTPE2() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE2
Creates a new FrameBodyTPE2 datatype.
FrameBodyTPE2(FrameBodyTPE2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE2
 
FrameBodyTPE2(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE2
Creates a new FrameBodyTPE2 datatype.
FrameBodyTPE2(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE2
Creates a new FrameBodyTPE2 datatype.
FrameBodyTPE3 - Class in org.jaudiotagger.tag.id3.framebody
Conductor Text information frame.
FrameBodyTPE3() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE3
Creates a new FrameBodyTPE3 datatype.
FrameBodyTPE3(FrameBodyTPE3) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE3
 
FrameBodyTPE3(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE3
Creates a new FrameBodyTPE3 datatype.
FrameBodyTPE3(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE3
Creates a new FrameBodyTPE3 datatype.
FrameBodyTPE4 - Class in org.jaudiotagger.tag.id3.framebody
Interpreted, remixed, or otherwise modified by Text information frame.
FrameBodyTPE4() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE4
Creates a new FrameBodyTPE4 datatype.
FrameBodyTPE4(FrameBodyTPE4) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE4
 
FrameBodyTPE4(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE4
Creates a new FrameBodyTPE4 datatype.
FrameBodyTPE4(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE4
Creates a new FrameBodyTPE4 datatype.
FrameBodyTPOS - Class in org.jaudiotagger.tag.id3.framebody
Part of a set Text information frame.
FrameBodyTPOS() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
Creates a new FrameBodyTRCK datatype.
FrameBodyTPOS(FrameBodyTPOS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
FrameBodyTPOS(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
Creates a new FrameBodyTRCK datatype, the value is parsed literally
FrameBodyTPOS(byte, Integer, Integer) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
FrameBodyTPOS(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
Creates a new FrameBodyTRCK datatype.
FrameBodyTPRO - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTPRO() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPRO
Creates a new FrameBodyTPRO datatype.
FrameBodyTPRO(FrameBodyTPRO) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPRO
 
FrameBodyTPRO(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPRO
Creates a new FrameBodyTPRO datatype.
FrameBodyTPRO(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPRO
Creates a new FrameBodyTPRO datatype.
FrameBodyTPUB - Class in org.jaudiotagger.tag.id3.framebody
Publisher Text information frame.
FrameBodyTPUB() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPUB
Creates a new FrameBodyTPUB datatype.
FrameBodyTPUB(FrameBodyTPUB) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPUB
 
FrameBodyTPUB(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPUB
Creates a new FrameBodyTPUB datatype.
FrameBodyTPUB(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTPUB
Creates a new FrameBodyTPUB datatype.
FrameBodyTRCK - Class in org.jaudiotagger.tag.id3.framebody
Track number/position in set Text Information frame.
FrameBodyTRCK() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
Creates a new FrameBodyTRCK datatype.
FrameBodyTRCK(FrameBodyTRCK) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
FrameBodyTRCK(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
Creates a new FrameBodyTRCK datatype, the value is parsed literally
FrameBodyTRCK(byte, Integer, Integer) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
FrameBodyTRCK(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
Creates a new FrameBodyTRCK datatype.
FrameBodyTRDA - Class in org.jaudiotagger.tag.id3.framebody
Recording dates Text information frame.
FrameBodyTRDA() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRDA
Creates a new FrameBodyTRDA datatype.
FrameBodyTRDA(FrameBodyTRDA) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRDA
 
FrameBodyTRDA(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRDA
Creates a new FrameBodyTRDA datatype.
FrameBodyTRDA(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRDA
Creates a new FrameBodyTRDA datatype.
FrameBodyTRSN - Class in org.jaudiotagger.tag.id3.framebody
Internet radio station name Text information frame.
FrameBodyTRSN() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSN
Creates a new FrameBodyTRSN datatype.
FrameBodyTRSN(FrameBodyTRSN) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSN
 
FrameBodyTRSN(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSN
Creates a new FrameBodyTRSN datatype.
FrameBodyTRSN(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSN
Creates a new FrameBodyTRSN datatype.
FrameBodyTRSO - Class in org.jaudiotagger.tag.id3.framebody
Internet radio station owner Text information frame.
FrameBodyTRSO() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSO
Creates a new FrameBodyTRSO datatype.
FrameBodyTRSO(FrameBodyTRSO) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSO
 
FrameBodyTRSO(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSO
Creates a new FrameBodyTRSO datatype.
FrameBodyTRSO(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSO
Creates a new FrameBodyTRSO datatype.
FrameBodyTSIZ - Class in org.jaudiotagger.tag.id3.framebody
Size Text information frame.
FrameBodyTSIZ() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSIZ
Creates a new FrameBodyTSIZ datatype.
FrameBodyTSIZ(FrameBodyTSIZ) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSIZ
 
FrameBodyTSIZ(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSIZ
Creates a new FrameBodyTSIZ datatype.
FrameBodyTSIZ(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSIZ
Creates a new FrameBodyTSIZ datatype.
FrameBodyTSO2 - Class in org.jaudiotagger.tag.id3.framebody
Album Artist Sort name ( iTunes Only)
FrameBodyTSO2() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSO2
Creates a new FrameBodyTSOA datatype.
FrameBodyTSO2(FrameBodyTSO2) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSO2
 
FrameBodyTSO2(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSO2
Creates a new FrameBodyTSOA datatype.
FrameBodyTSO2(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSO2
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOA - Class in org.jaudiotagger.tag.id3.framebody
Album Sort name
FrameBodyTSOA() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOA
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOA(FrameBodyTSOA) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOA
 
FrameBodyTSOA(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOA
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOA(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOA
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOC - Class in org.jaudiotagger.tag.id3.framebody
Composer Sort name (iTunes Only)
FrameBodyTSOC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOC
Creates a new FrameBodyTSOC datatype.
FrameBodyTSOC(FrameBodyTSOC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOC
 
FrameBodyTSOC(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOC
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOC
Creates a new FrameBodyTSOA datatype.
FrameBodyTSOP - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTSOP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOP
Creates a new FrameBodyTSOP datatype.
FrameBodyTSOP(FrameBodyTSOP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOP
 
FrameBodyTSOP(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOP
Creates a new FrameBodyTSOP datatype.
FrameBodyTSOP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOP
Creates a new FrameBodyTSOP datatype.
FrameBodyTSOT - Class in org.jaudiotagger.tag.id3.framebody
Title Sort name
FrameBodyTSOT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOT
Creates a new FrameBodyTSOT datatype.
FrameBodyTSOT(FrameBodyTSOT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOT
 
FrameBodyTSOT(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOT
Creates a new FrameBodyTSOT datatype.
FrameBodyTSOT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOT
Creates a new FrameBodyTSOT datatype.
FrameBodyTSRC - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTSRC() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSRC
Creates a new FrameBodyTSRC datatype.
FrameBodyTSRC(FrameBodyTSRC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSRC
 
FrameBodyTSRC(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSRC
Creates a new FrameBodyTSRC datatype.
FrameBodyTSRC(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSRC
Creates a new FrameBodyTSRC datatype.
FrameBodyTSSE - Class in org.jaudiotagger.tag.id3.framebody
Software/Hardware and settings used for encoding Text information frame.
FrameBodyTSSE() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSSE
Creates a new FrameBodyTSSE datatype.
FrameBodyTSSE(FrameBodyTSSE) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSSE
 
FrameBodyTSSE(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSSE
Creates a new FrameBodyTSSE datatype.
FrameBodyTSSE(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSSE
Creates a new FrameBodyTSSE datatype.
FrameBodyTSST - Class in org.jaudiotagger.tag.id3.framebody
 
FrameBodyTSST() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSST
Creates a new FrameBodyTSST datatype.
FrameBodyTSST(FrameBodyTSST) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSST
 
FrameBodyTSST(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSST
Creates a new FrameBodyTSST datatype.
FrameBodyTSST(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTSST
Creates a new FrameBodyTSST datatype.
FrameBodyTXXX - Class in org.jaudiotagger.tag.id3.framebody
User defined text information frame This frame is intended for one-string text information concerning the audio file in a similar way to the other "T"-frames.
FrameBodyTXXX() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Creates a new FrameBodyTXXX datatype.
FrameBodyTXXX(FrameBodyTMOO) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Convert from V4 TMOO Frame to V3 Frame
FrameBodyTXXX(FrameBodyTXXX) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
FrameBodyTXXX(byte, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Creates a new FrameBodyTXXX datatype.
FrameBodyTXXX(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Creates a new FrameBodyTXXX datatype.
FrameBodyTYER - Class in org.jaudiotagger.tag.id3.framebody
Year Text information frame.
FrameBodyTYER() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
Creates a new FrameBodyTYER datatype.
FrameBodyTYER(FrameBodyTYER) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
 
FrameBodyTYER(FrameBodyTDRC) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
When converting v4 TDRC frame to v3 TYER
FrameBodyTYER(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
Creates a new FrameBodyTYER datatype.
FrameBodyTYER(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
Creates a new FrameBodyTYER datatype.
FrameBodyUFID - Class in org.jaudiotagger.tag.id3.framebody
A UFID Framebody consists of an owner that identifies the server hosting the unique identifier database, and the unique identifier itself which can be up to 64 bytes in length.
FrameBodyUFID() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
Creates a new FrameBodyUFID datatype.
FrameBodyUFID(FrameBodyUFID) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
FrameBodyUFID(String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
Creates a new FrameBodyUFID datatype.
FrameBodyUFID(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
Creates FrameBodyUFID datatype from buffer
FrameBodyUnsupported - Class in org.jaudiotagger.tag.id3.framebody
Represents a framebody for a frame identifier jaudiotagger has not implemented a framebody for.
FrameBodyUnsupported() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Deprecated.
because no identifier set
FrameBodyUnsupported(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Creates a new FrameBodyUnsupported
FrameBodyUnsupported(String, byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Create a new FrameBodyUnsupported
FrameBodyUnsupported(byte[]) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Deprecated.
because no identifier set
FrameBodyUnsupported(FrameBodyUnsupported) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Copy constructor
FrameBodyUnsupported(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Creates a new FrameBodyUnsupported datatype.
FrameBodyUSER - Class in org.jaudiotagger.tag.id3.framebody
Terms of use frame.
FrameBodyUSER() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
Creates a new FrameBodyUSER datatype.
FrameBodyUSER(FrameBodyUSER) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
 
FrameBodyUSER(byte, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
Creates a new FrameBodyUSER datatype.
FrameBodyUSER(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
Create a new FrameBodyUser by reading from byte buffer
FrameBodyUSLT - Class in org.jaudiotagger.tag.id3.framebody
Unsychronised lyrics/text transcription frame.
FrameBodyUSLT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Creates a new FrameBodyUSLT dataType.
FrameBodyUSLT(FrameBodyUSLT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Copy constructor
FrameBodyUSLT(byte, String, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Creates a new FrameBodyUSLT datatype.
FrameBodyUSLT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Creates a new FrameBodyUSLT datatype, populated from buffer
FrameBodyWCOM - Class in org.jaudiotagger.tag.id3.framebody
Commercial information URL link frames.
FrameBodyWCOM() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOM
Creates a new FrameBodyWCOM datatype.
FrameBodyWCOM(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOM
Creates a new FrameBodyWCOM datatype.
FrameBodyWCOM(FrameBodyWCOM) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOM
 
FrameBodyWCOM(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOM
Creates a new FrameBodyWCOM datatype.
FrameBodyWCOP - Class in org.jaudiotagger.tag.id3.framebody
Copyright/Legal information URL link frames.
FrameBodyWCOP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOP
Creates a new FrameBodyWCOP datatype.
FrameBodyWCOP(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOP
Creates a new FrameBodyWCOP datatype.
FrameBodyWCOP(FrameBodyWCOP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOP
 
FrameBodyWCOP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOP
Creates a new FrameBodyWCOP datatype.
FrameBodyWOAF - Class in org.jaudiotagger.tag.id3.framebody
Official audio file webpage URL link frames.
FrameBodyWOAF() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAF
Creates a new FrameBodyWOAF datatype.
FrameBodyWOAF(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAF
Creates a new FrameBodyWOAF datatype.
FrameBodyWOAF(FrameBodyWOAF) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAF
 
FrameBodyWOAF(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAF
Creates a new FrameBodyWOAF datatype.
FrameBodyWOAR - Class in org.jaudiotagger.tag.id3.framebody
Official artist/performer webpage URL link frames.
FrameBodyWOAR() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAR
Creates a new FrameBodyWOAR datatype.
FrameBodyWOAR(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAR
Creates a new FrameBodyWOAR datatype.
FrameBodyWOAR(FrameBodyWOAR) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAR
 
FrameBodyWOAR(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAR
Creates a new FrameBodyWOAR datatype.
FrameBodyWOAS - Class in org.jaudiotagger.tag.id3.framebody
Official audio source webpage URL link frames.
FrameBodyWOAS() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAS
Creates a new FrameBodyWOAS datatype.
FrameBodyWOAS(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAS
Creates a new FrameBodyWOAS datatype.
FrameBodyWOAS(FrameBodyWOAS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAS
 
FrameBodyWOAS(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAS
Creates a new FrameBodyWOAS datatype.
FrameBodyWORS - Class in org.jaudiotagger.tag.id3.framebody
Official internet radio station homepage URL link frames.
FrameBodyWORS() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
Creates a new FrameBodyWORS datatype.
FrameBodyWORS(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
Creates a new FrameBodyWORS datatype.
FrameBodyWORS(FrameBodyWORS) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
 
FrameBodyWORS(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
Creates a new FrameBodyWORS datatype.
FrameBodyWPAY - Class in org.jaudiotagger.tag.id3.framebody
Payment URL link frames.
FrameBodyWPAY() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPAY
Creates a new FrameBodyWPAY datatype.
FrameBodyWPAY(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPAY
Creates a new FrameBodyWPAY datatype.
FrameBodyWPAY(FrameBodyWPAY) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPAY
 
FrameBodyWPAY(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPAY
Creates a new FrameBodyWPAY datatype.
FrameBodyWPUB - Class in org.jaudiotagger.tag.id3.framebody
Publishers official webpage URL link frames.
FrameBodyWPUB() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPUB
Creates a new FrameBodyWPUB datatype.
FrameBodyWPUB(String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPUB
Creates a new FrameBodyWPUB datatype.
FrameBodyWPUB(FrameBodyWPUB) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPUB
 
FrameBodyWPUB(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWPUB
Creates a new FrameBodyWPUB datatype.
FrameBodyWXXX - Class in org.jaudiotagger.tag.id3.framebody
Represents a user defined url
FrameBodyWXXX() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Creates a new FrameBodyWXXX datatype.
FrameBodyWXXX(FrameBodyWXXX) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
FrameBodyWXXX(byte, String, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Creates a new FrameBodyWXXX datatype.
FrameBodyWXXX(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Creates a new FrameBodyWXXX datatype by reading from file.
FrameBodyXSOA - Class in org.jaudiotagger.tag.id3.framebody
Album Sort name, this is what MusicBrainz uses in ID3v23 because TSOA not supported.
FrameBodyXSOA() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOA
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOA(FrameBodyXSOA) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOA
 
FrameBodyXSOA(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOA
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOA(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOA
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOP - Class in org.jaudiotagger.tag.id3.framebody
Artist Sort name, this is what MusicBrainz uses in ID3v23 because TSOP not supported.
FrameBodyXSOP() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOP
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOP(FrameBodyXSOP) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOP
 
FrameBodyXSOP(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOP
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOP(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOP
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOT - Class in org.jaudiotagger.tag.id3.framebody
Title Sort name, this is what MusicBrainz uses in ID3v23 because TSOT not supported.
FrameBodyXSOT() - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOT
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOT(FrameBodyXSOT) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOT
 
FrameBodyXSOT(byte, String) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOT
Creates a new FrameBodyTSOT datatype.
FrameBodyXSOT(ByteBuffer, int) - Constructor for class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOT
Creates a new FrameBodyTSOT datatype.
frameMap - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Map of all frames for this tag
frames - Variable in class org.jaudiotagger.tag.id3.AggregatedFrame
 
frameSize - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
FRAMING_BIT_VALID_VALUE - Static variable in class org.jaudiotagger.audio.ogg.OggVorbisCommentTagCreator
 
FRM8_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.dff.Frm8Chunk
 
Frm8Chunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
FrteChunk - Class in org.jaudiotagger.audio.dff
FS Chunk.
FrteChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.FrteChunk
 
FsChunk - Class in org.jaudiotagger.audio.dff
FS Chunk.
FsChunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.FsChunk
 
FullRequestInputStream - Class in org.jaudiotagger.audio.asf.io
This implementation repeatedly reads from the wrapped input stream until the requested amount of bytes are read.
FullRequestInputStream(InputStream) - Constructor for class org.jaudiotagger.audio.asf.io.FullRequestInputStream
Creates an instance.

G

GenericAudioHeader - Class in org.jaudiotagger.audio.generic
This class represents a structure for storing and retrieving information about the codec respectively the encoding parameters.
Most of the parameters are available for nearly each audio format.
GenericAudioHeader() - Constructor for class org.jaudiotagger.audio.generic.GenericAudioHeader
Creates an instance with emtpy values.
GenericTag - Class in org.jaudiotagger.audio.generic
This is a complete example implementation of AbstractTag
GenericTag() - Constructor for class org.jaudiotagger.audio.generic.GenericTag
 
GenericTag.GenericTagTextField - Class in org.jaudiotagger.audio.generic
Implementations of TagTextField for use with "ISO-8859-1" strings.
GenericTagTextField(String, String) - Constructor for class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
Creates an instance.
genre - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
GENRE_UNDEFINED - Static variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
GenreTypes - Class in org.jaudiotagger.tag.reference
Genre list
get(String) - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffChunkType
Get AiffChunkType for code (e.g.
get(String) - Static method in enum org.jaudiotagger.audio.dff.DffChunkType
Get DsfChunkType for code (e.g.
get(String) - Static method in enum org.jaudiotagger.audio.dsf.DsfChunkType
Get DsfChunkType for code (e.g.
get(String) - Static method in enum org.jaudiotagger.audio.wav.WavChunkType
Get WavChunkType for code (e.g.
get(String) - Static method in enum org.jaudiotagger.tag.id3.valuepair.StandardIPLSKey
 
get(Mp4FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Retrieve the values that exists for this mp4keyId (this is the internalid actually used)
get(VorbisCommentFieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Retrieve the first value that exists for this vorbis comment key
getAbsoluteGranulePosition() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getActiveTag() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getAdditionalData() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
getAdditionalData(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
getAdditionalInformation() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
 
geTagger() - Method in enum org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
 
getAlbum() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getAlbum() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
 
getAll(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getAll() - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getAll(FieldKey) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getAll(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
Maps the generic key to the specific key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Maps the generic key to the ogg key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
Maps the generic key to the specific key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Maps the generic key to the id3 key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Maps the generic key to the ogg key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Maps the generic key to the id3 key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Overridden because GENRE can need converting of data to ID3v23 format and YEAR key is specially processed by getFields() for ID3
getAll(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Maps the generic key to the id3 key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Maps the generic key to the specific key and return the list of values for this field as strings
getAll(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
Retrieve all String values that exist for this generic key
getAll(FieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Maps the generic key to the ogg key and return the list of values for this field as strings
getAll(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
Maps the generic key to the specific key and return the list of values for this field as strings
getAllowsChildren() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if this node is allowed to have children.
getAllowsChildren() - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns true if the receiver allows children.
getAlphabeticalValueList() - Method in class org.jaudiotagger.tag.datatype.AbstractValuePair
Get list in alphabetical order
getAlphabeticalValueList() - Method in class org.jaudiotagger.tag.id3.valuepair.V2GenreTypes
 
getAnnotations() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return list of all annotations
getApplicationIdentifiers() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return list of all application identifiers
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.AsfExtHeaderReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in interface org.jaudiotagger.audio.asf.io.ChunkReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.ContentBrandingReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.ContentDescriptionReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.FileHeaderReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.LanguageListReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.MetadataReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getApplyingIds() - Method in class org.jaudiotagger.audio.asf.io.StreamChunkReader
Returns the GUIDs identifying the types of chunk, this reader will parse.
getArtist() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getArtist() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
 
getArtworkBinaryData() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Retrieve artwork raw data when using the deprecated COVERART format
getArtworkList() - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getArtworkList() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getArtworkList() - Method in class org.jaudiotagger.tag.asf.AsfTag
 
getArtworkList() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getArtworkList() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getArtworkList() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
getArtworkList() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
getArtworkList() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
getArtworkList() - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
getArtworkList() - Method in interface org.jaudiotagger.tag.Tag
 
getArtworkList() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
getArtworkList() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getArtworkMimeType() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Retrieve artwork mimeType when using deprecated COVERART format
getAsfFieldKey(String) - Static method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Searches for an ASF field key which represents the given id string.
getAsfFields() - Method in class org.jaudiotagger.tag.asf.AsfTag
This method iterates through all stored fields.
This method can only be used if this class has been created with field conversion turned on.
getAudioDataEndPosition() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getAudioDataEndPosition() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getAudioDataEndPosition() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getAudioDataLength() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getAudioDataLength() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getAudioDataLength() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
TODO (Was origjnally added for Wavs)
getAudioDataStartPosition() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getAudioDataStartPosition() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getAudioDataStartPosition() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getAudioHeader() - Method in class org.jaudiotagger.audio.AudioFile
Return audio header information
getAudioProfile() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
Get audio profile, usually AAC Low Complexity
getAudioSize() - Method in class org.jaudiotagger.audio.mp3.VbriFrame
 
getAudioSize() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
getAudioStreamChunk() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
This method returns the first audio stream chunk found in the asf file or stream.
getAuthor() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return the author
getAuthor() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
getAuthor() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
 
getAuthor() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
 
getAverageBytesPerSec() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getAvgBitrate(int) - Method in class org.jaudiotagger.audio.asf.data.StreamBitratePropertiesChunk
Returns the average bitrate of the given stream.
getAvgBitrate() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
getBannerImageURL() - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Returns the banner image URL.
getBaseFilename(File) - Static method in class org.jaudiotagger.audio.AudioFile
 
getBaseFilenameForTempFile(File) - Static method in class org.jaudiotagger.audio.generic.Utils
Get a base for temp file, this should be long enough so that it easy to work out later what file the temp file was created for if it is left lying round, but not ridiculously long as this can cause problems with max filename limits and is not very useful.
getBinaryData() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getBinaryData() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getBinaryData() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getBitPosition() - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
getBitRate() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getBitRate() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getBitRate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getBitRate() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getBitRate() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getBitRateAsNumber() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getBitRateAsNumber() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns the bitRate of the represented audio clip in "Kbps".
getBitRateAsNumber() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getBitsPerSample() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getBitsPerSample() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getBitsPerSample() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getBitsPerSample() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getBitsPerSample() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getBlockAlignment() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getBlockType() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
getBody() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Get the framebody associated with this datatype
getBody() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrame
Returns the body datatype for this fragment.
getBoolean() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the value of the MetadataDescriptor as a Boolean.
getBoxHeader(DefaultMutableTreeNode) - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getBrand() - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
getBriefDescription() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
This method calls toString for all it's objects and appends them without any newline characters.
getBriefDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
 
getByCode(String) - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
getByCode(String) - Static method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
Get WavInfoIdentifier for code (e.g.
getByCode(Integer) - Static method in enum org.jaudiotagger.audio.wav.WavSubFormat
 
getByFieldKey(FieldKey) - Static method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
Get WavInfoIdentifier for code (e.g.
getByteData() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
Return raw byte data only vaid for byte fields
getByteRate() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getByteRate() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getByteRate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
TODO (Was originally added for Wavs)
getBytes() - Method in class org.jaudiotagger.audio.asf.data.GUID
This method returns the GUID as an array of bytes.
getBytes() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
getBytes(long, int) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This method will create a byte[] at the size of byteCount and insert the bytes of value (starting from lowset byte) into it.
getBytes(String, Charset) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Convenience method to convert the given string into a byte sequence which has the format of the charset given.
getBytes() - Method in interface org.jaudiotagger.audio.flac.metadatablock.MetadataBlockData
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataApplication
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataCueSheet
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPadding
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataSeekTable
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getBytes() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
getBytes() - Method in class org.jaudiotagger.audio.real.RealChunk
 
getBytesWithLastBlockFlag() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
getBytesWithoutIsLastBlockFlag() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
getChannelCount() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getChannelMode() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getChannelModeAsString() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getChannelNumber() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns the number of audio channels the clip contains.
(The stereo, mono thing).
getChannelNumber() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getChannels() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getChannels() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getChannels() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getChannels() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getCharsetForId(int) - Method in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
Allows direct lookup of the Charset instance via an id.
getCheckSum() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getChild(Object, int) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Returns the child of parent at index index in the parent's child array.
getChildAfter(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately follows aChild, which must be a child of this node.
getChildAt(int) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the child at the specified index in this node's child array.
getChildAt(int) - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns the child TreeNode at index childIndex.
getChildBefore(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately precedes aChild, which must be a child of this node.
getChildCount() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the number of children of this node.
getChildCount(Object) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns the number of children of parent.
getChildCount(Object) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Returns the number of children of parent.
getChildCount() - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns the number of children TreeNodes the receiver contains.
getChildIndices() - Method in class org.jaudiotagger.utils.tree.TreeModelEvent
Returns the values of the child indexes.
getChildren() - Method in class org.jaudiotagger.utils.tree.TreeModelEvent
Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
getChunckEnd() - Method in class org.jaudiotagger.audio.asf.data.Chunk
Deprecated.
typo, use Chunk.getChunkEnd() instead.
getChunkBeforeFirstMetadataTag(WavTag) - Static method in class org.jaudiotagger.audio.wav.chunk.WavChunkSummary
Get chunk before the first metadata tag
getChunkBeforeStartingMetadataTag(AiffTag) - Static method in class org.jaudiotagger.audio.aiff.chunk.AiffChunkSummary
Get chunk before starting metadata tag
getChunkCount() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
Returns the amount of chunks, when this instance was created.
If chunks have been added, this won't be reflected with this call.
For that use ChunkContainer.getChunks().
getChunkEnd() - Method in class org.jaudiotagger.audio.asf.data.Chunk
This method returns the End of the current chunk introduced by current header object.
getChunkEnd() - Method in class org.jaudiotagger.audio.dff.BaseChunk
 
getChunkId() - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
getChunkLength() - Method in class org.jaudiotagger.audio.asf.data.Chunk
 
getChunks() - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
Returns a collection of all contained chunks.
getChunkSize() - Method in class org.jaudiotagger.audio.dff.BaseChunk
 
getChunkSize() - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
getChunkSizeLength() - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
getChunkStart() - Method in class org.jaudiotagger.audio.dff.BaseChunk
 
getChunkSummaryList() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getChunkSummaryList() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getCode() - Method in enum org.jaudiotagger.audio.aiff.AiffType
 
getCode() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffChunkType
4 char type code.
getCode() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
getCode() - Method in enum org.jaudiotagger.audio.dff.DffChunkType
4 char type code.
getCode() - Method in enum org.jaudiotagger.audio.dsf.DsfChunkType
4 char type code.
getCode() - Method in enum org.jaudiotagger.audio.wav.chunk.WavCorruptChunkType
 
getCode() - Method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
 
getCode() - Method in enum org.jaudiotagger.audio.wav.WavChunkType
4 char type code.
getCode() - Method in enum org.jaudiotagger.audio.wav.WavSubFormat
 
getCode() - Method in enum org.jaudiotagger.tag.reference.ISOCountry.Country
 
getCode() - Method in enum org.jaudiotagger.tag.reference.ISOScript.Script
 
getCodecData() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getCodecDescription() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
This method will take a look at AudioStreamChunk.compressionFormatand returns a String with its hex value and if known a textual note on what coded it represents.
getCodecId() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
getCodecIdAsString() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
Returns the VideoStreamChunk.getCodecId(), as a String, where each byte has been converted to a char.
getColourDepth() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getComment() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
getComment() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getCommentHeaderSize() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
 
getCommentHeaderStartPosition() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
 
getComments() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return list of all comments
getCompatibleBrands() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
getCompression() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
getCompression() - Method in class org.jaudiotagger.audio.dff.CmprChunk
 
getCompressionFormat() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getConfigured(GUID) - Static method in class org.jaudiotagger.audio.asf.data.GUID
This method looks up a GUID instance from GUID.KNOWN_GUIDS which matches the value of the given GUID.
getContainerGUID() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
getContainerType() - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Returns the type of container this instance represents.
getContainerType() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the container type this descriptor ist restricted to.
getContent() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
getContent() - Method in class org.jaudiotagger.tag.asf.AsfTagTextField
 
getContent() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Returns the content of the field.
getContent() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
Returns the content of the underlying frames in order.
getContent() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
getContent() - Method in class org.jaudiotagger.tag.id3.TyerTdatAggregatedFrame
 
getContent() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
getContent() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getContent() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
getContent() - Method in interface org.jaudiotagger.tag.TagTextField
Returns the content of the field.
getContent() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
getContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
 
getContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getContentType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
 
getCopyright() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return the copyright.
getCopyRight() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
getCopyright() - Method in class org.jaudiotagger.tag.asf.AsfTag
Returns a list of stored copyrights.
getCopyRightURL() - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Returns the copyright URL.
getCorrectDecoder(ByteBuffer) - Method in class org.jaudiotagger.tag.datatype.AbstractString
If they have specified UTF-16 then decoder works out by looking at BOM but if missing we have to make an educated guess otherwise just use specified decoder
getCount() - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
 
getCount() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
getCountAsText() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
Get Count including padded if padding is enabled
getCounter() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
 
getCounter() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
getCountryByCode(String) - Static method in class org.jaudiotagger.tag.reference.ISOCountry
 
getCountryByDescription(String) - Static method in class org.jaudiotagger.tag.reference.ISOCountry
 
getCrc32() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getCurrentAsfChunkSize() - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
This method calculates the total amount of bytes, the chunk would consume in an ASF file.
getCurrentAsfChunkSize() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
This method calculates the total amount of bytes, the chunk would consume in an ASF file.
getCurrentAsfChunkSize() - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
This method calculates the total amount of bytes, the chunk would consume in an ASF file.
getCurrentAsfChunkSize() - Method in interface org.jaudiotagger.audio.asf.io.WriteableChunk
This method calculates the total amount of bytes, the chunk would consume in an ASF file.
getCurrentAsfSize(ContainerType) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the size (in bytes) this descriptor will take when written to an ASF file.
getData() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlock
 
getData() - Method in class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
 
getData() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
getData() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
getData() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
getDataAndHeaderSize() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
 
getDataBuffer() - Method in class org.jaudiotagger.audio.dsf.ID3Chunk
 
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
Used when creating raw content
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
Return raw data bytes TODO this code should be done better so generalised to any length
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
Used when creating raw content
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
Recreate the raw data content from the list of numbers
getDataBytes() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
getDataEnd() - Method in class org.jaudiotagger.audio.dff.EndChunk
 
getDataInputStream() - Method in class org.jaudiotagger.audio.real.RealChunk
 
getDataLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
getDataLength() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getDataSize() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
getDataSize() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
getDataStart() - Method in class org.jaudiotagger.audio.dff.EndChunk
 
getDataTree() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getDataType() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
getDate() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
getDateOf(BigInteger) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Date values in ASF files are given in 100 ns (10 exp -4) steps since first
getDefaultAudioFileIO() - Static method in class org.jaudiotagger.audio.AudioFileIO
This method returns the default instance for static use.
getDepth() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the depth of the tree rooted at this node -- the longest distance from this node to a leaf.
getDescription() - Method in class org.jaudiotagger.audio.asf.data.GUID
 
getDescription() - Method in class org.jaudiotagger.audio.dff.CmprChunk
 
getDescription() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getDescription() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.AudioProfile
 
getDescription() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4FtypBox.Brand
 
getDescription() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox.MediaDataType
 
getDescription() - Method in enum org.jaudiotagger.audio.mp4.EncoderType
 
getDescription() - Method in enum org.jaudiotagger.audio.mp4.Mp4AtomIdentifier
 
getDescription() - Method in enum org.jaudiotagger.audio.wav.WavSubFormat
 
getDescription() - Method in class org.jaudiotagger.tag.asf.AsfTagCoverField
 
getDescription() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Get a description of the image
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Get the description field, which describes the type of comment
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
 
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Get a description of the image
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
 
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Get a description field
getDescription() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
getDescription() - Method in enum org.jaudiotagger.tag.id3.valuepair.ID3V2ExtendedGenreTypes
 
getDescription() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getDescription() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getDescription() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getDescription() - Method in enum org.jaudiotagger.tag.mp4.atom.Mp4ContentTypeValue
This is the value of the fieldname that is actually used to write mp4
getDescription() - Method in enum org.jaudiotagger.tag.mp4.atom.Mp4RatingValue
This is the value of the fieldname that is actually used to write mp4
getDescription() - Method in enum org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
 
getDescription() - Method in enum org.jaudiotagger.tag.reference.ISOCountry.Country
 
getDescription() - Method in enum org.jaudiotagger.tag.reference.ISOScript.Script
 
getDescriptionsAsArray() - Static method in class org.jaudiotagger.tag.reference.ISOCountry
 
getDescriptionsAsArray() - Static method in class org.jaudiotagger.tag.reference.ISOScript
 
getDescriptor() - Method in class org.jaudiotagger.tag.asf.AsfTagField
Returns the wrapped metadata descriptor (which actually stores the values).
getDescriptor() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getDescriptorCount() - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Returns the number of contained descriptors.
getDescriptors() - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Returns all stored descriptors.
getDescriptorsByName(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Returns a list of descriptors with the given name.
getDiscNo() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
getDiscNo() - Method in class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
 
getDiscNoAsText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
getDiscTotal() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
getDiscTotal() - Method in class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
 
getDiscTotalAsText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
getDisplayName() - Method in enum org.jaudiotagger.audio.SupportedFileFormat
 
getDuplicateBytes() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Returns the number of bytes which come from duplicate frames
getDuplicateFrameId() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return the string which holds the ids of all duplicate frames.
getDuration() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getDurationInSeconds() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
This method converts FileHeader.getDuration()from 100ns steps to normal seconds.
getEmailToUser() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
getEmphasis() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getEmphasis() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getEmphasisAsString() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getEmptyFrameBytes() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Returns the number of bytes which come from empty frames
getEncoder() - Method in class org.jaudiotagger.audio.mp3.LameFrame
 
getEncoder() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getEncoder() - Method in class org.jaudiotagger.audio.mp3.VbriFrame
 
getEncoding() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
getEncoding() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getEncoding() - Method in class org.jaudiotagger.tag.asf.AsfTagTextField
 
getEncoding() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Returns the current used charset encoding.
getEncoding() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
Returns the current used charset encoding.
getEncoding() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getEncoding() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
getEncoding() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getEncoding() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
getEncoding() - Method in interface org.jaudiotagger.tag.TagTextField
Returns the current used charset encoding.
getEncoding() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
getEncodingChunk() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getEncodingFlags() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getEncodingFlags() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getEncodingFlags() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Get Encoding Flags Object
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.aiff.AiffFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.asf.AsfFileReader
(overridden)
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.dff.DffFileReader
 
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.dsf.DsfFileReader
 
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.flac.FlacFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileReader
 
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.generic.AudioFileReader2
Read Encoding Information
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileReader2
 
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileReader
 
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.mp4.Mp4FileReader
 
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggFileReader
 
getEncodingInfo(RandomAccessFile) - Method in class org.jaudiotagger.audio.real.RealFileReader
 
getEncodingInfo(Path) - Method in class org.jaudiotagger.audio.wav.WavFileReader
 
getEncodingType() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getEncodingType() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getEncodingType() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Returns the encoding type.
getEncodingType() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getEncodingType() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getEncryptedFrame(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return any encrypted frames with this identifier

getEncryptionChunk() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getEncryptionMethod() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getEncryptionMethod() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getEndian() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return endian status (big or little)
getEndLocation() - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
getEndLocationInFile() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getEndLocationInFile() - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
getEndLocationInFileOfId3Chunk() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getEndLocationInFileOfId3Chunk() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getErrorConcealment() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getExt() - Method in class org.jaudiotagger.audio.AudioFile
Retrieve the file extension
getExtendedContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
 
getExtendedContentDescription() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getExtendedHeader() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getExtension(File) - Static method in class org.jaudiotagger.audio.generic.Utils
Returns the extension of the given file.
getExtraPacketDataSize() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
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.
getExtraPacketList() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
 
getField(String) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
Gets the value of the frame identified by identifier
getFieldCount() - Method in class org.jaudiotagger.audio.generic.AbstractTag
Return field count TODO:There must be a more efficient way to do this.
getFieldCount() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFieldCount() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFieldCount() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Count number of frames/fields in this tag
getFieldCount() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
getFieldCount() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFieldCount() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
getFieldCount() - Method in interface org.jaudiotagger.tag.Tag
Return the number of fields
getFieldCount() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return count of fields, this considers a text frame with two null separated values as two fields, if you want a count of frames @see getFrameCount
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFieldCountIncludingSubValues() - Method in interface org.jaudiotagger.tag.Tag
Return the number of fields taking multiple value fields into consideration Fields that actually contain multiple values are counted seperately i.e.
getFieldCountIncludingSubValues() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFieldKey() - Method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
 
getFieldLength() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getFieldName() - Method in enum org.jaudiotagger.audio.aiff.AiffTagFieldKey
 
getFieldName() - Method in enum org.jaudiotagger.audio.mp4.Mp4AtomIdentifier
This is the value of the fieldname that is actually used to write mp4
getFieldName() - Method in enum org.jaudiotagger.tag.aiff.AiffTagFieldKey
 
getFieldName() - Method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Returns the standard field id.
getFieldName() - Method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
This is the value of the key that can uniquely identifer a key type
getFieldName() - Method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
This is the value of the key that can uniquely identifer a key type
getFieldName() - Method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
This is the value of the key that can uniquely identifer a key type
getFieldName() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
This is the value of the fieldname that is actually used to write mp4
getFieldName() - Method in enum org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
This is the value of the fieldname that is actually used to write mp4
getFieldName() - Method in enum org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey
 
getFields(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Get list of fields within this tag with the specified id
getFields() - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFields(FieldKey) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getFields(String) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFields() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Returns a list of TagField objects whose "id" is the specified one.
getFields(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFields() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFields(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Retrieve the values that exists for this id3 frame id
getFields() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Get field(s) for this generic key

This will return the number of underlying frames of this type, for example if you have added two TCOM field values these will be stored within a single frame so only one field will be returned not two.

getFields(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
getFields(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFields() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Returns a list of TagField objects whose "id" is the specified one.
getFields(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Overridden because YEAR key can be served by TDAT, TYER or special aggreagted frame
getFields(FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Maps the generic key to the mp4 key and return the list of values for this field
getFields(String) - Method in interface org.jaudiotagger.tag.Tag
Returns a list of TagField objects whose "id" is the specified one.
getFields(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
Returns a list of TagField objects whose "id" is the specified one.
getFields() - Method in interface org.jaudiotagger.tag.Tag
Iterator over all the fields within the tag, handle multiple fields with the same id
getFields(FieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Maps the generic key to the ogg key and return the list of values for this field
getFields(String) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFields() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFields(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFieldType() - Method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
 
getFieldType() - Method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
 
getFieldType() - Method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
 
getFieldType(int) - Static method in enum org.jaudiotagger.tag.mp4.field.Mp4FieldType
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
Return field type, for artwork this also identifies the imagetype
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
getFieldType() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getFieldType() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
getFile() - Method in class org.jaudiotagger.audio.AudioFile
Retrieve the physical file
getFileClassId() - Method in enum org.jaudiotagger.tag.mp4.field.Mp4FieldType
 
getFileCreationTime() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getFileEndPos() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getFileHeader() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getFileLength() - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
getFileLockForWriting(FileChannel, String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Get file lock for writing too file

TODO:this appears to have little effect on Windows Vista

getFilename() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
getFilePos() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getFileReadBytes() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Returns the tag size as reported by the tag header
getFileSize() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getFileSize() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFileStartLocation() - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
getFilesuffix() - Method in enum org.jaudiotagger.audio.SupportedFileFormat
Returns the file suffix (lower case without initial .) associated with the format.
getFileType() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return the file type (AIFF or AIFC)
getFileValue() - Method in enum org.jaudiotagger.audio.ogg.util.OggPageHeader.HeaderTypeFlag
 
getFirst(GUID, Class<? extends Chunk>) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
Looks for the first stored chunk which has the given GUID.
getFirst(FieldKey) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Retrieve the first value that exists for this generic key
getFirst(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFirst(FieldKey) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getFirst(String) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Retrieve the first value that exists for this generic key
getFirst(AsfFieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
Retrieve the first value that exists for this asfkey
getFirst(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFirst(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Retrieve the first value that exists for this identifier

If the value is a String it returns that, otherwise returns a summary of the fields information

getFirst(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Retrieve the first value that exists for this generic key
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
getFirst(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Retrieve the first value that exists for this key id
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Retrieve the first value that exists for this generic key
getFirst(ID3v22FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Retrieve the first value that exists for this id3v22key
getFirst(ID3v23FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Retrieve the first value that exists for this id3v23key
getFirst(ID3v24FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Retrieve the first value that exists for this id3v24key
getFirst(Mp4FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Retrieve the first value that exists for this mp4key
getFirst(String) - Method in interface org.jaudiotagger.tag.Tag
Retrieve String value of the first value that exists for this format specific key
getFirst(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
Retrieve String value of the first tag field that exists for this generic key
getFirst(VorbisCommentFieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Retrieve the first value that exists for this vorbis comment key
getFirst(String) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFirst(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFirstAlbum() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get Album
getFirstArtist() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get Artist
getFirstArtwork() - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFirstArtwork() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFirstArtwork() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFirstArtwork() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getFirstArtwork() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFirstArtwork() - Method in interface org.jaudiotagger.tag.Tag
 
getFirstArtwork() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFirstChild() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns this node's first child.
getFirstComment() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Get Comment
getFirstComment() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get Comment
getFirstCopyright() - Method in class org.jaudiotagger.tag.asf.AsfTag
Returns the Copyright.
getFirstField(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getFirstField(String) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
getFirstField(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getFirstField(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Retrieve the first tag field that exists for this identifier
getFirstField(String) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
getFirstField(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
getFirstField(Mp4FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
getFirstField(String) - Method in interface org.jaudiotagger.tag.Tag
Retrieve the first field that exists for this format specific key
getFirstField(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
getFirstField(String) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFirstField(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getFirstGenre() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get Genre
getFirstLeaf() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFirstOffSet() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
The value of the first offset
getFirstRating() - Method in class org.jaudiotagger.tag.asf.AsfTag
Returns the Rating.
getFirstTextValue() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Get first value
getFirstTextValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Get first value
getFirstTextValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Get first value
getFirstTitle() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get title
getFirstTrack() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Return the track number as a String.
getFirstTrack() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getFirstUrlLink() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Get first value
getFirstYear() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get year
getFlags() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getFormat() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getFormat() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Returns the format, same as encoding type
getFormat() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getFormatForMimeType(String) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Get v2.2 format from v2.3 mimetype
getFormattedText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
getFormatType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Get a description of the image
getFormSize() - Method in class org.jaudiotagger.tag.aiff.AiffTag
Size returned by the FORM header, this lets us know where the enclosing FORM headeer thinks is the end of file, allowing us to identify bad data at end of file
getFrame(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
For single frames return the frame in this tag with given identifier if it exists, if multiple frames exist with the same identifier it will return a list containing all the frames with this identifier

Warning the match is only done against the identifier so if a tag contains a frame with an unsupported body but happens to have an identifier that is valid for another version of the tag it will be returned.

getFrameAndSubIdFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getFrameAndSubIdFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
getFrameAndSubIdFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getFrameAndSubIdFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
getFrameCount() - Method in class org.jaudiotagger.audio.mp3.VbriFrame
 
getFrameCount() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
getFrameFlagsSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getFrameHeaderSize() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getFrameHeaderSize() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
getFrameHeaderSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getFrameHeaderSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getFrameId() - Method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
This is the frame identifier used to write the field
getFrameId() - Method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
This is the frame identifier used to write the field
getFrameId() - Method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
This is the frame identifier used to write the field
getFrameIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
getFrameIdentifier(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
getFrameIdSize() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getFrameIdSize() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
getFrameIdSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getFrameIdSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getFrameLength() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getFrameOfType(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return all frames which start with the identifier, this can be more than one which is useful if trying to retrieve similar frames e.g TIT1,TIT2,TIT3 ...
getFrames() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
getFrameSizeSize() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getFrameSizeSize() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
getFrameSizeSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getFrameSizeSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getFreeNodes() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getGenericKeyFromId3(ID3v22FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Frames
Get generic key for ID3 field key
getGenericKeyFromId3(ID3v23FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Frames
Get generic key for ID3 field key
getGenericKeyFromId3(ID3v24FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Frames
Get generic key for ID3 field key
getGenre() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get Genre field
getGroupIdentifier() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getGroupIdentifier() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
getGroupSymbol() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
getGroupSymbol() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
getGuid() - Method in class org.jaudiotagger.audio.asf.data.Chunk
 
getGUID() - Method in class org.jaudiotagger.audio.asf.data.GUID
This method returns the GUID of this object.
getGuid() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the GUID value, if content could represent one.
getGuid() - Method in interface org.jaudiotagger.audio.asf.io.WriteableChunk
Returns the GUID of the chunk.
getGuidDescription(GUID) - Static method in class org.jaudiotagger.audio.asf.data.GUID
This method searches a GUID in GUID.KNOWN_GUIDSwhich is equal to the given guidData and returns its description.
getHandlerType() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
getHash(String) - Method in class org.jaudiotagger.audio.mp3.MP3File
Calculates hash with given algorithm.
getHash(int) - Method in class org.jaudiotagger.audio.mp3.MP3File
Calculates hash with given buffer size.
getHash() - Method in class org.jaudiotagger.audio.mp3.MP3File
Calculates hash with algorithm "MD5".
getHash(String, int) - Method in class org.jaudiotagger.audio.mp3.MP3File
Calculates hash with algorithm "MD5", "SHA-1" or SHA-256".
getHdlrWithinMdiaNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getHdlrWithinMetaNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getHeader() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlock
 
getHeader() - Method in class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
 
getHeader() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Get Reference to header
getHeaderData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getHeaderType() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getHeight() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getHeight() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getHeight() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getHeight() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getHighestContainer() - Method in enum org.jaudiotagger.tag.asf.AsfFieldKey
 
getHistoryMult() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getId() - Method in enum org.jaudiotagger.audio.flac.metadatablock.BlockType
 
getId() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Returns the Id of the represented tag field.
This value should uniquely identify a kind of tag data, like title.
getId() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
getID() - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Returns the chunk type, which is a 4-character code.
getId() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getId() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.AudioProfile
 
getId() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.Kind
 
getId() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4FtypBox.Brand
 
getId() - Method in enum org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox.MediaDataType
 
getId() - Method in class org.jaudiotagger.audio.real.RealChunk
 
getId() - Method in class org.jaudiotagger.tag.asf.AsfTagField
Returns the Id of the represented tag field.
This value should uniquely identify a kind of tag data, like title.
getId() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Return the frame identifier, this only identifies the frame it does not provide a unique key, when using frames such as TXXX which are used by many fields *
getId() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
getId() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
getId() - Method in enum org.jaudiotagger.tag.mp4.atom.Mp4ContentTypeValue
Return id used in the file
getId() - Method in enum org.jaudiotagger.tag.mp4.atom.Mp4RatingValue
Return id used in the file
getId() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
getId() - Method in interface org.jaudiotagger.tag.TagField
Returns the Id of the represented tag field.
This value should uniquely identify a kind of tag data, like title.
getId() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
getID3Frames() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getID3Frames() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
getID3Frames() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getID3Frames() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
getId3KeyFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v22Frames
 
getId3KeyFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v23Frames
 
getId3KeyFromGenericKey(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v24Frames
 
getID3Tag() - Method in class org.jaudiotagger.tag.aiff.AiffTag
Returns the ID3 tag
getID3Tag() - Method in interface org.jaudiotagger.tag.id3.Id3SupportingTag
 
getID3Tag() - Method in class org.jaudiotagger.tag.wav.WavTag
Returns the ID3 tag
getID3v1Tag() - Method in class org.jaudiotagger.audio.mp3.MP3File
Returns the ID3v1 tag for this dataType.
getId3v23DefaultTextEncoding() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Get the default text encoding to use for new v23 frames, when unicode is required UTF16 will always be used because that is the only valid option for v23/v22
getId3v24DefaultTextEncoding() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Get the default text encoding to use for new v24 frames, it defaults to simple ISO8859 but by changing this value you could always used UTF8 for example whether you needed to or not
getId3v24UnicodeTextEncoding() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Get the text encoding to use for new v24 frames when unicode is required, it defaults to UTF16 just because this encoding is understand by all ID3 versions
getID3v2Tag() - Method in class org.jaudiotagger.audio.mp3.MP3File
Returns the ID3v2 tag for this datatype.
getID3v2TagAsv24() - Method in class org.jaudiotagger.audio.mp3.MP3File
 
getID3V2Version() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getIdAsString() - Method in enum org.jaudiotagger.tag.mp4.atom.Mp4ContentTypeValue
 
getIdBytes() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
getIdentifier() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Return the key as declared by the frame bodies datatype list
getIdentifier() - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Get full version
getIdentifier() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Return the frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.AbstractTagItem
ID string that usually corresponds to the class name, but can be displayed to the user.
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Return the ID3v2 Frame Identifier, must be implemented by concrete subclasses
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyASPI
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCTOC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Return the frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEncrypted
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEQU2
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEQUA
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRP1
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyIPLS
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMLLT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMVIN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMVNM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTALB
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTBPM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDEN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDLY
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDOR
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRL
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDTG
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTENC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTEXT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTFLT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT1
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT2
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIT3
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTLEN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTMED
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTMOO
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTOAL
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTOFN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTOLY
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTOPE
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTORY
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTOWN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE2
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE3
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPE4
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPRO
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPUB
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRDA
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSN
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRSO
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSIZ
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSO2
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOA
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSOT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSRC
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSSE
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTSST
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTYER
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Return the frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOM
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWCOP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAF
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAR
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWOAS
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWPAY
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWPUB
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOA
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOP
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyXSOT
The ID3v2 frame identifier
getIdentifier() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getIdentifier() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
getIdentifier() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
getIdentifier() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getIdForCharset(Charset) - Method in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
Allows to lookup id directly via the Charset instance.
getIdForName(String) - Method in class org.jaudiotagger.tag.reference.GenreTypes
Get Id for name, match is not case sensitive
getIdForValue(String) - Method in class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
Get Id for Value
getIdForValue(String) - Method in class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
Get Id for Value
getIdToValueMap() - Method in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
getIlstNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getImage() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getImage() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getImage(Artwork) - Static method in class org.jaudiotagger.tag.images.Images
 
getImage() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getImageData() - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Returns the binary image data.
getImageData() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getImageData() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Get Image data
getImageData() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Get Image data
getImageDataSize() - Method in class org.jaudiotagger.tag.asf.AsfTagBannerField
Returns the size of the image data.
getImageDataSize() - Method in class org.jaudiotagger.tag.asf.AsfTagCoverField
 
getImages() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getImageType() - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Returns the image type.
getImageUrl() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getImageUrl() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
getImageUrl() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
getImageUrl() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getImageUrl() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getImageUrl() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getIndex(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the index of the specified child in this node's child array.
getIndex(TreeNode) - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns the index of node in the receivers children.
getIndexedColourCount() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getIndexOfChild(Object, Object) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Returns the index of child in parent.
getInfoTag() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getInitialHistory() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getInstance() - Static method in class org.jaudiotagger.audio.asf.data.MetadataContainerFactory
Returns an instance.
getInstance(Tagger) - Static method in class org.jaudiotagger.tag.id3.reference.ID3Rating
 
getInstance() - Static method in class org.jaudiotagger.tag.id3.reference.ITunesRating
 
getInstance() - Static method in class org.jaudiotagger.tag.id3.reference.MediaMonkeyPlayerRating
 
getInstance() - Static method in class org.jaudiotagger.tag.id3.reference.MediaPlayerRating
 
getInstance() - Static method in class org.jaudiotagger.tag.images.ImageHandlingFactory
 
getInstance() - Static method in class org.jaudiotagger.tag.TagOptionSingleton
 
getInstance(String) - Static method in class org.jaudiotagger.tag.TagOptionSingleton
 
getInstanceKey() - Static method in class org.jaudiotagger.tag.TagOptionSingleton
 
getInstanceOf() - Static method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.ID3v22Frames
 
getInstanceof() - Static method in class org.jaudiotagger.tag.id3.ID3v22PreferredFrameOrderComparator
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.ID3v23Frames
 
getInstanceof() - Static method in class org.jaudiotagger.tag.id3.ID3v23PreferredFrameOrderComparator
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.ID3v24Frames
 
getInstanceof() - Static method in class org.jaudiotagger.tag.id3.ID3v24PreferredFrameOrderComparator
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.ID3v2ChapterFrames
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.ChannelTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.EventTimingTimestampTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.EventTimingTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.InterpolationTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.ReceivedAsTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.SynchronisedLyricsContentType
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
Get singleton for this class.
getInstanceOf() - Static method in class org.jaudiotagger.tag.id3.valuepair.V2GenreTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.images.AndroidImageHandler
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.images.StandardImageHandler
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.reference.GenreTypes
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.reference.Languages
 
getInstanceOf() - Static method in class org.jaudiotagger.tag.reference.PictureTypes
 
getIntBE(ByteBuffer, int, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the most significant and the last byte is the least significant.
getIntLE(byte[]) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the least significant and the last byte is the most significant.
getIntLE(byte[], int, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the least significant and the last byte is the most significant.
getInvalidFrames() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return byte count of invalid frames
getIssuer() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
getIssuer() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getIssuer() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getItem(String, int) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
getKbps() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
This method takes the value of AudioStreamChunk.getAverageBytesPerSec()and calculates the kbps out of it, by simply multiplying by 8 and dividing by 1000.
getKey() - Method in class org.jaudiotagger.tag.datatype.Pair
 
getKey() - Method in enum org.jaudiotagger.tag.id3.valuepair.StandardIPLSKey
 
getKeyAtIndex(int) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Get key at index
getKeyID() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method gets the keyID.
getKeyToValue() - Method in interface org.jaudiotagger.tag.datatype.HashMapInterface
 
getKeyToValue() - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
getKeyToValue() - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
getKeywordIterator() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getKeywordListIterator(Class<? extends ID3v24FrameBody>) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getKind() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
Only expext MPG_Audio, TODO shouldnt matter if another type of audio, but something gone wrong if type of video
getKind() - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
getKModifier() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getLameFrame() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
getLanguage(int) - Method in class org.jaudiotagger.audio.asf.data.LanguageList
Returns the language code at the specified index.
getLanguage() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Get the language the comment is written in
getLanguage() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
 
getLanguage() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
 
getLanguage() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Get the language field
getLanguage() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Returns the default language for any ID3v2 tag frames which require it.
getLanguageCount() - Method in class org.jaudiotagger.audio.asf.data.LanguageList
Returns the amount of stored language codes.
getLanguageIndex() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the index of the language that is referred (see LanguageList):
getLanguageList() - Method in class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
Returns a language list object if present.
getLanguages() - Method in class org.jaudiotagger.audio.asf.data.LanguageList
Returns all language codes in list.
getLastChild() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns this node's last child.
getLastLeaf() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastPathComponent() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns the last component of this path.
getLayer() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Gets the layerVersion attribute of the MPEGFrame object
getLayerAsString() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getLeafCount() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the total number of leaves that are descendants of this node.
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlock
 
getLength() - Method in interface org.jaudiotagger.audio.flac.metadatablock.MetadataBlockData
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataApplication
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataCueSheet
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPadding
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataSeekTable
 
getLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getLength() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
getLength() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
getLength() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
getLevel() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the number of levels above this node -- the distance from the root to this node.
getLicenseURL() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method gets the license URL.
getList() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
Return the list of values
getListenerCount() - Method in class org.jaudiotagger.utils.tree.EventListenerList
Returns the total number of listeners for this listener list.
getListenerCount(Class<?>) - Method in class org.jaudiotagger.utils.tree.EventListenerList
Returns the total number of listeners of the supplied type for this listener list.
getListenerList() - Method in class org.jaudiotagger.utils.tree.EventListenerList
Passes back the event listener list as an array of ListenerType-listener pairs.
getListeners(Class<T>) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getListeners(Class<T>) - Method in class org.jaudiotagger.utils.tree.EventListenerList
Return an array of all the listeners of the given type.
getLoggingFilename() - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Retrieve the logging filename to be used in debugging
getLoggingFilename() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Retrieve the logging filename to be used in debugging
getLongBE(ByteBuffer, int, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the most significant and the last byte is the least significant.
getLongDescription() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
This method calls toString for all it's objects and appends them.
getLongLE(ByteBuffer, int, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the least signifcant and the last byte is the most significant.
getLowestContainer() - Method in enum org.jaudiotagger.tag.asf.AsfFieldKey
 
getLyric() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
getLyric() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Get the lyric field
getLyric() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
getLyric() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
getLyrics() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Get lyrics TODO:better format
getLyrics3SaveField(String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Returns true if we should save the Lyrics3 field asked for in the argument.
getLyrics3SaveFieldMap() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getMagicExt(String) - Static method in class org.jaudiotagger.utils.FileTypeUtil
 
getMagicExtension(File) - Static method in class org.jaudiotagger.audio.generic.Utils
Returns the extension of the given file based on the file signature.
getMagicFileType(File) - Static method in class org.jaudiotagger.utils.FileTypeUtil
 
getMajorBrand() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
getMajorBrandVersion() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Retrieve the Major Version
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Retrieve the Major Version
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Retrieve the Major Version
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Retrieve the Major Version
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Retrieve the Major Version
getMajorVersion() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Retrieve the Major Version
getMapping() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
Return the list of values
getMaxBitrate() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
getMaxBitrate() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getMaxCodedFrameSize() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getMaxGenreId() - Static method in class org.jaudiotagger.tag.reference.GenreTypes
 
getMaximumDataLength() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
getMaximumLenth() - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
Return the maximum number of digits that can be used to express the number
getMaxPackageSize() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getMaxSamplePerFrame() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getMaxStandardGenreId() - Static method in class org.jaudiotagger.tag.reference.GenreTypes
 
getMd5() - Method in class org.jaudiotagger.audio.flac.FlacAudioHeader
 
getMD5Signature() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getMdatNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getMediaDataType() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
getMetadataChunkSummaryList() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getMetadataLibraryObject() - Method in class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
Returns a metadata library object if present.
getMetadataObject() - Method in class org.jaudiotagger.audio.asf.data.AsfExtendedHeader
Returns a metadata object if present.
getMetadataOffset() - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
getMetaNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getMimeType() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getMimeType() - Method in class org.jaudiotagger.tag.asf.AsfTagCoverField
 
getMimeType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Get mimetype
getMimeType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Get mimetype
getMimeType() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getMimeType() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getMimeType() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getMimeTypeForBinarySignature(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
getMimeTypeForFormat(String) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Get v2.3 mimetype from v2.2 format
getMimeTypeForImageType(Mp4FieldType) - Static method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
 
getMinBaseFilenameAllowedForTempFile(File) - Static method in class org.jaudiotagger.audio.generic.Utils
 
getMinBitrate() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getMinimumLength() - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
Return the minimum number of digits that can be used to express the number
getMinPackageSize() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getMinute() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
getModeExtension() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getMoovBuffer() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getMoovHeader() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getMoovNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getMP3AudioHeader() - Method in class org.jaudiotagger.audio.mp3.MP3File
Return audio header
getMp3StartByte() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Returns the byte position of the first MP3 Frame that the file arguement refers to.
getMP3StartByte(File) - Method in class org.jaudiotagger.audio.mp3.MP3File
Used by tags when writing to calculate the location of the music file
getMpegLayer() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getMpegVersion() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getMsg() - Method in enum org.jaudiotagger.logging.ErrorMessage
 
getMsg(Object...) - Method in enum org.jaudiotagger.logging.ErrorMessage
 
getMsg() - Method in enum org.jaudiotagger.logging.FileSystemMessage
 
getName() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return the name.
getName() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method returns the name of the metadata descriptor.
getName() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
getNew() - Static method in class org.jaudiotagger.tag.images.ArtworkFactory
 
getNewReplaceWord(String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getNextLeaf() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextNode() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the node that follows this node in a preorder traversal of this node's tree.
getNextSibling() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the next sibling of this node in the parent's children array.
getNominalBitrate() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getNoOfChannels() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getNoOfOffSets() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
The number of offsets
getNoOfSamples() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getNoOfSamples() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getNoOfSamples() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getNoOfSamples() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getNoOfSamples() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Get the number of samples in a frame, all frames in a file have a set number of samples as defined by their MPEG Versiona and Layer
getNumber() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method returns the value of the metadata descriptor as a long.
getNumber() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getNumberAsText() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getNumberMP3SyncFrame() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Returns the number of MP3 frames to sync when trying to find the start of the MP3 frame data.
getNumberOfChannels() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Gets the number of channels
getNumberOfChannels() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
getNumberOfFrames() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getNumberOfFramesEstimate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getNumberOfPairs() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
 
getNumberOfPairs() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
 
getNumberOfValues() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
 
getNumberOfValues() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
 
getNumberOfValues() - Method in class org.jaudiotagger.tag.datatype.TCONString
How many values are held, each value is separated by a null terminator
getNumberOfValues() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
How many values are held, each value is separated by a null terminator
getNumberOfValues() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
 
getNumberOfValues() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
getNumbers() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
Return numbers, only valid for numeric fields
getNumbers() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
getNumChannels() - Method in class org.jaudiotagger.audio.dff.ChnlChunk
 
getNumFrames() - Method in class org.jaudiotagger.audio.dff.FrteChunk
 
getObject(String) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns the datatype with the specified identifier
getObjectValue(String) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns the value of the datatype with the specified identifier
getOldReplaceWordIterator() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getOpenParenthesisIterator() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getOrdered() - Static method in enum org.jaudiotagger.audio.asf.data.ContainerType
Returns the elements in an order, that indicates more capabilities (ascending).
getOriginalFlags() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
This returns the flags as they were originally read or created
getOriginalFrameBody() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Return the original frameBody that was used to construct the DeprecatedFrameBody
getOriginalID() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
Retrieve the original identifier
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
 
getOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
 
getOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
 
getOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
getOwner() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
getPackageCount() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getPacketList() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getPaddingLength() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Gets the paddingLength attribute of the MPEGFrame object
getPaddingSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getPadNumberTotalLength() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Total length of number, i.e if set to 2 the value 1 would be stored as 01, if set to 3 would bs stored as 001
getPageLength() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getPageSequence() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getPairing() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
 
getPairValue() - Method in class org.jaudiotagger.tag.datatype.Pair
 
getParent() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns this node's parent or null if this node has no parent.
getParent() - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns the parent TreeNode of the receiver.
getParentPath() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns a path containing all the elements of this object, except the last path component.
getPath() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the path from the root, to get to this node.
getPath() - Method in class org.jaudiotagger.utils.tree.TreeModelEvent
Convenience method to get the array of objects from the TreePath instance that this event wraps.
getPath() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns an ordered array of Objects containing the components of this TreePath.
getPathComponent(int) - Method in class org.jaudiotagger.utils.tree.TreePath
Returns the path component at the specified index.
getPathCount() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns the number of elements in the path.
getPathToRoot(TreeNode, int) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPictureHeight() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
getPictureType() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getPictureType() - Method in class org.jaudiotagger.tag.asf.AsfTagCoverField
 
getPictureType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
getPictureType() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
getPictureType() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getPictureType() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getPictureType() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getPictureWidth() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
getPlayerCompatability() - Method in class org.jaudiotagger.tag.TagOptionSingleton
When this is set and using the generic interface jaudiotagger will make some adjustmensts when saving field sso they work best with the specified Tagger
getPosition() - Method in class org.jaudiotagger.audio.asf.data.Chunk
 
getPreciseDuration() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
This method converts FileHeader.getDuration() from 100ns steps to normal seconds with a fractional part taking milliseconds.
getPreciseLength() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getPreciseLength() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
getPreciseTrackLength() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getPreciseTrackLength() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns the duration of the represented audio clip in seconds (single-precision).
getPreciseTrackLength() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getPreferredFrameOrderComparator() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getPreferredFrameOrderComparator() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
getPreferredFrameOrderComparator() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getPreferredFrameOrderComparator() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
 
getPreferredWriteOrder() - Method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
 
getPreviousLeaf() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousNode() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the node that precedes this node in a preorder traversal of this node's tree.
getPreviousSibling() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the previous sibling of this node in the parent's children array.
getProfile() - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
getProtectionType() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method gets the secret data.
getProvider() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
getRate() - Method in class org.jaudiotagger.audio.dff.FrteChunk
 
getRating() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
getRating() - Method in class org.jaudiotagger.tag.asf.AsfTag
Returns a list of stored ratings.
getRating() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
getRawContent() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
This method delivers the binary representation of the fields data in order to be directly written to the file.
getRawContent() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
getRawContent() - Method in class org.jaudiotagger.tag.asf.AsfTagField
This method delivers the binary representation of the fields data in order to be directly written to the file.
getRawContent() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getRawContent() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
getRawContent() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
getRawContent() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
getRawContent() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Convert back to raw content, includes ----,mean,name and data atom as views as one thing externally
getRawContent() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
Convert back to raw content, includes parent and data atom as views as one thing externally
getRawContent() - Method in interface org.jaudiotagger.tag.TagField
This method delivers the binary representation of the fields data in order to be directly written to the file.
getRawContent() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
getRawContentDataOnly() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
getRawContentDataOnly() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
Get raw content for the data component only
getRawData() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method returns a copy of the content of the descriptor.
getRawDataSize() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the size (in bytes) the binary representation of the content uses.
getRawHeaderData() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getRawImageData() - Method in class org.jaudiotagger.tag.asf.AsfTagBannerField
Returns the raw data of the represented image.
getRawImageData() - Method in class org.jaudiotagger.tag.asf.AsfTagCoverField
 
getRawValue() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
getRelease() - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Retrieve the Release
getRelease() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Retrieve the Release
getRelease() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Retrieve the Release
getRelease() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Retrieve the Release
getRelease() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Retrieve the Release
getRelease() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Retrieve the Release
getRevision() - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Retrieve the Revision
getRevision() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Retrieve the Revision
getRevision() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Retrieve the Revision
getRevision() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Retrieve the Revision
getRevision() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Retrieve the Revision
getRevision() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Retrieve the Revision
getRoot() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the root of the tree that contains this node.
getRoot() - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns the root of the tree.
getRoot() - Method in interface org.jaudiotagger.utils.tree.TreeModel
Returns the root of the tree.
getSampleRate() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getSampleRate() - Method in class org.jaudiotagger.audio.dff.FsChunk
 
getSampleRate() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns the sample rate, the audio clip was encoded with.
getSampleRate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getSampleRate() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getSampleRate() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
getSampleRateAsNumber() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getSampleRateAsNumber() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
getSampleRateAsNumber() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getSampleSize() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getSamplingRate() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
getSamplingRate() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getSamplingRate() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getSamplingRate() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
getSamplingRatePerChannel() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
getScriptByCode(String) - Static method in class org.jaudiotagger.tag.reference.ISOScript
 
getScriptByDescription(String) - Static method in class org.jaudiotagger.tag.reference.ISOScript
 
getSecond() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
getSecretData() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method gets the secret data.
getSegmentTable() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getSerialNumber() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
getSetupHeaderSize() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
 
getSetupHeaderStartPosition() - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes
 
getSharedAncestor(DefaultMutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the nearest common ancestor to this node and aNode.
getShortBE(ByteBuffer, int, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Computes a number whereby the 1st byte is the most significant and the last byte is the least significant.
getSiblingCount() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the number of siblings of this node.
getSignature() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
getSize() - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Returns the chunk size (excluding the first 8 bytes).
getSize() - Method in class org.jaudiotagger.audio.real.RealChunk
 
getSize() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
This defines the size in bytes of the datatype being held when read/written to file.
getSize() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
Return the size in byte of this datatype list.
getSize() - Method in class org.jaudiotagger.tag.datatype.AbstractString
Return the size in bytes of this datatype as it was/is held in file this will be effected by the encoding type.
getSize() - Method in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
getSize() - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
getSize() - Method in class org.jaudiotagger.tag.datatype.BooleanString
 
getSize() - Method in class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
Return the size in byte of this datatype
getSize() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
getSize() - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
getSize() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
getSize() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
getSize() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
getSize() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
Returns the size in bytes of this datatype when written to file
getSize() - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
Return size
getSize() - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
 
getSize() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
Returns the size in bytes of this dataType when written to file
getSize() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
getSize() - Method in class org.jaudiotagger.tag.datatype.TempoCode
 
getSize() - Method in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
Return the size of this tag, the size is fixed for tags of this type
getSize() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return tag size based upon the sizes of the tags rather than the physical no of bytes between start of ID3Tag and start of Audio Data.Should be extended by subclasses to include header.
getSize() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns the size in bytes of this fragmentbody
getSize() - Method in class org.jaudiotagger.tag.id3.AbstractTagItem
Return size of this item
getSize() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Return size of frame body,if frameBody already exist will take this value from the frame header but it is always recalculated before writing any changes back to disk.
getSize() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Delgate size to size of original frameBody, if frameBody already exist will take this value from the frame header but it is always recalculated before writing any changes back to disk.
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Return size of frame
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Return frame size based upon the sizes of the frames rather than the size including padding recorded in the tag header
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Return size of frame
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Return frame size based upon the sizes of the tags rather than the physical no of bytes between start of ID3Tag and start of Audio Data.
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Return size of frame
getSize() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Return tag size based upon the sizes of the frames rather than the physical no of bytes between start of ID3Tag and start of Audio Data.
getSize() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
getSize() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
getSize() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
getSize() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
getSize() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
getSizeBEInt16(short) - Static method in class org.jaudiotagger.audio.generic.Utils
Convert short to byte representation - Big Endian (as used by mp4).
getSizeBEInt32(int) - Static method in class org.jaudiotagger.audio.generic.Utils
Convert int to byte representation - Big Endian (as used by mp4).
getSizeLEInt32(int) - Static method in class org.jaudiotagger.audio.generic.Utils
Convert int to byte representation - Little Endian (as used by ogg vorbis).
getSizeOfID3TagIncludingChunkHeader() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getSizeOfID3TagIncludingChunkHeader() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getSizeOfID3TagOnly() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getSizeOfID3TagOnly() - Method in class org.jaudiotagger.tag.wav.WavTag
 
getSizeOfTag() - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
getStartByte() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
Startbyte of this pageHeader in the file This is useful for Ogg files that contain unsupported additional data at the start of the file such as ID3 data
getStartLocationInFile() - Method in class org.jaudiotagger.audio.iff.ChunkHeader
The start of this chunk(header) in the file
getStartLocationInFile() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
getStartLocationInFile() - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
getStartLocationInFileOfId3Chunk() - Method in class org.jaudiotagger.tag.aiff.AiffTag
Offset into file of start ID3Chunk including header
getStartLocationInFileOfId3Chunk() - Method in class org.jaudiotagger.tag.wav.WavTag
Offset into file of start ID3Chunk including header
getStartLocationOfFirstMetadataChunk(WavTag) - Static method in class org.jaudiotagger.audio.wav.chunk.WavChunkSummary
Get start location in file of first metadata chunk (could be LIST or ID3)
getStartOfFlacInFile() - Method in class org.jaudiotagger.audio.flac.FlacStreamReader
Usually flac header is at start of file, but unofficially an ID3 tag is allowed at the start of the file.
getStartPosition() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
getStatusFlags() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
getStatusFlags() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
getStatusFlags() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Get Status Flags Object
getStco(RandomAccessFile) - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
getStcoNodes() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getStcos() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getStreamBitratePropertiesChunk() - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
 
getStreamNumber() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the stream number this descriptor applies to.
getStreamNumber() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
getStreamSpecificDataSize() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
getStreamType() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
Returns the stream type of the stream chunk.
getString() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the value of the MetadataDescriptor as a String.
getString(ByteBuffer, int, int, Charset) - Static method in class org.jaudiotagger.audio.generic.Utils
Reads bytes from a ByteBuffer as if they were encoded in the specified CharSet.
getString(ByteBuffer, Charset) - Static method in class org.jaudiotagger.audio.generic.Utils
Reads bytes from a ByteBuffer as if they were encoded in the specified CharSet.
getStrings() - Method in class org.jaudiotagger.audio.asf.data.EncodingChunk
This method returns a collection of all Strings which were added due EncodingChunk.addString(String).
getStrings() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method returns a collection of all Strings which were addid due EncryptionChunk.addString(String).
getStructureFormatter() - Static method in class org.jaudiotagger.audio.mp3.MP3File
 
getSubClassFieldType() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getSubId() - Method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
This is the subfield used within the frame for this type of field
getSubId() - Method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
This is the subfield used within the frame for this type of field
getSubId() - Method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
This is the subfield used within the frame for this type of field
getSubValue(FieldKey, int, int) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
The m parameter is effectively ignored
getSupportedFrames() - Method in class org.jaudiotagger.tag.id3.ID3Frames
 
getSupportedKeys() - Static method in class org.jaudiotagger.audio.generic.GenericTag
 
getTag(Path) - Method in class org.jaudiotagger.audio.aiff.AiffFileReader
 
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.asf.AsfFileReader
(overridden)
getTag() - Method in class org.jaudiotagger.audio.AudioFile
Returns the tag contained in this AudioFile, the Tag contains any useful meta-data, like artist, album, title, etc.
getTag(Path) - Method in class org.jaudiotagger.audio.dff.DffFileReader
 
getTag(Path) - Method in class org.jaudiotagger.audio.dsf.DsfFileReader
 
getTag(Path) - Method in class org.jaudiotagger.audio.flac.FlacFileReader
 
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileReader
 
getTag(Path) - Method in class org.jaudiotagger.audio.generic.AudioFileReader2
Read tag Information
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileReader2
 
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileReader
 
getTag(Path) - Method in class org.jaudiotagger.audio.mp4.Mp4FileReader
 
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggFileReader
 
getTag(RandomAccessFile) - Method in class org.jaudiotagger.audio.real.RealFileReader
 
getTag(Path) - Method in class org.jaudiotagger.audio.wav.WavFileReader
 
getTagAndConvertOrCreateAndSetDefault() - Method in class org.jaudiotagger.audio.AudioFile
Get the tag and convert to the default tag version or if the file doesn't have one at all, create a default tag set as tag for this file Conversions are currently only necessary/available for some formats that support ID3- Dsf, Mp3
getTagAndConvertOrCreateAndSetDefault() - Method in class org.jaudiotagger.audio.mp3.MP3File
Get the ID3v2 tag and convert to preferred version and set as the current tag
getTagAndConvertOrCreateDefault() - Method in class org.jaudiotagger.audio.AudioFile
Get the tag and convert to the default tag version or if the file doesn't have one at all, create a default tag Conversions are currently only necessary/available for some formats that support ID3- Dsf, Mp3
getTagAndConvertOrCreateDefault() - Method in class org.jaudiotagger.audio.mp3.MP3File
Get the ID3v2 tag and convert to preferred version or if the file doesn't have one at all create a default tag of preferred version and set it.
getTagger() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
getTaggers() - Method in enum org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey
List of taggers using this field, concentrates primarily on the original tagger to start using a field.
getTagOrCreateAndSetDefault() - Method in class org.jaudiotagger.audio.AudioFile
Get the tag or if the file doesn't have one at all, create a default tag and set it as the tag of this file
getTagOrCreateDefault() - Method in class org.jaudiotagger.audio.AudioFile
Get the tag or if the file doesn't have one at all, create a default tag and return
getTagOrCreateDefault() - Method in class org.jaudiotagger.audio.mp3.MP3File
Overridden to only consider ID3v2 Tag
getTagsNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getTempi() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Chronological map of tempi.
getTempo() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
getText() - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
getText() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getText() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
 
getText() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Retrieve the complete text String as it is held internally.
getText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Returns the the text field which holds the comment, adjusted to ensure does not return trailing null which is due to a iTunes bug.
getTextEncoding() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Return the Text Encoding
getTextEncoding(AbstractTagFrame, byte) - Static method in class org.jaudiotagger.tag.id3.ID3TextEncodingConversion
Check the text encoding is valid for this header type and is appropriate for user text encoding options.
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.AbstractString
Get the text encoding being used.
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.PartOfSet
Get the text encoding being used.
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.StringFixedLength
 
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.StringNullTerminated
 
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.StringSizeTerminated
 
getTextEncodingCharSet() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
 
getTextWithoutTrailingNulls() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Retrieve the complete text String but without any trailing nulls If multiple values are held these will be returned, needless trailing nulls will not be returned
getTextWithoutTrailingNulls() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Retrieve the complete text String but without any trailing nulls If multiple values are held these will be returned, needless trailing nulls will not be returned
getTime() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
getTimeEndPos() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getTimeLength() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
getTimeOffset() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
getTimestamp() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Return the timestamp of the file.
getTimestamp() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
getTimeStamp() - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
getTimeStamp() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
getTimeStamp() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
getTimestamp() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
getTimestampFormat() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Timestamp format for all events in this frame.
getTimeStampFormat() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
 
getTimestampFormat() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Timestamp format for all events in this frame.
getTimeStampFormat() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Returns the default time stamp format for ID3v2 tags which require it.
getTimestamps(int...) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Chronological list of timestamps of a set of given types.
getTimestamps() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Chronological list of timestamps.
getTimeStartPos() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getTimingCodes() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Chronological map of timing codes.
getTitle() - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
getTitle() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get title field
getTitle() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
 
getTotal() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
getTotal() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getTotalAsText() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
Get Total padded
getTotalAsText() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getTrack() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
getTrack() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getTrackLength() - Method in interface org.jaudiotagger.audio.AudioHeader
 
getTrackLength() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns the duration of the represented audio clip in seconds.
getTrackLength() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
getTrackLengthAsString() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Return the length in user friendly format
getTrackNo() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
getTrackNo() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TrackField
 
getTrackNoAsText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
getTrackTotal() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
getTrackTotal() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TrackField
 
getTrackTotalAsText() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
getTrakNodes() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getTreeModelListeners() - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns an array of all the tree model listeners registered on this model.
getTreePath() - Method in class org.jaudiotagger.utils.tree.TreeModelEvent
For all events, except treeStructureChanged, returns the parent of the changed nodes.
getType() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Returns the type of the metadata descriptor.
getType() - Method in enum org.jaudiotagger.audio.ogg.util.VorbisPacketType
 
getType() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
getType() - Method in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
getTypeSpecificDataSize() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
getUdtaNode() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
getUncompressedFrameSize() - Method in class org.jaudiotagger.audio.asf.data.FileHeader
 
getUnicodeTextEncoding(AbstractTagFrame) - Static method in class org.jaudiotagger.tag.id3.ID3TextEncodingConversion
Sets the text encoding to best Unicode type for the version
getUniqueIdentifier() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
getUnknown1() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getUnknown2() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
getUnrecognisedFields() - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
getUrlLink() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Get URL Link
getUrlLinkAtIndex(int) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Get text value at index When a multiple values are stored within a single text frame this method allows access to any of the individual values.
getUrlLinks() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
getUrlLinkWithoutTrailingNulls() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Retrieve the complete text String but without any trailing nulls If multiple values are held these will be returned, needless trailing nulls will not be returned
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
getUserFriendlyValue() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
 
getUserObject() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns this node's user object.
getUserObjectPath() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the user object path, from the root, to get to this node.
getV2TagSizeIfExists(File) - Static method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Checks to see if the file contains an ID3tag and if so return its size as reported in the tag header and return the size of the tag (including header), if no such tag exists return zero.
getValue(FieldKey, int) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.asf.AsfTag
Retrieve String value of the nth tag field that exists for this generic key
getValue() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Get value held by this Object
getValue() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
 
getValue() - Method in class org.jaudiotagger.tag.datatype.Pair
 
getValue() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
getValue() - Method in class org.jaudiotagger.tag.datatype.PartOfSet
 
getValue() - Method in class org.jaudiotagger.tag.datatype.StringDate
 
getValue() - Method in class org.jaudiotagger.tag.datatype.StringDateTime
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Retrieve the value that exists for this generic key and this index

Have to do some special mapping for certain generic keys because they share frame with another generic key.

getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Retrieve the value that exists for this generic key and this index Have to do some special mapping for certain generic keys because they share frame with another generic key.
getValue() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Retrieve the indexed value that exists for this generic key
getValue() - Method in enum org.jaudiotagger.tag.reference.MusicalKey
 
getValue(FieldKey, int) - Method in interface org.jaudiotagger.tag.Tag
Retrieve String value of the nth tag field that exists for this generic key
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
getValue(FieldKey, int) - Method in class org.jaudiotagger.tag.wav.WavTag
 
getValueAtIndex(int) - Method in class org.jaudiotagger.tag.datatype.TCONString
Get the nth value
getValueAtIndex(int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Get the nth value
getValueAtIndex(int) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Get value at index
getValueAtIndex(int) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Get text value at index When a multiple values are stored within a single text frame this method allows access to any of the individual values.
getValueAtIndex(int) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Get text value at index When a multiple values are stored within a single text frame this method allows access to any of the individual values.
getValueFor(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
This method looks up a descriptor with given name and returns its value as string.
getValueForId(int) - Method in class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
Get value for Id
getValueForId(String) - Method in class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
Get value for Id
getValues() - Method in class org.jaudiotagger.tag.datatype.TCONString
 
getValues() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
 
getValues() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
 
getValues() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
getValueToIdMap() - Method in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
getValueToKey() - Method in interface org.jaudiotagger.tag.datatype.HashMapInterface
 
getValueToKey() - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
getValueToKey() - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
getValueWithoutTrailingNull() - Method in class org.jaudiotagger.tag.datatype.TCONString
Get value(s) whilst removing any trailing nulls
getValueWithoutTrailingNull() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Get value(s) whilst removing any trailing nulls
getVendor() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
getVersion() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Gets the mPEGVersion attribute of the MPEGFrame object
getVersionAsString() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
getVorbisAlbumArtisReadOptions() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getVorbisAlbumArtistSaveOptions() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getVorbisCommentTag() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
getWavOptions() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getWavSaveOptions() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getWavSaveOrder() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
getWholeNumber(Object) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Given an datatype, try to return it as a long.
getWidth() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
getWidth() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
getWidth() - Method in interface org.jaudiotagger.tag.images.Artwork
 
getWidth() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
getWriteChunkSize() - Method in class org.jaudiotagger.tag.TagOptionSingleton
When we have to create new audio files and shift audio data to fit in more metadata this value set the maximum amount in bytes that can be transferred in one call, this is to protect against various OutOfMemoryExceptions that cna occur, especially on networked filesystems.
getWriteFlags() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
This returns the flags amended to meet specification
getYear() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
getYear() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Get year field
GROUP - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
guid - Variable in class org.jaudiotagger.audio.asf.data.Chunk
The GUID of represented chunk header.
GUID - Class in org.jaudiotagger.audio.asf.data
This class is used for representation of GUIDs and as a reference list of all Known GUIDs.
GUID(byte[]) - Constructor for class org.jaudiotagger.audio.asf.data.GUID
Creates an instance and assigns given value.
GUID(int[]) - Constructor for class org.jaudiotagger.audio.asf.data.GUID
Creates an instance and assigns given value.
GUID(int[], String) - Constructor for class org.jaudiotagger.audio.asf.data.GUID
Creates an instance like GUID.GUID(int[])and sets the optional description.
GUID(String, String) - Constructor for class org.jaudiotagger.audio.asf.data.GUID
Creates an instance like GUID.GUID(int[]) and sets the optional description.
GUID_AUDIO_ERROR_CONCEALEMENT_ABSENT - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has no error concealment.
GUID_AUDIO_ERROR_CONCEALEMENT_INTERLEAVED - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has interleaved error concealment.
GUID_AUDIOSTREAM - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating that stream type is audio.
GUID_CONTENT_BRANDING - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating a content branding object.
GUID_CONTENT_ENCRYPTION - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This is for the Content Encryption Object 2211B3FB-BD23-11D2-B4B7-00A0C955FC6E, needs to be little-endian.
GUID_CONTENTDESCRIPTION - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant represents the guidData for a chunk which contains Title, author, copyright, description and rating.
GUID_ENCODING - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID for Encoding-Info chunks.
GUID_EXTENDED_CONTENT_DESCRIPTION - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant defines the GUID for a WMA "Extended Content Description" chunk.
GUID_FILE - Static variable in class org.jaudiotagger.audio.asf.data.GUID
GUID of ASF file header.
GUID_HEADER - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant defines the GUID of a asf header chunk.
GUID_HEADER_EXTENSION - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores a GUID whose functionality is unknown.
GUID_LANGUAGE_LIST - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating the asf language list object.
GUID_LENGTH - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the length of GUIDs used with ASF streams.
GUID_METADATA - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating the asf metadata object.
GUID_METADATA_LIBRARY - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating the asf metadata library object.
GUID_STREAM - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating a stream object.
GUID_STREAM_BITRATE_PROPERTIES - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores a GUID indicating a "stream bitrate properties" chunk.
GUID_UNSPECIFIED - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant represents a GUID implementation which can be used for generic implementations, which have to provide a GUID, but do not really require a specific GUID to work.
GUID_VIDEOSTREAM - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID indicating that stream type is video.
GUIDFormatException - Exception in org.jaudiotagger.audio.asf.data
This exception is used when a string was about to be interpreted as a GUID, but did not match the format.
GUIDFormatException(String) - Constructor for exception org.jaudiotagger.audio.asf.data.GUIDFormatException
Creates an instance.

H

HANDLER_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
HANDLER_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
hasChunkByGUID(GUID) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
This method checks if a chunk has been added with specified GUID.
hasCommonFields() - Method in class org.jaudiotagger.audio.generic.AbstractTag
Does this tag contain any comon fields
hasCommonFields() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
hasCommonFields() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
hasCommonFields() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
hasCommonFields() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
hasCommonFields() - Method in interface org.jaudiotagger.tag.Tag
Returns true, if at least one of the contained fields is a common field (TagField.isCommon()).
hasCommonFields() - Method in class org.jaudiotagger.tag.wav.WavTag
 
hasDescriptor(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Determines if this container contains a descriptor with given name.
hasField(String) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Does this tag contain a field with the specified id
hasField(FieldKey) - Method in class org.jaudiotagger.audio.generic.AbstractTag
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
hasField(String) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
 
hasField(AsfFieldKey) - Method in class org.jaudiotagger.tag.asf.AsfTag
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
hasField(VorbisCommentFieldKey) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
hasField(String) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Does this tag contain a field with the specified key
hasField(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Does this tag contain a field with the specified id
hasField(FieldKey) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
hasField(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
hasField(String) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
hasField(Mp4FieldKey) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
hasField(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
Determines whether the tag has at least one field with the specified field key.
hasField(String) - Method in interface org.jaudiotagger.tag.Tag
Determines whether the tag has at least one field with the specified "id".
hasField(FieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
hasField(VorbisCommentFieldKey) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
hasField(FieldKey) - Method in class org.jaudiotagger.tag.wav.WavTag
 
hasField(String) - Method in class org.jaudiotagger.tag.wav.WavTag
 
hasFrame(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return whether tag has frame with this identifier

Warning the match is only done against the identifier so if a tag contains a frame with an unsupported body but happens to have an identifier that is valid for another version of the tag it will return true

hasFrameAndBody(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return whether tag has frame with this identifier and a related body.
hasFrameOfType(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return whether tag has frame starting with this identifier

Warning the match is only done against the identifier so if a tag contains a frame with an unsupported body but happens to have an identifier that is valid for another version of the tag it will return true

hashCode() - Method in class org.jaudiotagger.audio.asf.data.GUID
hashCode() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
hashCode() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
 
hashCode() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
hashCode() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
hashCode() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns the hashCode for the object.
HashMapInterface<K,V> - Interface in org.jaudiotagger.tag.datatype
Represents an interface allowing maping from key to value and value to key
hasID3v1Tag() - Method in class org.jaudiotagger.audio.mp3.MP3File
Returns true if this datatype contains an Id3v1 tag
hasID3v2Tag() - Method in class org.jaudiotagger.audio.mp3.MP3File
Returns true if this datatype contains an Id3v2 tag
hasNext() - Method in class org.jaudiotagger.tag.id3.ID3v1Iterator
 
hasNext() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1Iterator
 
hasTimeStamp() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
hasTimeStamp() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
header - Variable in class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
 
HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
HEADER_SIZE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
Hex - Class in org.jaudiotagger.logging
Display as hex
Hex() - Constructor for class org.jaudiotagger.logging.Hex
 

I

id - Variable in class org.jaudiotagger.tag.mp4.Mp4TagField
 
ID3Chunk - Class in org.jaudiotagger.audio.aiff.chunk
Contains the ID3 tags.
ID3Chunk(ChunkHeader, ByteBuffer, AiffTag, String) - Constructor for class org.jaudiotagger.audio.aiff.chunk.ID3Chunk
Constructor.
Id3Chunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
Id3Chunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dff.Id3Chunk
 
ID3Chunk - Class in org.jaudiotagger.audio.dsf
Created by Paul on 28/01/2016.
ID3Chunk(ByteBuffer) - Constructor for class org.jaudiotagger.audio.dsf.ID3Chunk
 
ID3Compression - Class in org.jaudiotagger.tag.id3
compresses frame data Is currently required for V23Frames and V24Frames
ID3Compression() - Constructor for class org.jaudiotagger.tag.id3.ID3Compression
 
Id3FieldType - Enum in org.jaudiotagger.tag.id3
Categorises id3 fields to aid in mapping to generic keys
ID3Frames - Class in org.jaudiotagger.tag.id3
Subclasses Defines ID3 frames for their Tag Version Here we specify how frames are mapped between different Tag Versions
ID3Frames() - Constructor for class org.jaudiotagger.tag.id3.ID3Frames
 
ID3NumberTotalFields - Class in org.jaudiotagger.tag.id3.valuepair
Created by Paul on 09/11/2016.
ID3NumberTotalFields() - Constructor for class org.jaudiotagger.tag.id3.valuepair.ID3NumberTotalFields
 
ID3Rating - Class in org.jaudiotagger.tag.id3.reference
Factory class that can be used to convert ratings to suit your preferred tagger/player
ID3Rating() - Constructor for class org.jaudiotagger.tag.id3.reference.ID3Rating
 
Id3SupportingTag - Interface in org.jaudiotagger.tag.id3
This interface indicates that the tag supports ID3
ID3SyncSafeInteger - Class in org.jaudiotagger.tag.id3
Peforms encoding/decoding of an syncsafe integer
ID3SyncSafeInteger() - Constructor for class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
 
ID3Tags - Class in org.jaudiotagger.tag.id3
This contains static methods that can be performed on tags and to convert between tags.
ID3TextEncodingConversion - Class in org.jaudiotagger.tag.id3
Functions to encode text according to encodingoptions and ID3 version
ID3TextEncodingConversion() - Constructor for class org.jaudiotagger.tag.id3.ID3TextEncodingConversion
 
id3ToTagField - Variable in class org.jaudiotagger.tag.id3.ID3v22Frames
Maps from ID3 key to Generic key
id3ToTagField - Variable in class org.jaudiotagger.tag.id3.ID3v23Frames
Maps from ID3 key to Generic key
id3ToTagField - Variable in class org.jaudiotagger.tag.id3.ID3v24Frames
Maps from ID3 key to Generic key
ID3Unsynchronization - Class in org.jaudiotagger.tag.id3
Performs unsynchronization and synchronization tasks on a buffer.
ID3Unsynchronization() - Constructor for class org.jaudiotagger.tag.id3.ID3Unsynchronization
 
ID3v11Tag - Class in org.jaudiotagger.tag.id3
Represents an ID3v11 tag.
ID3v11Tag() - Constructor for class org.jaudiotagger.tag.id3.ID3v11Tag
Creates a new ID3v11 datatype.
ID3v11Tag(ID3v11Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v11Tag
 
ID3v11Tag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.ID3v11Tag
Creates a new ID3v11 datatype from a non v11 tag
ID3v11Tag(RandomAccessFile, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v11Tag
Creates a new ID3v11 datatype.
ID3v11Tag(RandomAccessFile) - Constructor for class org.jaudiotagger.tag.id3.ID3v11Tag
ID3v1FieldKey - Enum in org.jaudiotagger.tag.id3
Basic ID3v11 Field Names
ID3v1Iterator - Class in org.jaudiotagger.tag.id3
 
ID3v1Iterator(ID3v1Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v1Iterator
Creates a new ID3v1Iterator datatype.
ID3v1Tag - Class in org.jaudiotagger.tag.id3
Represents an ID3v1 tag.
ID3v1Tag() - Constructor for class org.jaudiotagger.tag.id3.ID3v1Tag
Creates a new ID3v1 datatype.
ID3v1Tag(ID3v1Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v1Tag
 
ID3v1Tag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.ID3v1Tag
 
ID3v1Tag(RandomAccessFile, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v1Tag
Creates a new ID3v1 datatype.
ID3v1Tag(RandomAccessFile) - Constructor for class org.jaudiotagger.tag.id3.ID3v1Tag
ID3v1TagField - Class in org.jaudiotagger.tag.id3
This class encapsulates the name and content of a tag entry in id3 fields
ID3v1TagField(byte[]) - Constructor for class org.jaudiotagger.tag.id3.ID3v1TagField
Creates an instance.
ID3v1TagField(String, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v1TagField
Creates an instance.
ID3v22FieldKey - Enum in org.jaudiotagger.tag.id3
List of known id3v22 metadata fields
ID3v22Frame - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.2 frame.
ID3v22Frame() - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
 
ID3v22Frame(AbstractID3v2FrameBody) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
Creates a new ID3v22 Frame with given body
ID3v22Frame(String) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
Creates a new ID3v22 Frame of type identifier.
ID3v22Frame(ID3v22Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
Copy Constructor Creates a new v22 frame based on another v22 frame
ID3v22Frame(AbstractID3v2Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
Creates a new ID3v22 Frame from another frame of a different tag version
ID3v22Frame(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
Creates a new ID3v22Frame datatype by reading from byteBuffer.
ID3v22Frame(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Frame
ID3v22FrameBody - Interface in org.jaudiotagger.tag.id3.framebody
Indicates that this is a framebody used in ID3v22Tags.
ID3v22Frames - Class in org.jaudiotagger.tag.id3
Defines ID3v22 frames and collections that categorise frames within an ID3v22 tag.
ID3v22PreferredFrameOrderComparator - Class in org.jaudiotagger.tag.id3
Orders frame Ids so that the most important frames are writtne first
ID3v22Tag - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.2 tag.
ID3v22Tag() - Constructor for class org.jaudiotagger.tag.id3.ID3v22Tag
Creates a new empty ID3v2_2 tag.
ID3v22Tag(ID3v22Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Tag
Copy Constructor, creates a new ID3v2_2 Tag based on another ID3v2_2 Tag
ID3v22Tag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Tag
Constructs a new tag based upon another tag of different version/type
ID3v22Tag(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Tag
Creates a new ID3v2_2 datatype.
ID3v22Tag(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v22Tag
ID3v23FieldKey - Enum in org.jaudiotagger.tag.id3
List of known id3v23 metadata fields
ID3v23Frame - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.3 frame.
ID3v23Frame() - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Creates a new ID3v23 Frame
ID3v23Frame(String) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Creates a new ID3v23 Frame of type identifier.
ID3v23Frame(ID3v23Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Copy Constructor Creates a new v23 frame based on another v23 frame
ID3v23Frame(ID3v24Frame, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Partially construct ID3v24 Frame form an IS3v23Frame Used for Special Cases
ID3v23Frame(AbstractID3v2Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Creates a new ID3v23Frame based on another frame of a different version.
ID3v23Frame(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
Creates a new ID3v23Frame dataType by reading from byteBuffer.
ID3v23Frame(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Frame
ID3v23FrameBody - Interface in org.jaudiotagger.tag.id3.framebody
Indicates that this is a framebody used in ID3v23Tags.
ID3v23Frames - Class in org.jaudiotagger.tag.id3
Defines ID3v23 frames and collections that categorise frames within an ID3v23 tag.
ID3v23PreferredFrameOrderComparator - Class in org.jaudiotagger.tag.id3
Orders frame Ids so that the most important frames are writtne first
ID3v23Tag - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.3 tag.
ID3v23Tag() - Constructor for class org.jaudiotagger.tag.id3.ID3v23Tag
Creates a new empty ID3v2_3 datatype.
ID3v23Tag(ID3v23Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Tag
Copy Constructor, creates a new ID3v2_3 Tag based on another ID3v2_3 Tag
ID3v23Tag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Tag
Constructs a new tag based upon another tag of different version/type
ID3v23Tag(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Tag
Creates a new ID3v2_3 datatype.
ID3v23Tag(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v24FieldKey - Enum in org.jaudiotagger.tag.id3
List of known id3v24 metadata fields
ID3v24Frame - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.4 frame.
ID3v24Frame() - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
 
ID3v24Frame(String) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Creates a new ID3v2_4Frame of type identifier.
ID3v24Frame(ID3v24Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Copy Constructor:Creates a new ID3v24 frame datatype based on another frame.
ID3v24Frame(ID3v23Frame, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Partially construct ID3v24 Frame form an IS3v23Frame
ID3v24Frame(AbstractID3v2Frame) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Creates a new ID3v24 frame datatype based on another frame of different version Converts the framebody to the equivalent v24 framebody or to UnsupportedFrameBody if identifier is unknown.
ID3v24Frame(Lyrics3v2Field) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Creates a new ID3v2_4Frame datatype based on Lyrics3.
ID3v24Frame(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
Creates a new ID3v24Frame datatype by reading from byteBuffer.
ID3v24Frame(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Frame
ID3v24Frame.StatusFlags - Class in org.jaudiotagger.tag.id3
Member Class This represents a frame headers Status Flags Make adjustments if necessary based on frame type and specification.
ID3v24FrameBody - Interface in org.jaudiotagger.tag.id3.framebody
Indicates that this is a framebody used in ID3v24Tags.
ID3v24Frames - Class in org.jaudiotagger.tag.id3
Defines ID3v24 frames and collections that categorise frames.
ID3v24PreferredFrameOrderComparator - Class in org.jaudiotagger.tag.id3
Orders frame Ids so that the most important frames are writtne first
ID3v24Tag - Class in org.jaudiotagger.tag.id3
Represents an ID3v2.4 tag.
ID3v24Tag() - Constructor for class org.jaudiotagger.tag.id3.ID3v24Tag
Creates a new empty ID3v2_4 datatype.
ID3v24Tag(ID3v24Tag) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Tag
Copy Constructor, creates a new ID3v2_4 Tag based on another ID3v2_4 Tag
ID3v24Tag(AbstractTag) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Tag
Creates a new ID3v2_4 datatype based on another (non 2.4) tag
ID3v24Tag(ByteBuffer, String) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Tag
Creates a new ID3v2_4 datatype.
ID3v24Tag(ByteBuffer) - Constructor for class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2ChapterFrameBody - Interface in org.jaudiotagger.tag.id3.framebody
Indicates that this is a frame used in ID3v2 Chapter Tags.
ID3v2ChapterFrames - Class in org.jaudiotagger.tag.id3
Defines ID3 Chapter frames and collections that categorise frames.
ID3V2ExtendedGenreTypes - Enum in org.jaudiotagger.tag.id3.valuepair
ID3V2 Genre list
ID3v2LyricLine - Class in org.jaudiotagger.tag.datatype
 
ID3v2LyricLine(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
ID3v2LyricLine(ID3v2LyricLine) - Constructor for class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
ID3V2Version - Enum in org.jaudiotagger.tag.reference
Defines ID3V2 Versions
ID_LENGHT - Static variable in class org.jaudiotagger.audio.dff.BaseChunk
 
ID_TYER_TDAT - Static variable in class org.jaudiotagger.tag.id3.TyerTdatAggregatedFrame
 
IDENT - Static variable in class org.jaudiotagger.logging.LogFormatter
 
IDENT - Static variable in class org.jaudiotagger.test.ExtractID3TagFromFile
 
IDENT - Static variable in class org.jaudiotagger.test.MergeID3AndMP3Files.DirFilter
 
IDENT - Static variable in class org.jaudiotagger.test.TestAudioTagger.DirFilter
 
identifier - Variable in class org.jaudiotagger.tag.datatype.AbstractDataType
Holds the key such as "Text" or "PictureType", the naming of keys are fairly arbitary but are intended to make it easier to for the developer, the keys themseleves are not written to the tag.
identifier - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
IDENTIFIER - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
IDENTIFIER - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
IDENTIFIER - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
IDENTIFIER - Static variable in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
IDENTIFIER_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
IDENTIFIER_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
idToValue - Variable in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
IffHeaderChunk - Class in org.jaudiotagger.audio.iff
Common to all IFF formats such as Wav and Aiff, is the the top level chunk, 8 byte header plus 4 byte type field
IffHeaderChunk() - Constructor for class org.jaudiotagger.audio.iff.IffHeaderChunk
 
IMAGE_IS_URL - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
IMAGE_IS_URL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
IMAGE_IS_URL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
imageEncodingRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
If Set Image encoding restrictions 0 No restrictions 1 Images are encoded only with PNG [PNG] or JPEG [JFIF].
ImageFormats - Class in org.jaudiotagger.tag.id3.valuepair
Represents common image formats support by ID3 and provides a mapping between the format field supported in ID3v22 and the mimetype field supported by ID3v23/ID3v24.
ImageFormats() - Constructor for class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
ImageHandler - Interface in org.jaudiotagger.tag.images
Image Handler
ImageHandlingFactory - Class in org.jaudiotagger.tag.images
Provides a class for all Image handling, this is required because the image classes provided by standard java are different to those provided by Android
ImageHandlingFactory() - Constructor for class org.jaudiotagger.tag.images.ImageHandlingFactory
 
Images - Class in org.jaudiotagger.tag.images
BufferedImage methods Not compatible with Android, delete from your source tree.
Images() - Constructor for class org.jaudiotagger.tag.images.Images
 
imageSizeRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
If set Image size restrictions 00 No restrictions 01 All images are 256x256 pixels or smaller.
increaseLevel() - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
INDX - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
init() - Static method in class org.jaudiotagger.audio.ogg.util.OggCRCFactory
 
insert(MutableTreeNode, int) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
insert(MutableTreeNode, int) - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Adds child to the receiver at index.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoked this to insert newChild at location index in parents children.
INSTRUMENT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
INTEGRAL_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
 
InterpolationTypes - Class in org.jaudiotagger.tag.id3.valuepair
 
InvalidAudioFrameException - Exception in org.jaudiotagger.audio.exceptions
Thrown if portion of file thought to be an AudioFrame is found to not be.
InvalidAudioFrameException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidAudioFrameException
 
InvalidBoxHeaderException - Exception in org.jaudiotagger.audio.exceptions
Thrown if when trying to read box id the length doesn't make any sense
InvalidBoxHeaderException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidBoxHeaderException
 
InvalidChunkException - Exception in org.jaudiotagger.audio.exceptions
This exception is thrown if reading a dff fil ean invalid chuink is encountered.
InvalidChunkException() - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidChunkException
Creates an instance.
InvalidChunkException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidChunkException
 
InvalidChunkException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidChunkException
Creates an instance.
InvalidChunkException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.InvalidChunkException
Creates an instance.
InvalidDataTypeException - Exception in org.jaudiotagger.tag
Indicates there was a problem parsing this datatype due to a problem with the data such as the array being empty when trying to read from a file.
InvalidDataTypeException() - Constructor for exception org.jaudiotagger.tag.InvalidDataTypeException
Creates a new InvalidDataTypeException datatype.
InvalidDataTypeException(Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidDataTypeException
Creates a new InvalidDataTypeException datatype.
InvalidDataTypeException(String) - Constructor for exception org.jaudiotagger.tag.InvalidDataTypeException
Creates a new InvalidDataTypeException datatype.
InvalidDataTypeException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidDataTypeException
Creates a new InvalidDataTypeException datatype.
InvalidFrameException - Exception in org.jaudiotagger.tag
Thrown if frame cannot be read correctly.
InvalidFrameException() - Constructor for exception org.jaudiotagger.tag.InvalidFrameException
Creates a new InvalidFrameException datatype.
InvalidFrameException(Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidFrameException
Creates a new InvalidFrameException datatype.
InvalidFrameException(String) - Constructor for exception org.jaudiotagger.tag.InvalidFrameException
Creates a new InvalidFrameException datatype.
InvalidFrameException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidFrameException
Creates a new InvalidFrameException datatype.
InvalidFrameIdentifierException - Exception in org.jaudiotagger.tag
Thrown if a frame identifier isn't valid.
InvalidFrameIdentifierException() - Constructor for exception org.jaudiotagger.tag.InvalidFrameIdentifierException
Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidFrameIdentifierException
Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(String) - Constructor for exception org.jaudiotagger.tag.InvalidFrameIdentifierException
Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidFrameIdentifierException
Creates a new InvalidFrameIdentifierException datatype.
invalidFrames - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
InvalidTagException - Exception in org.jaudiotagger.tag
An InvalidTagException is thrown if a parse error occurs while a tag is being read from a file.
InvalidTagException() - Constructor for exception org.jaudiotagger.tag.InvalidTagException
Creates a new InvalidTagException datatype.
InvalidTagException(Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidTagException
Creates a new InvalidTagException datatype.
InvalidTagException(String) - Constructor for exception org.jaudiotagger.tag.InvalidTagException
Creates a new InvalidTagException datatype.
InvalidTagException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.InvalidTagException
Creates a new InvalidTagException datatype.
IPI - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
IS_CLASSICAL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
IS_GREATEST_HITS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
IS_HD - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
IS_SOUNDTRACK - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
isAddSupported(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type.
isAddSupported(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type.
isAddSupported(MetadataDescriptor) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type.
isAllowedEncoding(Charset) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Determines whether the given charset encoding may be used for the represented tagging system.
isAllowedEncoding(Charset) - Method in class org.jaudiotagger.audio.generic.GenericTag
 
isAllowedEncoding(Charset) - Method in class org.jaudiotagger.tag.asf.AsfTag
Determines whether the given charset encoding may be used for the represented tagging system.
isAllowedEncoding(Charset) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
isAllowedEncoding(Charset) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
isAndroid() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isAPICDescriptionITunesCompatible() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Itunes expects APIC description to be encoded as ISO-8859-1 even if text encoding is set to 1 (UTF16)
isApplicable(GUID) - Method in class org.jaudiotagger.audio.asf.io.AsfExtHeaderModifier
Determines, whether the modifier handles chunks identified by given guid.
isApplicable(GUID) - Method in interface org.jaudiotagger.audio.asf.io.ChunkModifier
Determines, whether the modifier handles chunks identified by given guid.
isApplicable(GUID) - Method in class org.jaudiotagger.audio.asf.io.ChunkRemover
Determines, whether the modifier handles chunks identified by given guid.
isApplicable(GUID) - Method in class org.jaudiotagger.audio.asf.io.WriteableChunkModifer
Determines, whether the modifier handles chunks identified by given guid.
isAudioSizeEnabled() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
isBadChunkData() - Method in class org.jaudiotagger.tag.wav.WavTag
 
isBinary() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Determines whether the represented field contains (is made up of) binary data, instead of text data.
Software can identify fields to be displayed because they are human readable if this method returns false.
isBinary(boolean) - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Deprecated.
As for now is of no use. Implementations should use another way of setting this property.
isBinary() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
isBinary(boolean) - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
isBinary() - Method in class org.jaudiotagger.tag.asf.AsfTagField
Determines whether the represented field contains (is made up of) binary data, instead of text data.
Software can identify fields to be displayed because they are human readable if this method returns false.
isBinary(boolean) - Method in class org.jaudiotagger.tag.asf.AsfTagField
This method will set the field to represent binary data.
Some implementations may support conversions.
As of now (Octobre 2005) there is no implementation really using this method to perform useful operations.
isBinary(boolean) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
isBinary() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
isBinary(boolean) - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
isBinary(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
 
isBinary() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
isBinary(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
isBinary() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
isBinary() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
isBinary() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
isBinary - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
isBinary() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
isBinary() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
 
isBinary() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
isBinary() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
isBinary() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
isBinary(boolean) - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
isBinary() - Method in interface org.jaudiotagger.tag.TagField
Determines whether the represented field contains (is made up of) binary data, instead of text data.
Software can identify fields to be displayed because they are human readable if this method returns false.
isBinary(boolean) - Method in interface org.jaudiotagger.tag.TagField
This method will set the field to represent binary data.
Some implementations may support conversions.
As of now (Octobre 2005) there is no implementation really using this method to perform useful operations.
isBinary() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
isBinary(boolean) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
isBlank(String) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Tests if the given string is null or just contains whitespace characters.
isBufferEmpty(byte[]) - Static method in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Checks if the buffer just contains zeros This can be used to identify when accessing padding of a tag
isBufferNotSyncSafe(ByteBuffer) - Static method in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Is buffer holding a value that is definently not syncsafe We cannot guarantee a buffer is holding a syncsafe integer but there are some checks we can do to show that it definently is not.
isCheckIsWritable() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Whether Files.isWritable should be used to check if a file can be written.
isCommon() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Identifies a field to be of common use.
Some software may differ between common and not common fields.
isCommon() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
isCommon() - Method in class org.jaudiotagger.tag.asf.AsfTagField
Identifies a field to be of common use.
Some software may differ between common and not common fields.
isCommon() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
isCommon(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
 
isCommon() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
isCommon() - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
isCommon() - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
 
isCommon() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
 
isCommon() - Method in class org.jaudiotagger.tag.mp4.Mp4TagField
 
isCommon() - Method in interface org.jaudiotagger.tag.TagField
Identifies a field to be of common use.
Some software may differ between common and not common fields.
isCommon() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
isCompilation() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCMP
 
isCompression() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
isCONT() - Method in class org.jaudiotagger.audio.real.RealChunk
 
isContentEncrypted() - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
isCopyingFields() - Method in class org.jaudiotagger.tag.asf.AsfTag
If true, the AsfTag.copyFrom(TagField) method creates a new AsfTagField instance and copies the content from the source.
This method is utilized by AsfTag.addField(TagField) and AsfTag.setField(TagField).
So if true it is ensured that the AsfTag instance has its own copies of fields, which cannot be modified after assignment (which could pass some checks), and it just stores AsfTagField objects.
Only then AsfTag.getAsfFields() can work.
isCopyrighted() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isCopyrighted() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isCoverArtType(Mp4FieldType) - Static method in enum org.jaudiotagger.tag.mp4.field.Mp4FieldType
 
isDescendant(TreePath) - Method in class org.jaudiotagger.utils.tree.TreePath
Returns true if aTreePath is a descendant of this TreePath.
isDiscardIfFileAltered(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
If file changes discard these frames
isEmpty() - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
true if it is not necessary to write the chunk into an ASF file, since it contains no information.
isEmpty() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method checks if the binary data is empty.
isEmpty() - Method in interface org.jaudiotagger.audio.asf.io.WriteableChunk
true if it is not necessary to write the chunk into an ASF file, since it contains no information.
isEmpty() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Determines whether the content of the field is empty.
isEmpty() - Method in class org.jaudiotagger.audio.generic.AbstractTag
Is this tag empty
isEmpty() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
isEmpty() - Method in class org.jaudiotagger.tag.aiff.AiffTag
Determines whether the tag has no fields specified.

isEmpty() - Method in class org.jaudiotagger.tag.asf.AsfTagField
Determines whether the content of the field is empty.
isEmpty() - Method in class org.jaudiotagger.tag.asf.AsfTagTextField
 
isEmpty() - Method in class org.jaudiotagger.tag.flac.FlacTag
Determines whether the tag has no fields specified.
isEmpty() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
isEmpty() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Is this tag empty
isEmpty() - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
 
isEmpty() - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
isEmpty() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
isEmpty() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
isEmpty() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
isEmpty() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
isEmpty() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
isEmpty() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
isEmpty() - Method in interface org.jaudiotagger.tag.Tag
Determines whether the tag has no fields specified.
isEmpty() - Method in interface org.jaudiotagger.tag.TagField
Determines whether the content of the field is empty.
isEmpty() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Is this tag empty
isEmpty() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
isEmpty() - Method in class org.jaudiotagger.tag.wav.WavTag
Determines whether the tag has no fields specified.

isEncodeUTF16BomAsLittleEndian() - Method in class org.jaudiotagger.tag.TagOptionSingleton
When you specify a field should be stored as UTF16 in ID3 this means write with BOM indicating whether written as Little Endian or Big Endian, its defaults to little Endian
isErrorConcealed() - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
This mehtod returns whether the audio stream data is error concealed.
isExistingId3Tag() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
isExistingId3Tag() - Method in class org.jaudiotagger.tag.wav.WavTag
 
isExistingInfoTag() - Method in class org.jaudiotagger.tag.wav.WavTag
 
isExtensionFrames(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
 
isFilenameTagSave() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isFrameCountEnabled() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
isGuidEnabled() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
isHoursOnly() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
isHoursOnly() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
 
isId3Tag(RandomAccessFile) - Static method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Determines if file contain an id3 tag and if so positions the file pointer just after the end of the tag.
isId3Tag(FileChannel) - Static method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Is ID3 tag
isID3Tag() - Method in class org.jaudiotagger.tag.wav.WavTag
Does an ID3 tag exist, note it is created by default if one does not exist in file it was read from
isId3v1Save() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveAlbum() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveArtist() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveComment() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveGenre() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveTitle() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveTrack() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v1SaveYear() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isID3v22FrameIdentifier(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Returns true if the identifier is a valid ID3v2.2 frame identifier
isID3v23FrameIdentifier(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Returns true if the identifier is a valid ID3v2.3 frame identifier
isID3v24FrameIdentifier(String) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Returns true if the identifier is a valid ID3v2.4 frame identifier
isId3v2ITunes12_6WorkGroupingMode() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v2PaddingCopyTag() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v2PaddingWillShorten() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isId3v2Save() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isImageUrl() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
isImageUrl() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
isImageUrl() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
isIncorrectlyAlignedTag() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
isIncorrectlyAlignedTag() - Method in class org.jaudiotagger.tag.wav.WavTag
 
isInfoTag() - Method in class org.jaudiotagger.tag.wav.WavTag
Does the info tag exist, note it is created by default if one does not exist in file it was read from
isItunesFrame() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
isKey(String) - Static method in class org.jaudiotagger.tag.id3.valuepair.MusicianCredits
 
isKey(String) - Static method in enum org.jaudiotagger.tag.id3.valuepair.StandardIPLSKey
 
isLanguageEnabled() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
isLastBlock() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
isLastChunkSizeExtendsPastFormSize() - Method in class org.jaudiotagger.tag.aiff.AiffTag
If the file is larger than the size reported by the FORM size header and the last chunk extends into this area past the size reported by FORM header then indicates the FORM header is incorrect rather than just extra non iff data at file end
isLastPacketIncomplete() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
isLeaf() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if this node has no children.
isLeaf(Object) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Returns whether the specified node is a leaf node.
isLeaf(Object) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in interface org.jaudiotagger.utils.tree.TreeNode
Returns true if the receiver is a leaf.
isLinked() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
isLinked() - Method in interface org.jaudiotagger.tag.images.Artwork
 
isLinked() - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
isLossless() - Method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
 
isLossless() - Method in interface org.jaudiotagger.audio.AudioHeader
 
isLossless() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns true, if the audio file is encoded with "Lossless".
isLossless() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isLyrics3KeepEmptyFieldIfRead() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isLyrics3Save() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isLyrics3SaveEmptyField() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isLyrics3v2FieldIdentifier(String) - Static method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
Returns true if the identifier is a valid Lyrics3v2 frame identifier
isMediaMonkeyFrame() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
isMimeTypeWritable(String) - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
 
isMimeTypeWritable(String) - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
isMimeTypeWritable(String) - Method in class org.jaudiotagger.tag.images.StandardImageHandler
 
isMonthOnly() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
isMonthOnly() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
isMPEGFrame(ByteBuffer) - Static method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Gets the MPEGFrame attribute of the MPEGFrame object
isMultipleAllowed(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
Are multiple occurrences of frame allowed
isMultiValued() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
isMultiValued(String) - Static method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Tests whether the field is enabled for multiple values.
isMultiValued() - Method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Returns true if this field can store multiple values.
isNodeAncestor(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if anotherNode is an ancestor of this node -- if it is this node, this node's parent, or an ancestor of this node's parent.
isNodeChild(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if aNode is a child of this node.
isNodeDescendant(DefaultMutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if anotherNode is a descendant of this node -- if it is this node, one of this node's children, or a descendant of one of this node's children.
isNodeRelated(DefaultMutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if and only if aNode is in the same tree as this node.
isNodeSibling(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if anotherNode is a sibling of (has the same parent as) this node.
isNonStandardPadding() - Method in class org.jaudiotagger.tag.wav.WavTag
 
isNullSeperateMultipleValues() - Method in class org.jaudiotagger.tag.datatype.TCONString
If this field is used with ID3v24 then it is usual to null separate values.
isNumber(FieldKey) - Static method in class org.jaudiotagger.tag.id3.valuepair.ID3NumberTotalFields
 
ISO_8859_1 - Static variable in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
 
ISOCountry - Class in org.jaudiotagger.tag.reference
Represents the ISO 3166-1 Country List with ISO 3166-1-alpha-2 code Contains an enum of countries, their two letter code and description with additional method to allow an enum to be found by its two letter code or its description.
ISOCountry() - Constructor for class org.jaudiotagger.tag.reference.ISOCountry
 
ISOCountry.Country - Enum in org.jaudiotagger.tag.reference
List of valid Iso Country, shows 2 letter abbreviation and country human readable name
isOddLength(long) - Static method in class org.jaudiotagger.audio.generic.Utils
 
isOnlyMetadataTagsAfterStartingMetadataTag(AiffTag) - Static method in class org.jaudiotagger.audio.aiff.chunk.AiffChunkSummary
Checks that there are only id3 tags after the currently selected id3tag because this means its safe to truncate the remainder of the file.
isOnlyMetadataTagsAfterStartingMetadataTag(WavTag) - Static method in class org.jaudiotagger.audio.wav.chunk.WavChunkSummary
Checks that there are only metadata tags after the currently selected metadata because this means its safe to truncate the remainder of the file.
isOpenParenthesis(String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isOriginal() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isOriginal() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isOriginalSavedAfterAdjustingID3v2Padding() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
ISOScript - Class in org.jaudiotagger.tag.reference
Represents the ISO Script Contains an enum of script, their four letter code and description with additional method to allow an enum to be found by its four letter code or its description.
ISOScript() - Constructor for class org.jaudiotagger.tag.reference.ISOScript
 
ISOScript.Script - Enum in org.jaudiotagger.tag.reference
List of valid Iso Scripts, shows 4 letter abbreviation and script human readable name
isPadding() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isPadding() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isPadding(byte[]) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
isPadding(byte[]) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
 
isPadNumbers() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isPortableFormat(byte[]) - Static method in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
isPreserveFileIdentity() - Method in class org.jaudiotagger.tag.TagOptionSingleton
If set to true, when writing, make an attempt to overwrite the existing file in-place instead of first moving it out of the way and moving a temp file into its place.
isPrivate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isPrivate() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isPROP() - Method in class org.jaudiotagger.audio.real.RealChunk
 
isProtected() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isProtected() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isRemoveTrailingTerminatorOnWrite() - Method in class org.jaudiotagger.tag.TagOptionSingleton
Do we remove unnecessary trailing null characters on write
isResetTextEncodingForExistingFrames() - Method in class org.jaudiotagger.tag.TagOptionSingleton
When writing frames if this is set to true then the frame will be written using the defaults disregarding the text encoding originally used to create the frame.
isReverseDnsType() - Method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
 
isRoot() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns true if this node is the root of the tree.
isStreamNumberEnabled() - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
 
isStringLengthValidNullSafe(String) - Static method in class org.jaudiotagger.audio.asf.util.Utils
 
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrame
Returns true if this datatype and it's body is a subset of the argument.
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns true if this instance and its entire DataType array list is a subset of the argument.
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagItem
Returns true if this datatype is a subset of the argument.
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
isSubsetOf(Object) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
isSupportedFrames(String) - Method in class org.jaudiotagger.tag.id3.ID3Frames
 
isTotal(FieldKey) - Static method in class org.jaudiotagger.tag.id3.valuepair.ID3NumberTotalFields
 
isTruncateTextWithoutErrors() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isUnsynchronization() - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
isUnsynchronization() - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
isUnsynchronization() - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Are all frames within this tag unsynchronized
isUnsyncTags() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isValid() - Method in class org.jaudiotagger.audio.asf.data.GUID
This method checks if the currently stored GUID (GUID.guidData) is correctly filled.
isValid() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
isValid() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
isValid() - Method in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
isValid() - Method in class org.jaudiotagger.audio.ogg.util.VorbisSetupHeader
 
isValid() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTKEY
 
isValid() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTLAN
 
isValid(String) - Static method in enum org.jaudiotagger.tag.reference.MusicalKey
 
isValidGenre(String) - Static method in class org.jaudiotagger.tag.mp4.field.Mp4GenreField
Precheck to see if the value is a valid genre or whether you should use a custom genre.
isValidHeader(String, FileChannel) - Static method in class org.jaudiotagger.audio.wav.WavRIFFHeader
 
isValidID3v2FrameIdentifier(String) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Does the frame identifier meet the syntax for a idv3v2 frame identifier.
isValidID3v2FrameIdentifier(String) - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Does the frame identifier meet the syntax for a idv3v2 frame identifier.
isValidID3v2FrameIdentifier(String) - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Does the frame identifier meet the syntax for a idv3v2 frame identifier.
isVariableBitRate() - Method in interface org.jaudiotagger.audio.AudioHeader
 
isVariableBitRate() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method returns true, if the audio file is encoded with "Variable Bitrate".
isVariableBitRate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
isVariableBitRate() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
isVbr() - Method in class org.jaudiotagger.audio.mp3.VbriFrame
Is this VBRIFrame detailing a varaible bit rate MPEG
isVbr() - Method in class org.jaudiotagger.audio.mp3.XingFrame
Is this XingFrame detailing a variable bit rate MPEG
isVbriFrame(ByteBuffer, MPEGFrameHeader) - Static method in class org.jaudiotagger.audio.mp3.VbriFrame
IS this a VBRI frame
isVorbisCommentHeader(byte[]) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Is this a Vorbis Comment header, check Note this check only applies to Vorbis Comments embedded within an OggVorbis File which is why within here
isVorbisSetupHeader(byte[]) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Is this a Vorbis SetupHeader check
ISWC - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
isWithinValueRange(long) - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
Tests if the given value is less than or equal to ContainerType.getMaximumDataLength(), and greater or equal to zero.
isWriteMp3GenresAsText() - Method in class org.jaudiotagger.tag.TagOptionSingleton
If enabled we always use the ©gen atom rather than the gnre atom when writing genres to mp4s This is known to help some android apps
isWriteMp4GenresAsText() - Method in class org.jaudiotagger.tag.TagOptionSingleton
If enabled we always use the ©gen atom rather than the gnre atom when writing genres to mp4s This is known to help some android apps
isWriteWavForTwonky() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
isXingFrame(ByteBuffer, MPEGFrameHeader) - Static method in class org.jaudiotagger.audio.mp3.XingFrame
IS this a Xing frame
iterator - Variable in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
iterator() - Method in interface org.jaudiotagger.tag.datatype.HashMapInterface
 
iterator() - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
iterator() - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
iterator() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Return the frames in the order they were added
iterator() - Method in class org.jaudiotagger.tag.id3.AbstractTag
 
iterator() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Returns an iterator of the DataType list.
iterator() - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
iterator() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
iterator() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
iterator() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
iterator() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
ITUNES_META_HDLR_DAT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
ITUNES_NORMALIZATION - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
ITunesRating - Class in org.jaudiotagger.tag.id3.reference
Defines the how ratings are stored in iTunes (but iTunes doesn't actually store in the field) Rating=0 → POPM=0 Rating=1 → POPM=20 Rating=2 → POPM=40 Rating=3 → POPM=60 Rating=4 → POPM=80 Rating=5 → POPM=100

K

key - Variable in class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
 
KEY_AUTHOR - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Field key for author.
KEY_BANNER_IMAGE - Static variable in class org.jaudiotagger.audio.asf.data.ContentBranding
Descriptor key representing the banner image.
KEY_BANNER_TYPE - Static variable in class org.jaudiotagger.audio.asf.data.ContentBranding
Descriptor key representing the banner image type.

Known/valid values are: 0: there is no image present 1: there is a BMP image 2: there is a JPEG image 3: there is a GIF image
KEY_BANNER_URL - Static variable in class org.jaudiotagger.audio.asf.data.ContentBranding
Descriptor key representing the banner image URL.
KEY_COPYRIGHT - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Field key for copyright.
KEY_COPYRIGHT_URL - Static variable in class org.jaudiotagger.audio.asf.data.ContentBranding
Descriptor key representing the copyright URL.
KEY_DESCRIPTION - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Field key for description.
KEY_RATING - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Field key for rating.
KEY_TITLE - Static variable in class org.jaudiotagger.audio.asf.data.ContentDescription
Field key for title.
KeyNotFoundException - Exception in org.jaudiotagger.tag
Thrown if the key cannot be found
KeyNotFoundException() - Constructor for exception org.jaudiotagger.tag.KeyNotFoundException
Creates a new KeyNotFoundException datatype.
KeyNotFoundException(Throwable) - Constructor for exception org.jaudiotagger.tag.KeyNotFoundException
Creates a new KeyNotFoundException datatype.
KeyNotFoundException(String) - Constructor for exception org.jaudiotagger.tag.KeyNotFoundException
Creates a new KeyNotFoundException datatype.
KeyNotFoundException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.KeyNotFoundException
Creates a new KeyNotFoundException datatype.
KILOBYTE_MULTIPLIER - Static variable in class org.jaudiotagger.audio.generic.Utils
 
KNOWN_GUIDS - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This field stores all known GUIDs.

L

LAME_HEADER_BUFFER_SIZE - Static variable in class org.jaudiotagger.audio.mp3.LameFrame
 
LAME_ID - Static variable in class org.jaudiotagger.audio.mp3.LameFrame
 
LAME_ID_SIZE - Static variable in class org.jaudiotagger.audio.mp3.LameFrame
 
LameFrame - Class in org.jaudiotagger.audio.mp3
The first frame can sometimes contain a LAME frame at the end of the Xing frame
LANGUAGE_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.reference.Languages
 
LanguageList - Class in org.jaudiotagger.audio.asf.data
This structure represents the data of the ASF language object.
The language list is simply a listing of language codes which should comply to RFC-1766.
Consider: the index of a language is used by other entries in the ASF metadata.
LanguageList() - Constructor for class org.jaudiotagger.audio.asf.data.LanguageList
Creates a new instance.
LanguageList(long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.LanguageList
Creates an instance.
LanguageListReader - Class in org.jaudiotagger.audio.asf.io
Reads and interprets the "Language List Object" of ASF files.
LanguageListReader() - Constructor for class org.jaudiotagger.audio.asf.io.LanguageListReader
 
Languages - Class in org.jaudiotagger.tag.reference
 
LAYER_I - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
LAYER_I_SLOT_SIZE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Slot Size is dependent on Layer
LAYER_II - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
LAYER_II_SLOT_SIZE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
LAYER_III - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
LAYER_III_SLOT_SIZE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
length - Variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
level - Variable in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
LINE_SEPARATOR - Static variable in class org.jaudiotagger.audio.asf.util.Utils
Stores the default line separator of the current underlying system.
listenerList - Variable in class org.jaudiotagger.utils.tree.DefaultTreeModel
Listeners.
listenerList - Variable in class org.jaudiotagger.utils.tree.EventListenerList
 
lkey - Variable in class org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
 
LOAD_ALL - Static variable in class org.jaudiotagger.audio.mp3.MP3File
 
LOAD_IDV1TAG - Static variable in class org.jaudiotagger.audio.mp3.MP3File
 
LOAD_IDV2TAG - Static variable in class org.jaudiotagger.audio.mp3.MP3File
 
LOAD_LYRICS3 - Static variable in class org.jaudiotagger.audio.mp3.MP3File
This option is currently ignored
loadFrameIntoMap(String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Add frame to the frame map
loadFrameIntoMap(String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
 
loadFrameIntoMap(String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
loadFrameIntoSpecifiedMap(HashMap, String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Decides what to with the frame that has just been read from file.
loadFrameIntoSpecifiedMap(HashMap, String, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
 
LogFormatter - Class in org.jaudiotagger.logging
For Formatting log output
LogFormatter() - Constructor for class org.jaudiotagger.logging.LogFormatter
 
logger - Static variable in class org.jaudiotagger.audio.aiff.AiffInfoReader
 
logger - Static variable in class org.jaudiotagger.audio.aiff.AiffTagReader
 
logger - Static variable in class org.jaudiotagger.audio.aiff.AiffTagWriter
 
logger - Static variable in class org.jaudiotagger.audio.aiff.chunk.ID3Chunk
 
logger - Static variable in class org.jaudiotagger.audio.AudioFile
 
logger - Static variable in class org.jaudiotagger.audio.AudioFileIO
 
logger - Static variable in class org.jaudiotagger.audio.dsf.FmtChunk
 
logger - Static variable in class org.jaudiotagger.audio.dsf.ID3Chunk
 
logger - Static variable in class org.jaudiotagger.audio.flac.FlacInfoReader
 
logger - Static variable in class org.jaudiotagger.audio.flac.FlacStreamReader
 
logger - Static variable in class org.jaudiotagger.audio.flac.FlacTagCreator
 
logger - Static variable in class org.jaudiotagger.audio.flac.FlacTagReader
 
logger - Static variable in class org.jaudiotagger.audio.flac.FlacTagWriter
 
logger - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
logger - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
logger - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
logger - Static variable in class org.jaudiotagger.audio.generic.AudioFileReader
 
logger - Static variable in class org.jaudiotagger.audio.generic.AudioFileWriter
 
logger - Static variable in class org.jaudiotagger.audio.generic.Permissions
 
logger - Static variable in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
logger - Static variable in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
logger - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
logger - Static variable in class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
logger - Static variable in class org.jaudiotagger.audio.mp4.Mp4InfoReader
 
logger - Static variable in class org.jaudiotagger.audio.mp4.Mp4TagReader
 
logger - Static variable in class org.jaudiotagger.audio.mp4.Mp4TagWriter
 
logger - Static variable in class org.jaudiotagger.audio.ogg.OggFileReader
 
logger - Static variable in class org.jaudiotagger.audio.ogg.OggFileWriter
 
logger - Static variable in class org.jaudiotagger.audio.ogg.OggVorbisCommentTagCreator
 
logger - Static variable in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
 
logger - Static variable in class org.jaudiotagger.audio.ogg.OggVorbisTagWriter
 
logger - Static variable in class org.jaudiotagger.audio.ogg.util.OggCRCFactory
 
logger - Static variable in class org.jaudiotagger.audio.ogg.util.OggInfoReader
 
logger - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
logger - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
logger - Static variable in class org.jaudiotagger.audio.ogg.util.VorbisSetupHeader
 
logger - Static variable in class org.jaudiotagger.audio.wav.chunk.WavChunkSummary
 
logger - Static variable in class org.jaudiotagger.audio.wav.chunk.WavFormatChunk
 
logger - Static variable in class org.jaudiotagger.audio.wav.chunk.WavId3Chunk
 
logger - Static variable in class org.jaudiotagger.audio.wav.chunk.WavInfoChunk
 
logger - Static variable in class org.jaudiotagger.audio.wav.chunk.WavListChunk
 
logger - Static variable in class org.jaudiotagger.audio.wav.WavCleaner
 
logger - Static variable in class org.jaudiotagger.audio.wav.WavInfoReader
 
logger - Static variable in class org.jaudiotagger.audio.wav.WavTagReader
 
logger - Static variable in class org.jaudiotagger.audio.wav.WavTagWriter
 
LOGGER - Static variable in class org.jaudiotagger.tag.asf.AsfTagCoverField
Logger Object
logger - Static variable in class org.jaudiotagger.tag.datatype.AbstractDataType
 
logger - Static variable in class org.jaudiotagger.tag.id3.AbstractID3Tag
 
logger - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
logger - Static variable in class org.jaudiotagger.tag.id3.AbstractTagItem
 
logger - Static variable in class org.jaudiotagger.tag.id3.ID3Compression
 
logger - Static variable in class org.jaudiotagger.tag.id3.ID3Tags
 
logger - Static variable in class org.jaudiotagger.tag.id3.ID3TextEncodingConversion
 
logger - Static variable in class org.jaudiotagger.tag.id3.ID3Unsynchronization
 
logger - Static variable in class org.jaudiotagger.tag.mp4.Mp4TagField
 
logger - Static variable in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
LYRICIST_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
Lyrics3Image - Class in org.jaudiotagger.tag.datatype
 
Lyrics3Image(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3Image
Creates a new ObjectLyrics3Image datatype.
Lyrics3Image(Lyrics3Image) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3Image
 
Lyrics3Line - Class in org.jaudiotagger.tag.datatype
 
Lyrics3Line(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3Line
Creates a new ObjectLyrics3Line datatype.
Lyrics3Line(Lyrics3Line) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3Line
 
Lyrics3TimeStamp - Class in org.jaudiotagger.tag.datatype
 
Lyrics3TimeStamp(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
Creates a new ObjectLyrics3TimeStamp datatype.
Lyrics3TimeStamp(String) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
Lyrics3TimeStamp(Lyrics3TimeStamp) - Constructor for class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
Lyrics3v1 - Class in org.jaudiotagger.tag.lyrics3
 
Lyrics3v1() - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v1
Creates a new Lyrics3v1 datatype.
Lyrics3v1(Lyrics3v1) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
Lyrics3v1(AbstractTag) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
Lyrics3v1(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v1
Creates a new Lyrics3v1 datatype.
Lyrics3v1Iterator - Class in org.jaudiotagger.tag.lyrics3
 
Lyrics3v1Iterator(Lyrics3v1) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v1Iterator
Creates a new Lyrics3v1Iterator datatype.
Lyrics3v2 - Class in org.jaudiotagger.tag.lyrics3
 
Lyrics3v2() - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2
Creates a new Lyrics3v2 datatype.
Lyrics3v2(Lyrics3v2) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
Lyrics3v2(AbstractTag) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2
Creates a new Lyrics3v2 datatype.
Lyrics3v2(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2
Creates a new Lyrics3v2 datatype.
Lyrics3v2Field - Class in org.jaudiotagger.tag.lyrics3
 
Lyrics3v2Field() - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
Creates a new Lyrics3v2Field datatype.
Lyrics3v2Field(Lyrics3v2Field) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
Lyrics3v2Field(AbstractLyrics3v2FieldFrameBody) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
Creates a new Lyrics3v2Field datatype.
Lyrics3v2Field(AbstractID3v2Frame) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
Creates a new Lyrics3v2Field datatype.
Lyrics3v2Field(ByteBuffer) - Constructor for class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
Creates a new Lyrics3v2Field datatype.
Lyrics3v2Fields - Class in org.jaudiotagger.tag.lyrics3
 

M

main(String[]) - Static method in class org.jaudiotagger.audio.wav.WavCleaner
 
main(String[]) - Static method in class org.jaudiotagger.test.ExtractID3TagFromFile
 
main(String[]) - Static method in class org.jaudiotagger.test.MergeID3AndMP3Files
 
main(String[]) - Static method in class org.jaudiotagger.test.TestAudioTagger
 
main(String[]) - Static method in class org.jaudiotagger.utils.FileTypeUtil
 
MAJOR_VERSION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
 
MAJOR_VERSION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
MAJOR_VERSION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
makeSmaller(Artwork, int) - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
Resize image using Java 2D
makeSmaller(Artwork, int) - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
makeSmaller(Artwork, int) - Method in class org.jaudiotagger.tag.images.StandardImageHandler
Resize image using Java 2D
MASK_FILE_ALTER_PRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
Discard frame if audio part of file altered
MASK_READ_ONLY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
Frame tagged as read only
MASK_TAG_ALTER_PRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
Discard frame if tag altered
MASK_V22_COMPRESSION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
Bit mask to indicate tag is compressed, although compression is not actually defined in v22 so just ignored
MASK_V22_UNSYNCHRONIZATION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
Bit mask to indicate tag is Unsychronization
MASK_V23_CRC_DATA_PRESENT - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v2.3 Extended Header bit mask
MASK_V23_EMBEDDED_INFO_FLAG - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v2.3 RBUF frame bit mask
MASK_V23_EXPERIMENTAL - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v2.3 Header bit mask
MASK_V23_EXTENDED_HEADER - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v2.3 Header bit mask
MASK_V23_UNSYNCHRONIZATION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
ID3v2.3 Header bit mask
MASK_V24_COMPRESSION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_CRC_DATA_PRESENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_DATA_LENGTH_INDICATOR - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_ENCRYPTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_EXPERIMENTAL - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header bit mask
MASK_V24_EXTENDED_HEADER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header bit mask
MASK_V24_FILE_ALTER_PRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_FOOTER_PRESENT - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header bit mask
MASK_V24_FRAME_UNSYNCHRONIZATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_GROUPING_IDENTITY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_IMAGE_ENCODING - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_IMAGE_SIZE_RESTRICTIONS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_READ_ONLY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_TAG_ALTER_PRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header Footer bit mask
MASK_V24_TAG_RESTRICTIONS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_TAG_SIZE_RESTRICTIONS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_TAG_UPDATE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_TEXT_ENCODING_RESTRICTIONS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_TEXT_FIELD_SIZE_RESTRICTIONS - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Extended header bit mask
MASK_V24_UNSYNCHRONIZATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
ID3v2.4 Header bit mask
MAX_BITRATE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
MAX_BUFFER_SIZE_NEEDED_TO_READ_VBRI - Static variable in class org.jaudiotagger.audio.mp3.VbriFrame
 
MAX_BUFFER_SIZE_NEEDED_TO_READ_XING - Static variable in class org.jaudiotagger.audio.mp3.XingFrame
 
MAX_LANG_INDEX - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
The maximum language index allowed.
MAX_SAFE_SIZE - Static variable in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Sizes equal or smaller than this are the same whether held as sync safe integer or normal integer so it doesnt matter.
MAX_STREAM_NUMBER - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Maximum stream number.
MAXIMUM_NO_OF_SEGMENT_SIZE - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
MAXIMUM_PAGE_DATA_SIZE - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
MAXIMUM_PAGE_HEADER_SIZE - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
MAXIMUM_PAGE_SIZE - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
MAXIMUM_SEGMENT_SIZE - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
MDPR - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
MEDIA_MONKEY_ID - Static variable in class org.jaudiotagger.tag.reference.Languages
 
MEDIA_MONKEY_NO_EMAIL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
MediaMonkeyPlayerRating - Class in org.jaudiotagger.tag.id3.reference
Defines the how ratings are stored In Media Monkey for ID3 POPM=0 → Rating=0 POPM=1 → Rating=1 POPM=2-8 → Rating=0 POPM=9-18 → Rating=0.5 POPM=19-28 → Rating=1 (MM2.5:Rating=0.5 → POPM=28) (MM3.0:Rating=0.5 → POPM=26) POPM=29 → Rating=1.5 POPM=30-39 → Rating=0.5 POPM=40-49 → Rating=1 POPM=50-59 → Rating=1.5 (MM2.5:Rating=1 → POPM=53) (MM3.0:Rating=1 → POPM=51) POPM=60-69 → Rating=2 POPM=70-90 → Rating=1.5 POPM=91-113 → Rating=2 POPM=114-123 → Rating=2.5 POPM=124-133 → Rating=3 (MM2.5:Rating=2.5 → POPM=129) (MM3.0:Rating=2.5 → POPM=128) POPM=134-141 → Rating=2.5 POPM=142-167 → Rating=3 POPM=168-191 → Rating=3.5 POPM=192-218 → Rating=4 POPM=219-247 → Rating=4.5 POPM=248-255 → Rating=5 TODO Media Monkey includes half stars so essentially a 10 star scale but not used by anything else much
MediaPlayerRating - Class in org.jaudiotagger.tag.id3.reference
Defines the how ratings are stored In Windows Media Player for ID3 Rating=0 → POPM=0 Rating=1 → POPM=1 Rating=2 → POPM=64 Rating=3 → POPM=128 Rating=4 → POPM=196 Rating=5 → POPM=255
mergeDuplicateFrames(AbstractID3v2Frame, List<AbstractID3v2Frame>) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Add frame taking into account existing frames of the same type
MergeID3AndMP3Files - Class in org.jaudiotagger.test
Simple class that will attempt to recusively read all files within a directory ending in .mp3 (but only actually expected to contain id3 tags), merge them with a given mp3 and write them to the provided output folder (which must already exist)
MergeID3AndMP3Files() - Constructor for class org.jaudiotagger.test.MergeID3AndMP3Files
 
MergeID3AndMP3Files.DirFilter - Class in org.jaudiotagger.test
 
mergeNumberTotalFrames(AbstractID3v2Frame, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
All Number/Count frames are treated the same (TCK, TPOS, MVNM)
METADATA_OFFSET_LENGTH - Static variable in class org.jaudiotagger.audio.dsf.DsdChunk
 
MetadataBlock - Class in org.jaudiotagger.audio.flac.metadatablock
Metadata Block
MetadataBlock(MetadataBlockHeader, MetadataBlockData) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlock
 
MetadataBlockData - Interface in org.jaudiotagger.audio.flac.metadatablock
This defines the interface required of the different metadata block types
MetadataBlockDataApplication - Class in org.jaudiotagger.audio.flac.metadatablock
Application Block
MetadataBlockDataApplication(MetadataBlockHeader, FileChannel) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataApplication
 
MetadataBlockDataCueSheet - Class in org.jaudiotagger.audio.flac.metadatablock
Cuesheet Block This block is for storing various information that can be used in a cue sheet.
MetadataBlockDataCueSheet(MetadataBlockHeader, FileChannel) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataCueSheet
 
MetadataBlockDataPadding - Class in org.jaudiotagger.audio.flac.metadatablock
Padding Block This block allows for an arbitrary amount of padding.
MetadataBlockDataPadding(int) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPadding
 
MetadataBlockDataPicture - Class in org.jaudiotagger.audio.flac.metadatablock
Picture Block pThis block is for storing pictures associated with the file, most commonly cover art from CDs.
MetadataBlockDataPicture(ByteBuffer) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Initialize MetaBlockDataPicture from byteBuffer
MetadataBlockDataPicture(MetadataBlockHeader, FileChannel) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Construct picture block by reading from file, the header informs us how many bytes we should be reading from
MetadataBlockDataPicture(byte[], int, String, String, int, int, int, int) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
Construct new MetadataPicture block
MetadataBlockDataSeekTable - Class in org.jaudiotagger.audio.flac.metadatablock
SeekTable Block
MetadataBlockDataSeekTable(MetadataBlockHeader, FileChannel) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataSeekTable
 
MetadataBlockDataStreamInfo - Class in org.jaudiotagger.audio.flac.metadatablock
Stream Info This block has information about the whole stream, like sample rate, number of channels, total number of samples, etc.
MetadataBlockDataStreamInfo(MetadataBlockHeader, FileChannel) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
MetadataBlockHeader - Class in org.jaudiotagger.audio.flac.metadatablock
Metadata Block Header
MetadataBlockHeader(long, ByteBuffer) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
Construct header by reading bytes
MetadataBlockHeader(boolean, BlockType, int) - Constructor for class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
Construct a new header in order to write metadatablock to file
MetadataContainer - Class in org.jaudiotagger.audio.asf.data
This structure represents the "Metadata Object","Metadata Library Object" and "Extended Content Description".
MetadataContainer(ContainerType) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataContainer
Creates an instance.
MetadataContainer(ContainerType, long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataContainer
Creates an instance.
MetadataContainer(GUID, long, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataContainer
Creates an instance.
MetadataContainerFactory - Class in org.jaudiotagger.audio.asf.data
A factory for creating appropriate MetadataContainer objects upon specified container types.
MetadataDescriptor - Class in org.jaudiotagger.audio.asf.data
This structure represents metadata objects in ASF MetadataContainer.
The values are checked against the capability introduced by the given ContainerType at construction.

Limitation: Even though some container types do not restrict the data size to Integer.MAX_VALUE, this implementation does it (due to java nature).
2 GiB of data should suffice, and even be to large for normal java heap.
MetadataDescriptor(ContainerType, String, int) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Creates an Instance.
MetadataDescriptor(ContainerType, String, int, int, int) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Creates an Instance.
MetadataDescriptor(String) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Creates an instance.
Capabilities are set to ContainerType.METADATA_LIBRARY_OBJECT.
MetadataDescriptor(String, int) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Creates an Instance.
Capabilities are set to ContainerType.METADATA_LIBRARY_OBJECT.
MetadataReader - Class in org.jaudiotagger.audio.asf.io
Reads an interprets "Metadata Object", "Metadata Library Object" and "Extended Content Description" of ASF files.
MetadataReader() - Constructor for class org.jaudiotagger.audio.asf.io.MetadataReader
 
MILLISECONDS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
 
MILLISECONDS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
MIME_TYPE_BMP - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_GIF - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_JPEG - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_JPG - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
Sometimes this is used for jpg instead :or have I made this up
MIME_TYPE_PDF - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_PICT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_PNG - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MIME_TYPE_TIFF - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
MINIMUM_FILESIZE - Static variable in class org.jaudiotagger.audio.generic.AudioFileWriter
 
MINIMUM_SIZE_FOR_VALID_AUDIO_FILE - Static variable in class org.jaudiotagger.audio.generic.AudioFileReader
 
MIXER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
 
MM_CUSTOM1 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_CUSTOM2 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_CUSTOM3 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_CUSTOM4 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_CUSTOM5 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_OCCASION - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_QUALITY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MM_TEMPO - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
MODE_DUAL_CHANNEL - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
MODE_JOINT_STEREO - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
MODE_MONO - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
MODE_STEREO - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
modeMap - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Constants for Channel mode
ModificationHandler - Class in org.jaudiotagger.audio.generic
This class multicasts the events to multiple listener instances.
Additionally the Vetos are handled.
ModificationHandler() - Constructor for class org.jaudiotagger.audio.generic.ModificationHandler
 
MODIFIED_DATE_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
MODIFIED_DATE_LONG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
MODIFIED_DATE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
MODIFIED_DATE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
MODIFIED_DATE_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
MODIFIED_DATE_SHORT_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
MODIFIED_DATE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
MODIFIED_DATE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
modify(GUID, InputStream, OutputStream) - Method in class org.jaudiotagger.audio.asf.io.AsfExtHeaderModifier
Writes a modified copy of the chunk into the destination..
modify(GUID, InputStream, OutputStream) - Method in interface org.jaudiotagger.audio.asf.io.ChunkModifier
Writes a modified copy of the chunk into the destination..
modify(GUID, InputStream, OutputStream) - Method in class org.jaudiotagger.audio.asf.io.ChunkRemover
Writes a modified copy of the chunk into the destination..
modify(GUID, InputStream, OutputStream) - Method in class org.jaudiotagger.audio.asf.io.WriteableChunkModifer
Writes a modified copy of the chunk into the destination..
modifyFlags() - Method in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
Makes modifications to flags based on specification and frameid
ModifyVetoException - Exception in org.jaudiotagger.audio.exceptions
This exception is thrown if a AudioFileModificationListener wants to prevent; from actually finishing its operation.
This exception can be used in all methods but AudioFileModificationListener.fileOperationFinished(java.io.File).
ModifyVetoException() - Constructor for exception org.jaudiotagger.audio.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.ModifyVetoException
(overridden)
ModifyVetoException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.ModifyVetoException
(overridden)
MONTH_END - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
MONTH_START - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
MOOD - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_ACOUSTIC - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_AGGRESSIVE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_AROUSAL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_DANCEABILITY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_ELECTRONIC - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_HAPPY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_INSTRUMENTAL - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_PARTY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_RELAXED - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_SAD - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MOOD_VALENCE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MP3AudioHeader - Class in org.jaudiotagger.audio.mp3
Represents the audio header of an MP3 File
MP3AudioHeader() - Constructor for class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
MP3AudioHeader(File) - Constructor for class org.jaudiotagger.audio.mp3.MP3AudioHeader
Search for the first MP3Header in the file The search starts from the start of the file, it is usually safer to use the alternative constructor that allows you to provide the length of the tag header as a parameter so the tag can be skipped over.
MP3AudioHeader(File, long) - Constructor for class org.jaudiotagger.audio.mp3.MP3AudioHeader
Search for the first MP3Header in the file Starts searching from location startByte, this is because there is likely to be an ID3TagHeader before the start of the audio.
MP3File - Class in org.jaudiotagger.audio.mp3
This class represents a physical MP3 File
MP3File() - Constructor for class org.jaudiotagger.audio.mp3.MP3File
Creates a new empty MP3File datatype that is not associated with a specific file.
MP3File(String) - Constructor for class org.jaudiotagger.audio.mp3.MP3File
Creates a new MP3File datatype and parse the tag from the given filename.
MP3File(File, int) - Constructor for class org.jaudiotagger.audio.mp3.MP3File
Creates a new MP3File dataType and parse the tag from the given file Object, files must be writable to use this constructor.
MP3File(File, int, boolean) - Constructor for class org.jaudiotagger.audio.mp3.MP3File
Creates a new MP3File dataType and parse the tag from the given file Object, files can be opened read only if required.
MP3File(File) - Constructor for class org.jaudiotagger.audio.mp3.MP3File
Creates a new MP3File datatype and parse the tag from the given file Object.
MP3FileReader - Class in org.jaudiotagger.audio.mp3
Read Mp3 Info (retrofitted to entagged ,done differently to entagged which is why some methods throw RuntimeException) because done elsewhere
MP3FileReader() - Constructor for class org.jaudiotagger.audio.mp3.MP3FileReader
 
MP3FileWriter - Class in org.jaudiotagger.audio.mp3
Write Mp3 Info (retrofitted to entagged ,done differently to entagged which is why some methods throw RuntimeException) because done elsewhere
MP3FileWriter() - Constructor for class org.jaudiotagger.audio.mp3.MP3FileWriter
 
mp3FrameHeader - Variable in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
mp3VbriFrame - Variable in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
mp3XingFrame - Variable in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
Mp4AlacBox - Class in org.jaudiotagger.audio.mp4.atom
AlacBox ( Apple Lossless Codec information description box), Normally occurs twice, the first ALAC contains the default values, the second ALAC within contains the real values for this audio.
Mp4AlacBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
DataBuffer must start from from the start of the body
Mp4AtomIdentifier - Enum in org.jaudiotagger.audio.mp4
This a list of mp4boxes identifiers that can bwe found in a mp4 container.
Mp4AtomTree - Class in org.jaudiotagger.audio.mp4
Tree representing atoms in the mp4 file Note it doesn't create the complete tree it delves into subtrees for atom we know about and are interested in.
Mp4AtomTree(SeekableByteChannel) - Constructor for class org.jaudiotagger.audio.mp4.Mp4AtomTree
Create Atom Tree
Mp4AtomTree(File) - Constructor for class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
Mp4AtomTree(File, boolean) - Constructor for class org.jaudiotagger.audio.mp4.Mp4AtomTree
 
Mp4AtomTree(SeekableByteChannel, boolean) - Constructor for class org.jaudiotagger.audio.mp4.Mp4AtomTree
Create Atom Tree and maintain open channel to raf, should only be used if will continue to use raf after this call, you will have to close raf yourself.
Mp4AudioHeader - Class in org.jaudiotagger.audio.mp4
Store some additional attributes useful for Mp4s
Mp4AudioHeader() - Constructor for class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
Mp4BoxHeader - Class in org.jaudiotagger.audio.mp4.atom
Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
Mp4BoxHeader() - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Construct empty header Can be populated later with update method
Mp4BoxHeader(String) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Construct header to allow manual creation of header for writing to file
Mp4BoxHeader(ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Construct header Create header using headerdata, expected to find header at headerdata current position Note after processing adjusts position to immediately after header
Mp4ContentTypeValue - Enum in org.jaudiotagger.tag.mp4.atom
List of valid values for the Content Type (Stik) atom
Mp4DataBox - Class in org.jaudiotagger.tag.mp4.atom
This box is used within both normal metadat boxes and ---- boxes to hold the actual data.
Mp4DataBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
Mp4DiscNoField - Class in org.jaudiotagger.tag.mp4.field
Represents the Disc No field
Mp4DiscNoField(String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
Create new Disc Field parsing the String for the discno/total
Mp4DiscNoField(int) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
Create new Disc No field with only discNo
Mp4DiscNoField(int, int) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
Create new Disc No Field with Disc No and total number of discs
Mp4DiscNoField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
 
Mp4DrmsBox - Class in org.jaudiotagger.audio.mp4.atom
DrmsBox Replaces mp4a box on drm files Need to skip over data in order to find esds atom Specification not known, so just look for byte by byte 'esds' and then step back four bytes for size
Mp4DrmsBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4DrmsBox
 
Mp4EsdsBox - Class in org.jaudiotagger.audio.mp4.atom
EsdsBox ( stream specific description box), usually holds the Bitrate/No of Channels It contains a number of (possibly optional?) sections (section 3 - 6) (containing optional filler) with differeent info in each section.
Mp4EsdsBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
DataBuffer must start from from the start of the body
Mp4EsdsBox.AudioProfile - Enum in org.jaudiotagger.audio.mp4.atom
Audio profile, held in Section 5 this is usually type LOW_COMPLEXITY
Mp4EsdsBox.Kind - Enum in org.jaudiotagger.audio.mp4.atom
File type, held in Section 4 , only really expecting type 0x64 (AAC)
Mp4FieldKey - Enum in org.jaudiotagger.tag.mp4
Starting list of known mp4 metadata fields that follow the Parent,Data or ---,issuer,name,data convention.
Mp4FieldType - Enum in org.jaudiotagger.tag.mp4.field
Describes the possible types of data held within a Databox
Mp4FileReader - Class in org.jaudiotagger.audio.mp4
Mp4 File Reader
Mp4FileReader() - Constructor for class org.jaudiotagger.audio.mp4.Mp4FileReader
 
Mp4FileWriter - Class in org.jaudiotagger.audio.mp4
Mp4 File Writer
Mp4FileWriter() - Constructor for class org.jaudiotagger.audio.mp4.Mp4FileWriter
 
Mp4FreeBox - Class in org.jaudiotagger.audio.mp4.atom
FreeBox ( padding)
Mp4FreeBox(int) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4FreeBox
Construct a new FreeBox containing datasize padding (i.e doesnt include header size)
Mp4FtypBox - Class in org.jaudiotagger.audio.mp4.atom
Ftyp (File Type) is the first atom, can be used to help identify the mp4 container type
Mp4FtypBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
Mp4FtypBox.Brand - Enum in org.jaudiotagger.audio.mp4.atom
Major brand, helps identify whats contained in the file, used by major and compatible brands but this is not an exhaustive list, so for that reason we don't force the values read from the file to tie in with this enum.
Mp4GenreField - Class in org.jaudiotagger.tag.mp4.field
Represents the Genre field , when user has selected from the set list of genres
Mp4GenreField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4GenreField
 
Mp4GenreField(String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4GenreField
Construct genre, if cant find match just default to first genre
Mp4HdlrBox - Class in org.jaudiotagger.audio.mp4.atom
HdlrBox ( Handler box), Describes the type of metadata in the following ilst or minf atom
Mp4HdlrBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
DataBuffer must start from from the start of the body
Mp4HdlrBox.MediaDataType - Enum in org.jaudiotagger.audio.mp4.atom
 
Mp4InfoReader - Class in org.jaudiotagger.audio.mp4
Read audio info from file.
Mp4InfoReader() - Constructor for class org.jaudiotagger.audio.mp4.Mp4InfoReader
 
Mp4MdhdBox - Class in org.jaudiotagger.audio.mp4.atom
MdhdBox ( media (stream) header), holds the Sampling Rate used.
Mp4MdhdBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
Mp4MeanBox - Class in org.jaudiotagger.tag.mp4.atom
This box is used within ---- boxes to hold the issuer
Mp4MeanBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
Mp4MetaBox - Class in org.jaudiotagger.audio.mp4.atom
This MP4 MetaBox is the parent of metadata, it usually contains four bytes of data that needs to be processed before we can examine the children.
Mp4MetaBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4MetaBox
 
Mp4Mp4aBox - Class in org.jaudiotagger.audio.mp4.atom
Mp4aBox ( sample (frame encoding) description box) At first glance appears to hold no of channels but actually always returns 2 even for mono recordings so just need to skip over data in order to get to child atom esds
Mp4Mp4aBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
Mp4MvhdBox - Class in org.jaudiotagger.audio.mp4.atom
MvhdBox (movie (presentation) header box)
Mp4MvhdBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
Mp4NameBox - Class in org.jaudiotagger.tag.mp4.atom
This box is used within ---- boxes to hold the data name/descriptor
Mp4NameBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
Mp4NonStandardFieldKey - Enum in org.jaudiotagger.tag.mp4
This a list of mp4boxes identifiers that break various rules, but should be documented nonetheless, they will be created by applications other than iTunes, as we regard iTunes as the defacto standard for Mp4 files (but certainly not any other format such as mp3 !).
Mp4RatingValue - Enum in org.jaudiotagger.tag.mp4.atom
List of valid values for the Rating (rtng) atom These are held as a byte field TODO:Is this only used in video
Mp4StcoBox - Class in org.jaudiotagger.audio.mp4.atom
StcoBox ( media (stream) header), holds offsets into the Audio data
Mp4StcoBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
Construct box from data and show contents
Mp4StcoBox(Mp4BoxHeader, ByteBuffer, int) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
Construct box from data and adjust offets accordingly
Mp4StsdBox - Class in org.jaudiotagger.audio.mp4.atom
StsdBox ( sample (frame encoding) description box)
Mp4StsdBox(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
Mp4Tag - Class in org.jaudiotagger.tag.mp4
A Logical representation of Mp4Tag, i.e the meta information stored in an Mp4 file underneath the moov.udt.meta.ilst atom.
Mp4Tag() - Constructor for class org.jaudiotagger.tag.mp4.Mp4Tag
 
Mp4TagBinaryField - Class in org.jaudiotagger.tag.mp4.field
Represents binary data
Mp4TagBinaryField(String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
Construct an empty Binary Field
Mp4TagBinaryField(String, byte[]) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
Construct new binary field with binarydata provided
Mp4TagBinaryField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
Construct binary field from rawdata of audio file
Mp4TagByteField - Class in org.jaudiotagger.tag.mp4.field
Represents a single byte as a number
Mp4TagByteField(Mp4FieldKey, String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
Create new field Assume length of 1 which is correct for most but not all byte fields
Mp4TagByteField(Mp4FieldKey, String, int) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
Create new field with known length
Mp4TagByteField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
Construct from rawdata from audio file
Mp4TagCoverField - Class in org.jaudiotagger.tag.mp4.field
Represents Cover Art
Mp4TagCoverField() - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
Empty CoverArt Field
Mp4TagCoverField(ByteBuffer, Mp4FieldType) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
Construct CoverField by reading data from audio file
Mp4TagCoverField(byte[]) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
Construct new cover art with binarydata provided Identifies the imageType by looking at the data
Mp4TagCreator - Class in org.jaudiotagger.tag.mp4
Create raw content of mp4 tag data, concerns itself with atoms upto the ilst atom
Mp4TagCreator() - Constructor for class org.jaudiotagger.tag.mp4.Mp4TagCreator
 
Mp4TagField - Class in org.jaudiotagger.tag.mp4
This abstract class represents a link between piece of data, and how it is stored as an mp4 atom Note there isnt a one to one correspondance between a tag field and a box because some fields are represented by multiple boxes, for example many of the MusicBrainz fields use the '----' box, which in turn uses one of mean, name and data box.
Mp4TagField(String) - Constructor for class org.jaudiotagger.tag.mp4.Mp4TagField
 
Mp4TagField(ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.Mp4TagField
Used by subclasses that canot identify their id until after they have been built such as ReverseDnsField
Mp4TagField(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.Mp4TagField
Used by reverese dns when reading from file, so can identify when there is a data atom
Mp4TagField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.Mp4TagField
 
Mp4TagFieldSubType - Enum in org.jaudiotagger.tag.mp4
Defines the available types of Mp4TagField, this simplifies Mp4 code because when we add a new Mp4FieldKey we can define the correct type instead of having to add additional code to Mp4tag.createField method
Mp4TagRawBinaryField - Class in org.jaudiotagger.tag.mp4.field
Represents raw binary data
Mp4TagRawBinaryField(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
Construct binary field from rawdata of audio file
Mp4TagReader - Class in org.jaudiotagger.audio.mp4
Reads metadata from mp4,
Mp4TagReader() - Constructor for class org.jaudiotagger.audio.mp4.Mp4TagReader
 
Mp4TagReverseDnsField - Class in org.jaudiotagger.tag.mp4.field
Represents reverse dns field, used for custom information
Mp4TagReverseDnsField(Mp4BoxHeader, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Construct from existing file data
Mp4TagReverseDnsField(Mp4FieldKey, String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Newly created Reverse Dns field
Mp4TagReverseDnsField(String, String, String, String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Newly created Reverse Dns field bypassing the Mp4TagField enum for creation of temporary reverse dns fields
Mp4TagTextField - Class in org.jaudiotagger.tag.mp4.field
Represents a single text field
Mp4TagTextField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
Construct from File
Mp4TagTextField(String, String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
Construct new Field
Mp4TagTextNumberField - Class in org.jaudiotagger.tag.mp4.field
Represents simple text field that contains an array of number,
Mp4TagTextNumberField(String, String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
Create a new number, already parsed in subclasses
Mp4TagTextNumberField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
Mp4TagWriter - Class in org.jaudiotagger.audio.mp4
Writes metadata from mp4, the metadata tags are held under the ilst atom as shown below, (note all free atoms are optional).
Mp4TagWriter(String) - Constructor for class org.jaudiotagger.audio.mp4.Mp4TagWriter
 
Mp4TrackField - Class in org.jaudiotagger.tag.mp4.field
Represents the Track No field
Mp4TrackField(String) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Create new Track Field parsing the String for the trackno/total
Mp4TrackField(int) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Create new Track Field with only track No
Mp4TrackField(int, int) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Create new Track Field with track No and total tracks
Mp4TrackField(String, ByteBuffer) - Constructor for class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Construct from filedata
MPEG_FRAMES - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
 
MPEG_FRAMES - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
MPEGFrameHeader - Class in org.jaudiotagger.audio.mp3
Represents a MPEGFrameHeader, an MP3 is made up of a number of frames each frame starts with a four byte frame header.
mpegLayerMap - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Constants for MPEG Layer
mpegVersionMap - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Constants for MPEG Version
multipleFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
Holds frames whereby multiple occurences are allowed
MultipleTextEncodedStringNullTerminated - Class in org.jaudiotagger.tag.datatype
Represents a data type that supports multiple terminated Strings (there may only be one)
MultipleTextEncodedStringNullTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
Creates a new ObjectStringSizeTerminated datatype.
MultipleTextEncodedStringNullTerminated(TextEncodedStringSizeTerminated) - Constructor for class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
 
MultipleTextEncodedStringNullTerminated(MultipleTextEncodedStringNullTerminated) - Constructor for class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
 
MultipleTextEncodedStringNullTerminated.Values - Class in org.jaudiotagger.tag.datatype
This holds the values held by a MultipleTextEncodedData type
MusicalKey - Enum in org.jaudiotagger.tag.reference
Musical key used by the Key tagFieldKey It is not enforced but can be used to verify the Musical key according to the ID3 specification of the TKEY field
MUSICBRAINZ_ALBUM_ARTISTID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ALBUM_COUNTRY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ALBUM_STATUS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ALBUM_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ALBUMID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ARTISTID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_DISCID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_ORIGINAL_ALBUMID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_RECORDING_WORK - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_RECORDING_WORK_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_RELEASE_GROUPID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_RELEASE_TRACKID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL1 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL1_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL1_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL2 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL2_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL2_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL3 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL3_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL3_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL4 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL4_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL4_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL5 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL5_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL5_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL6 - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL6_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORK_PART_LEVEL6_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MUSICBRAINZ_WORKID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MusicianCredits - Class in org.jaudiotagger.tag.id3.valuepair
List of musician credit keys that can be used when converting from IPLS to TIPL/TMCL to signify pair should be allocated to TMCL
MusicianCredits() - Constructor for class org.jaudiotagger.tag.id3.valuepair.MusicianCredits
 
MUSICIP_ID - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
MutableTreeNode - Interface in org.jaudiotagger.utils.tree
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.

N

NAME_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
NameChunk - Class in org.jaudiotagger.audio.aiff.chunk
Contains the name of the sampled sound.
NameChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.NameChunk
 
next() - Method in class org.jaudiotagger.tag.id3.ID3v1Iterator
 
next() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1Iterator
 
NO_OF_DESCRIPTIONS_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
NO_OF_DESCRIPTIONS_POS_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
NO_OF_OFFSETS_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
NO_OF_OFFSETS_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
nodeChanged(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method after you've changed how node is to be represented in the tree.
nodesChanged(TreeNode, int[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method after you've changed how the children identified by childIndicies are to be represented in the tree.
nodeStructureChanged(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method if you've totally changed the children of node and its childrens children...
nodesWereInserted(TreeNode, int[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method after you've inserted some TreeNodes into node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method after you've removed some TreeNodes from node.
NoReadPermissionsException - Exception in org.jaudiotagger.audio.exceptions
Use this exception insstead of the more general CannotReadException if unable to read file because of a permissions problem
NoReadPermissionsException() - Constructor for exception org.jaudiotagger.audio.exceptions.NoReadPermissionsException
Creates an instance.
NoReadPermissionsException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.NoReadPermissionsException
 
NoReadPermissionsException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.NoReadPermissionsException
Creates an instance.
NoReadPermissionsException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.NoReadPermissionsException
Creates an instance.
NoWritePermissionsException - Exception in org.jaudiotagger.audio.exceptions
Use this exception instead of the more general CannotWriteException if unable to write file because of a permissions problem
NoWritePermissionsException() - Constructor for exception org.jaudiotagger.audio.exceptions.NoWritePermissionsException
Creates an instance.
NoWritePermissionsException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.NoWritePermissionsException
 
NoWritePermissionsException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.NoWritePermissionsException
Creates an instance.
NoWritePermissionsException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.NoWritePermissionsException
Creates an instance.
NULL_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
NullBoxIdException - Exception in org.jaudiotagger.audio.exceptions
Thrown if when trying to read box id just finds nulls Normally an error, but if occurs at end of file we allow it
NullBoxIdException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.NullBoxIdException
 
NullPadding - Class in org.jaudiotagger.audio.mp4.atom
Some mp4s contain null padding at the end of the file, possibly do with gapless playback.
NullPadding(long, long) - Constructor for class org.jaudiotagger.audio.mp4.atom.NullPadding
 
NUMBER_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
NUMBER_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
NumberFixedLength - Class in org.jaudiotagger.tag.datatype
Represents a number held as a fixed number of digits.
NumberFixedLength(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.NumberFixedLength
Creates a new ObjectNumberFixedLength datatype.
NumberFixedLength(NumberFixedLength) - Constructor for class org.jaudiotagger.tag.datatype.NumberFixedLength
 
NumberHashMap - Class in org.jaudiotagger.tag.datatype
Represents a number thats acts as a key into an enumeration of values
NumberHashMap(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.NumberHashMap
Creates a new ObjectNumberHashMap datatype.
NumberHashMap(NumberHashMap) - Constructor for class org.jaudiotagger.tag.datatype.NumberHashMap
 
numbers - Variable in class org.jaudiotagger.tag.mp4.field.Mp4TagTextNumberField
 
NumberVariableLength - Class in org.jaudiotagger.tag.datatype
Represents a number which may span a number of bytes when written to file depending what size is to be represented.
NumberVariableLength(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.NumberVariableLength
Creates a new ObjectNumberVariableLength datatype, set minimum length to zero if this datatype is optional.
NumberVariableLength(NumberVariableLength) - Constructor for class org.jaudiotagger.tag.datatype.NumberVariableLength
 

O

OBJ_BUFFER_SIZE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_CONTACT_URL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_CONTENT_TYPE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_COUNTER - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_DATA - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_DATETIME - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_DESCRIPTION - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_ELEMENT_ID - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_EMAIL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_EMBED_FLAG - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_ENCRYPTED_DATABLOCK - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_ENCRYPTION_INFO - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_END_OFFSET - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_END_TIME - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_FILENAME - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_FREQUENCY - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_GENRE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_GROUP_DATA - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_GROUP_SYMBOL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_ID - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_ID3V2_FRAME_DESCRIPTION - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_IMAGE_FORMAT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_INTERPOLATION_METHOD - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_LANGUAGE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_LYRICS - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_METHOD_SYMBOL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_MIME_TYPE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_NUMBER - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_OFFSET - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_OWNER - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PICTURE_DATA - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PICTURE_TYPE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_POSITION - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PREMIX_LEFT_TO_RIGHT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PREMIX_RIGHT_TO_LEFT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PREVIEW_LENGTH - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PREVIEW_START - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PRICE_PAID - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PRICE_STRING - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_PURCHASE_DATE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_RATING - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_RECIEVED_AS - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_BOUNCE_LEFT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_BOUNCE_RIGHT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_FEEDBACK_LEFT_TO_LEFT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_FEEDBACK_LEFT_TO_RIGHT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_FEEDBACK_RIGHT_TO_LEFT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_FEEDBACK_RIGHT_TO_RIGHT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_LEFT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_REVERB_RIGHT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SELLER_LOGO - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SELLER_NAME - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SIGNATURE - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_START_OFFSET - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_START_TIME - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SYNCHRONISED_TEMPO - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SYNCHRONISED_TEMPO_DATA - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_SYNCHRONISED_TEMPO_LIST - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TEXT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TEXT_ENCODING - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
Represents a text encoding, now only IDv2Frames not Lyrics3 tags use text encoding objects but both use Object Strings and these check for a text encoding.
OBJ_TIME_STAMP_FORMAT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TIMED_EVENT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TIMED_EVENT_LIST - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TYPE_OF_CHANNEL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_TYPE_OF_EVENT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_URL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_URLLINK - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_VALID_UNTIL - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJ_VOLUME_ADJUSTMENT - Static variable in class org.jaudiotagger.tag.datatype.DataTypes
 
OBJECT_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
objectList - Variable in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
List of data types that make up this particular frame body.
OFFSET_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
OFFSET_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
OFFSET_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
OGG_PAGE_HEADER_FIXED_LENGTH - Static variable in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
OggCRCFactory - Class in org.jaudiotagger.audio.ogg.util
OffCRC Calculations $Id$
OggCRCFactory() - Constructor for class org.jaudiotagger.audio.ogg.util.OggCRCFactory
 
OggFileReader - Class in org.jaudiotagger.audio.ogg
Read Ogg File Tag and Encoding information Only implemented for ogg files containing a vorbis stream with vorbis comments
OggFileReader() - Constructor for class org.jaudiotagger.audio.ogg.OggFileReader
 
OggFileWriter - Class in org.jaudiotagger.audio.ogg
Write tag data to Ogg File Only works for Ogg files containing a vorbis stream
OggFileWriter() - Constructor for class org.jaudiotagger.audio.ogg.OggFileWriter
 
OggInfoReader - Class in org.jaudiotagger.audio.ogg.util
Read encoding info, only implemented for vorbis streams
OggInfoReader() - Constructor for class org.jaudiotagger.audio.ogg.util.OggInfoReader
 
OggPageHeader - Class in org.jaudiotagger.audio.ogg.util
$Id$ reference:http://xiph.org/ogg/doc/framing.html
OggPageHeader(byte[]) - Constructor for class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
OggPageHeader.HeaderTypeFlag - Enum in org.jaudiotagger.audio.ogg.util
This represents all the flags that can be set in the headerType field.
OggPageHeader.PacketStartAndLength - Class in org.jaudiotagger.audio.ogg.util
Within the page specifies the start and length of each packet in the page offset from the end of the pageheader (after the segment table)
OggVorbisCommentTagCreator - Class in org.jaudiotagger.audio.ogg
Creates an OggVorbis Comment Tag from a VorbisComment for use within an OggVorbis Container When a Vorbis Comment is used within OggVorbis it additionally has a vorbis header and a framing bit.
OggVorbisCommentTagCreator() - Constructor for class org.jaudiotagger.audio.ogg.OggVorbisCommentTagCreator
 
OggVorbisTagReader - Class in org.jaudiotagger.audio.ogg
Read Vorbis Comment Tag within ogg Vorbis is the audiostream within an ogg file, Vorbis uses VorbisComments as its tag
OggVorbisTagReader() - Constructor for class org.jaudiotagger.audio.ogg.OggVorbisTagReader
 
OggVorbisTagReader.OggVorbisHeaderSizes - Class in org.jaudiotagger.audio.ogg
Find the length of the raw packet data and the start position of the ogg page header they start in for the two OggVorbisHeader we need to know about when writing data (sizes included vorbis header)
OggVorbisTagWriter - Class in org.jaudiotagger.audio.ogg
Write Vorbis Tag within an ogg VorbisComment holds the tag information within an ogg file
OggVorbisTagWriter() - Constructor for class org.jaudiotagger.audio.ogg.OggVorbisTagWriter
 
openHeadingElement(String, String) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
openHeadingElement(String, boolean) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
openHeadingElement(String, int) - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
openHeadingElement(String, String) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
openHeadingElement(String, boolean) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
openHeadingElement(String, int) - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
openHeadingElement(String, String) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
openHeadingElement(String, boolean) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
openHeadingElement(String, int) - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
OPUS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ORCHESTRA - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
ORCHESTRA_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
org.jaudiotagger - package org.jaudiotagger
Just a few constants are defined here.
org.jaudiotagger.audio - package org.jaudiotagger.audio
Classes and interfaces generic to all audio formats.
org.jaudiotagger.audio.aiff - package org.jaudiotagger.audio.aiff
 
org.jaudiotagger.audio.aiff.chunk - package org.jaudiotagger.audio.aiff.chunk
 
org.jaudiotagger.audio.asf - package org.jaudiotagger.audio.asf
Classes for Microsoft Advanced Systems Format files.
org.jaudiotagger.audio.asf.data - package org.jaudiotagger.audio.asf.data
Classes for data components of the Microsoft Advanced Systems Format header.
org.jaudiotagger.audio.asf.io - package org.jaudiotagger.audio.asf.io
Classes for reading and writing Microsoft Advanced Systems Format files.
org.jaudiotagger.audio.asf.util - package org.jaudiotagger.audio.asf.util
Utility classes for data components of the Microsoft Advanced Systems Format header.
org.jaudiotagger.audio.dff - package org.jaudiotagger.audio.dff
 
org.jaudiotagger.audio.dsf - package org.jaudiotagger.audio.dsf
 
org.jaudiotagger.audio.exceptions - package org.jaudiotagger.audio.exceptions
Exceptions defined for Jaudiotagger.
org.jaudiotagger.audio.flac - package org.jaudiotagger.audio.flac
Classes for FLAC (Free Lossless Audio Codec) files.
org.jaudiotagger.audio.flac.metadatablock - package org.jaudiotagger.audio.flac.metadatablock
Classes for the FLAC metadata block.
org.jaudiotagger.audio.generic - package org.jaudiotagger.audio.generic
A miscellaneous collection of classes dealing with generic audio files and tags.
org.jaudiotagger.audio.iff - package org.jaudiotagger.audio.iff
 
org.jaudiotagger.audio.mp3 - package org.jaudiotagger.audio.mp3
Classes for MP3 files.
org.jaudiotagger.audio.mp4 - package org.jaudiotagger.audio.mp4
Classes for MP4 files (including AAC).
org.jaudiotagger.audio.mp4.atom - package org.jaudiotagger.audio.mp4.atom
Classes for MP4 boxes, aka atoms.
org.jaudiotagger.audio.ogg - package org.jaudiotagger.audio.ogg
Classes for Ogg Vorbis files.
org.jaudiotagger.audio.ogg.util - package org.jaudiotagger.audio.ogg.util
Utility classes for Ogg Vorbis files.
org.jaudiotagger.audio.real - package org.jaudiotagger.audio.real
Classes dealing with RealAudio (TM) files.
org.jaudiotagger.audio.wav - package org.jaudiotagger.audio.wav
 
org.jaudiotagger.audio.wav.chunk - package org.jaudiotagger.audio.wav.chunk
 
org.jaudiotagger.logging - package org.jaudiotagger.logging
Error messages and log message formatting.
org.jaudiotagger.tag - package org.jaudiotagger.tag
Generic classes and interfaces for metadata blocks, broadly called tags.
org.jaudiotagger.tag.aiff - package org.jaudiotagger.tag.aiff
 
org.jaudiotagger.tag.asf - package org.jaudiotagger.tag.asf
Support for a pseudo-tag representing ASF metadata.
org.jaudiotagger.tag.datatype - package org.jaudiotagger.tag.datatype
Data type implementations, primarily for ID3 metadata.
org.jaudiotagger.tag.flac - package org.jaudiotagger.tag.flac
Implements a pseudo-tag data object for FLAC.
org.jaudiotagger.tag.id3 - package org.jaudiotagger.tag.id3
Classes for all flavors of ID3.
org.jaudiotagger.tag.id3.framebody - package org.jaudiotagger.tag.id3.framebody
Classes for ID3V2 frames.
org.jaudiotagger.tag.id3.reference - package org.jaudiotagger.tag.id3.reference
Classes for various ID3 rating systems.
org.jaudiotagger.tag.id3.valuepair - package org.jaudiotagger.tag.id3.valuepair
ID3 types implemented as ID-value pairs.
org.jaudiotagger.tag.images - package org.jaudiotagger.tag.images
Processing of images in audio metadata.
org.jaudiotagger.tag.lyrics3 - package org.jaudiotagger.tag.lyrics3
Implementation of ID3 frames that follow the lyrics3 pattern, not restricted to lyrics.
org.jaudiotagger.tag.mp4 - package org.jaudiotagger.tag.mp4
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
org.jaudiotagger.tag.mp4.atom - package org.jaudiotagger.tag.mp4.atom
Classes dealing with atoms (boxes) embedded in top-level MP4 atoms.
org.jaudiotagger.tag.mp4.field - package org.jaudiotagger.tag.mp4.field
Classes handling fields of the MP4 moov.udt.meta.ilst atom.
org.jaudiotagger.tag.options - package org.jaudiotagger.tag.options
Holds a few option definitions.
org.jaudiotagger.tag.reference - package org.jaudiotagger.tag.reference
Controlled vocabulary support.
org.jaudiotagger.tag.vorbiscomment - package org.jaudiotagger.tag.vorbiscomment
Code dealing with the Vorbis metadata (called "Comment") tag.
org.jaudiotagger.tag.vorbiscomment.util - package org.jaudiotagger.tag.vorbiscomment.util
Utility code supporting the Vorbis metadata (called "Comment") tag.
org.jaudiotagger.tag.wav - package org.jaudiotagger.tag.wav
 
org.jaudiotagger.test - package org.jaudiotagger.test
Tests that can be run from the command line.
org.jaudiotagger.utils - package org.jaudiotagger.utils
Some utility code.
org.jaudiotagger.utils.tree - package org.jaudiotagger.utils.tree
Customization of JTree behavior.
originalFlags - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
OTHER_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
OTHER_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
OTHER_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
OTHER_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
OTHER_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
OVERALL_WORK - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 

P

PacketStartAndLength(int, int) - Constructor for class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
PaddingChunkSummary - Class in org.jaudiotagger.audio.iff
 
PaddingChunkSummary(long, long) - Constructor for class org.jaudiotagger.audio.iff.PaddingChunkSummary
 
PaddingException - Exception in org.jaudiotagger.tag
 
PaddingException() - Constructor for exception org.jaudiotagger.tag.PaddingException
Creates a new PaddingException datatype.
PaddingException(Throwable) - Constructor for exception org.jaudiotagger.tag.PaddingException
Creates a new PaddingException datatype.
PaddingException(String) - Constructor for exception org.jaudiotagger.tag.PaddingException
Creates a new PaddingException datatype.
PaddingException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.PaddingException
Creates a new PaddingException datatype.
paddingSize - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Tag padding
PadNumberOption - Enum in org.jaudiotagger.tag.options
Number of padding zeroes digits 1- 9, numbers larger than nine will be padded accordingly based on the value.
Pair - Class in org.jaudiotagger.tag.datatype
A pair of values USed by TIPL, TMCL and IPLS frames that store pairs of values
Pair(String, String) - Constructor for class org.jaudiotagger.tag.datatype.Pair
 
PairedTextEncodedStringNullTerminated - Class in org.jaudiotagger.tag.datatype
Represents a data type that allow multiple Strings but they should be paired as key values, i.e should be 2,4,6..
PairedTextEncodedStringNullTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
PairedTextEncodedStringNullTerminated(TextEncodedStringSizeTerminated) - Constructor for class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
PairedTextEncodedStringNullTerminated(PairedTextEncodedStringNullTerminated) - Constructor for class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
PairedTextEncodedStringNullTerminated.ValuePairs - Class in org.jaudiotagger.tag.datatype
This holds the values held by this PairedTextEncodedDataType, always held as pairs of values
parent - Variable in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
this node's parent, or null if this node has no parent
parentHeader - Variable in class org.jaudiotagger.tag.mp4.Mp4TagField
 
parseGUID(String) - Static method in class org.jaudiotagger.audio.asf.data.GUID
This method parses a String as GUID.
The format is like the one in the ASF specification.
An Example: C5F8CBEA-5BAF-4877-8467-AA8C44FA4CCA
parseLameFrame(ByteBuffer) - Static method in class org.jaudiotagger.audio.mp3.LameFrame
Parse frame
parseMPEGHeader(ByteBuffer) - Static method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Parse the MPEGFrameHeader of an MP3File, file pointer returns at end of the frame header
parseString(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
parseVBRIFrame(ByteBuffer) - Static method in class org.jaudiotagger.audio.mp3.VbriFrame
Parse the VBRIFrame of an MP3File, cannot be called until we have validated that this is a VBRIFrame
parseXingFrame(ByteBuffer) - Static method in class org.jaudiotagger.audio.mp3.XingFrame
Parse the XingFrame of an MP3File, cannot be called until we have validated that this is a XingFrame
PART - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
PART_NUMBER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
PART_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
PartOfSet - Class in org.jaudiotagger.tag.datatype
Represents the form 01/10 whereby the second part is optional.
PartOfSet(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.PartOfSet
Creates a new empty PartOfSet datatype.
PartOfSet(PartOfSet) - Constructor for class org.jaudiotagger.tag.datatype.PartOfSet
Copy constructor
PartOfSet.PartOfSetValue - Class in org.jaudiotagger.tag.datatype
Holds data
PartOfSetValue() - Constructor for class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
PartOfSetValue(String) - Constructor for class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
When constructing from data
PartOfSetValue(Integer, Integer) - Constructor for class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
Newly created
path - Variable in class org.jaudiotagger.utils.tree.TreeModelEvent
Path to the parent of the nodes that have changed.
pathByAddingChild(Object) - Method in class org.jaudiotagger.utils.tree.TreePath
Returns a new path containing all the elements of this object plus child.
pathFromAncestorEnumeration(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns an enumeration that follows the path from ancestor to this node.
PERFORMER_NAME - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
PERFORMER_NAME_SORT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
PerformerHelper - Class in org.jaudiotagger.tag.reference
The PERFORMER field is formatted differently depending on whether writing to the ID3 format that utilises multiple fields or the simple TEXT/VALUE fields used by VorbisComments and similar formats, the role is always set to lowercase.
PerformerHelper() - Constructor for class org.jaudiotagger.tag.reference.PerformerHelper
 
PERIOD - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
Permissions - Class in org.jaudiotagger.audio.generic
Outputs permissions to try and identify why we dont have permissions to read/write file
Permissions() - Constructor for class org.jaudiotagger.audio.generic.Permissions
 
PICTURE_TYPE_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.reference.PictureTypes
 
PictureTypes - Class in org.jaudiotagger.tag.reference
Pictures types for Attached Pictures
PlainTextTagDisplayFormatter - Class in org.jaudiotagger.logging
 
PlainTextTagDisplayFormatter() - Constructor for class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
position - Variable in class org.jaudiotagger.audio.asf.data.Chunk
The position of current header object within file or stream.
postorderEnumeration() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.
PRE_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
PRE_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
PRE_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
precheck(File) - Method in class org.jaudiotagger.audio.mp3.MP3File
Check can write to file
preorderEnumeration() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.AsfHeader
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
(overridden)
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.Chunk
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String, String) - Method in class org.jaudiotagger.audio.asf.data.ChunkContainer
Nearly the same as ChunkContainer.prettyPrint(String) however, additional information can be injected below the Chunk.prettyPrint(String) output and the listing of the contained chunks.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.EncodingChunk
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.FileHeader
(overridden)
prettyPrint() - Method in class org.jaudiotagger.audio.asf.data.GUID
This method gives a hex formatted representation of GUID.getGUID()
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.LanguageList
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
This method creates a String containing useful information prepared to be printed on STD-OUT.
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.StreamBitratePropertiesChunk
(overridden)
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
(overridden)
prettyPrint(String) - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
(overridden)
PrimitiveUtils - Class in org.jaudiotagger.utils
 
PrimitiveUtils() - Constructor for class org.jaudiotagger.utils.PrimitiveUtils
 
printAllOffsets() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
Show All offsets, useful for debugging
printAtomTree() - Method in class org.jaudiotagger.audio.mp4.Mp4AtomTree
Display atom tree
printTotalOffset() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4DrmsBox
Process direct data
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4MetaBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
processData() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
processDuplicateFrame(AbstractID3v2Frame, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
If frame already exists default behaviour is to just add another one, but can be overrridden if special handling required
processDuplicateFrame(AbstractID3v2Frame, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Override to merge TIPL/TMCL into single IPLS frame
processDuplicateFrame(AbstractID3v2Frame, AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Two different frames both converted to TDRCFrames, now if this is the case one of them may have actually have been created as a FrameUnsupportedBody because TDRC is only supported in ID3v24, but is often created in v23 tags as well together with the valid TYER frame OR it might be that we have two v23 frames that map to TDRC such as TYER,TIME or TDAT
processSectionHeader(ByteBuffer) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
Process header, skipping filler bytes and calculating size
PRODUCER - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIPL
 
PROP - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
PROP_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.dff.PropChunk
 
PropChunk - Class in org.jaudiotagger.audio.dff
PROP Chunk.

Q

QWORD_MAXVALUE - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Maximum value for a QWORD value (64 bit unsigned).

R

RandomAccessFileInputstream - Class in org.jaudiotagger.audio.asf.io
Wraps a RandomAccessFile into an InputStream.
RandomAccessFileInputstream(RandomAccessFile) - Constructor for class org.jaudiotagger.audio.asf.io.RandomAccessFileInputstream
Creates an instance that will provide InputStream functionality on the given RandomAccessFile by delegating calls.
RandomAccessFileOutputStream - Class in org.jaudiotagger.audio.asf.io
RandomAccessFileOutputStream(RandomAccessFile) - Constructor for class org.jaudiotagger.audio.asf.io.RandomAccessFileOutputStream
Creates an instance.
RANKING - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
read(Path) - Method in class org.jaudiotagger.audio.aiff.AiffInfoReader
 
read(Path) - Method in class org.jaudiotagger.audio.aiff.AiffTagReader
Read editable Metadata
read(File) - Method in class org.jaudiotagger.audio.asf.AsfFileReader
read(GUID, InputStream, long) - Method in interface org.jaudiotagger.audio.asf.io.ChunkReader
Parses the chunk.
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.ContentBrandingReader
Parses the chunk.
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.ContentDescriptionReader
Parses the chunk.
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.FileHeaderReader
Parses the chunk.
read(byte[]) - Method in class org.jaudiotagger.audio.asf.io.FullRequestInputStream
read(byte[], int, int) - Method in class org.jaudiotagger.audio.asf.io.FullRequestInputStream
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.LanguageListReader
Parses the chunk.
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.MetadataReader
Parses the chunk.
read() - Method in class org.jaudiotagger.audio.asf.io.RandomAccessFileInputstream
read(byte[], int, int) - Method in class org.jaudiotagger.audio.asf.io.RandomAccessFileInputstream
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader
Parses the chunk.
read(GUID, InputStream, long) - Method in class org.jaudiotagger.audio.asf.io.StreamChunkReader
Parses the chunk.
read(File) - Static method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
read(Path) - Method in class org.jaudiotagger.audio.flac.FlacInfoReader
 
read(Path) - Method in class org.jaudiotagger.audio.flac.FlacTagReader
 
read(File) - Method in class org.jaudiotagger.audio.generic.AudioFileReader
 
read(File) - Method in class org.jaudiotagger.audio.generic.AudioFileReader2
 
read(File) - Method in class org.jaudiotagger.audio.mp3.MP3FileReader
 
read(Path) - Method in class org.jaudiotagger.audio.mp4.Mp4InfoReader
 
read(Path) - Method in class org.jaudiotagger.audio.mp4.Mp4TagReader
 
read(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Read the Logical VorbisComment Tag from the file
read(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.util.OggInfoReader
 
read(ByteBuffer) - Static method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
Read next PageHeader from Buffer
read(RandomAccessFile) - Static method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
Read next PageHeader from file
read(Path) - Method in class org.jaudiotagger.audio.wav.WavInfoReader
 
read(Path) - Method in class org.jaudiotagger.audio.wav.WavTagReader
Read file and return tag metadata
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.AbstractTagItem
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
This reads a frame body from a ByteBuffer into the appropriate FrameBody class and update the position of the buffer to be just after the end of this frameBody The ByteBuffer represents the tag and its position should be at the start of this frameBody.
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Read in a tag from the ByteBuffer
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Read frame from file.
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Read the frame from a byteBuffer
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Read the frame from the specified file.
read(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
This reads a frame body from its file into the appropriate FrameBody class Read the data from the given file into this datatype.
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
read(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
read(byte[], boolean, Path) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
read80BitDouble(ByteBuffer) - Static method in class org.jaudiotagger.audio.aiff.AiffUtil
 
readAs(File, String) - Static method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
readBig64(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Reads 8 bytes from stream and interprets them as a UINT64 which is returned as BigInteger.
readBinary(InputStream, long) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Reads size bytes from the stream.
readBody(String, ByteBuffer, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Read the frame body from the specified file via the buffer
readBody(String, AbstractID3v2FrameBody) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
This creates a new body based of type identifier but populated by the data in the body.
readByteArray(byte[]) - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Simplified wrapper for reading bytes from file into Object.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
This is the starting point for reading bytes from the file into the ID3 datatype starting at offset.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
Reads list of EventTimingCodes from buffer starting at the given offset.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.BooleanString
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
Read Null Terminated Strings from the array starting at offset, continue until unable to find any null terminated Strings or until reached the end of the array.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
Read the number from the byte array
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
Read the key from the buffer.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
Read from Byte Array
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
Read Null Terminated Strings from the array starting at offset, continue until unable to find any null terminated Strings or until reached the end of the array.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.PartOfSet
Read a 'n' bytes from buffer into a String where n is the frameSize - offset so therefore cannot use this if there are other objects after it because it has no delimiter.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.StringFixedLength
Read a string from buffer of fixed size(size has already been set in constructor)
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.TempoCode
 
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
Read a string from buffer upto null character (if exists) Must take into account the text encoding defined in the Encoding Object ID3 Text Frames often allow multiple strings separated by the null char appropriate for the encoding.
readByteArray(byte[], int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Read a 'n' bytes from buffer into a String where n is the framesize - offset so therefore cannot use this if there are other objects after it because it has no delimiter.
readCharacterSizedString(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This method reads a UTF-16 String, which length is given on the number of characters it consists of.
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.AnnotationChunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.ApplicationChunk
Reads a chunk and puts an Application property into the RepInfo object.
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.AuthorChunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.CommentsChunk
Reads a chunk and extracts information.
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.CommonChunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.CopyrightChunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.FormatVersionChunk
Reads a chunk and extracts information.
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.ID3Chunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.NameChunk
 
readChunk() - Method in class org.jaudiotagger.audio.aiff.chunk.SoundChunk
Reads a chunk and extracts information.
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dff.DsdChunk
 
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dff.Frm8Chunk
 
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dff.PropChunk
 
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dff.SndChunk
 
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dsf.DsdChunk
 
readChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dsf.ID3Chunk
 
readChunk() - Method in class org.jaudiotagger.audio.iff.Chunk
Reads a chunk and puts appropriate information into the RepInfo object.
readChunk(RandomAccessFile) - Static method in class org.jaudiotagger.audio.real.RealChunk
 
readChunk() - Method in class org.jaudiotagger.audio.wav.chunk.WavFactChunk
 
readChunk() - Method in class org.jaudiotagger.audio.wav.chunk.WavFormatChunk
 
readChunk() - Method in class org.jaudiotagger.audio.wav.chunk.WavId3Chunk
 
readChunk() - Method in class org.jaudiotagger.audio.wav.chunk.WavListChunk
 
readChunk(FileChannel, GenericAudioHeader) - Method in class org.jaudiotagger.audio.wav.WavInfoReader
Reads a Wav Chunk.
readChunk(FileChannel, WavTag) - Method in class org.jaudiotagger.audio.wav.WavTagReader
Reads Wavs Chunk that contain tag metadata If the same chunk exists more than once in the file we would just use the last occurence
readChunkData(DsdChunk, FileChannel) - Method in class org.jaudiotagger.audio.dsf.FmtChunk
 
readChunkDataIntoBuffer(FileChannel, ChunkHeader) - Method in class org.jaudiotagger.audio.aiff.chunk.AiffChunkReader
Read the next chunk into ByteBuffer as specified by ChunkHeader and moves raf file pointer to start of next chunk/end of file.
readChunkHeader(ByteBuffer) - Static method in class org.jaudiotagger.audio.dsf.FmtChunk
 
readChunks(ByteBuffer) - Method in class org.jaudiotagger.audio.wav.chunk.WavInfoChunk
Read Info chunk
readChunkText() - Method in class org.jaudiotagger.audio.aiff.chunk.TextChunk
Reads the chunk and transforms it to a String.
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.BaseChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.ChnlChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.CmprChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.DitiChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.DstChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.EndChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.FrteChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.FsChunk
 
readDataChunch(FileChannel) - Method in class org.jaudiotagger.audio.dff.Id3Chunk
 
readEncryptedBody(String, ByteBuffer, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Read the frameBody when frame marked as encrypted
readFile(File) - Method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
readFileAs(File, String) - Method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
readFileDataIntoBufferBE(FileChannel, int) - Static method in class org.jaudiotagger.audio.generic.Utils
 
readFileDataIntoBufferLE(FileChannel, int) - Static method in class org.jaudiotagger.audio.generic.Utils
 
readFileMagic(File) - Method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
readFixedSizeUTF16Str(InputStream, int) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This method reads a UTF-16 encoded String.
readFourBytesAsChars(ByteBuffer) - Static method in class org.jaudiotagger.audio.generic.Utils
Reads 4 bytes and concatenates them into a String.
readFrames(ByteBuffer, int) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Read frames from tag
readFrames(ByteBuffer, int) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Read the frames Read from byteBuffer upto size
readFrames(ByteBuffer, int) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Read frames from tag
readGUID(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This Method reads a GUID (which is a 16 byte long sequence) from the given raf and creates a wrapper.
readHeader(FileChannel, AiffAudioHeader) - Method in class org.jaudiotagger.audio.aiff.AiffFileHeader
Reads the file header and registers the data (file type) with the given header.
readHeader(File) - Static method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
This method extracts the full ASF-Header from the given file.
If no header could be extracted null is returned.
readHeader(RandomAccessFile) - Static method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
This method tries to extract a full ASF-header out of the given stream.
readHeader(FileChannel) - Static method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
Create header by reading from file
readHeader(FileChannel) - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Reads the header of a chunk.
readHeader(RandomAccessFile) - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Reads the header of a chunk.
readHeader(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
This is called by superclass when attempt to read data from file.
readIdChunk(ByteBuffer) - Static method in class org.jaudiotagger.audio.dff.BaseChunk
 
readIdentifier(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Get the next frame id, throwing an exception if unable to do this and check against just having padded data
readInfoHeader(RandomAccessFile) - Static method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
This method tries to extract an ASF-header out of the given stream, which only contains information about the audio stream.
If no header could be extracted null is returned.
readMagic(File) - Static method in class org.jaudiotagger.audio.AudioFileIO
Read the tag contained in the given file.
readMustBeWritable(File) - Method in class org.jaudiotagger.audio.mp3.MP3FileReader
Read
readOggPageHeader(RandomAccessFile, int) - Method in class org.jaudiotagger.audio.ogg.OggFileReader
Return count Ogg Page header, count starts from zero count=0; should return PageHeader that contains Vorbis Identification Header count=1; should return Pageheader that contains VorbisComment and possibly SetupHeader count>=2; should return PageHeader containing remaining VorbisComment,SetupHeader and/or Audio
readOggVorbisHeaderSizes(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Calculate the size of the packet data for the comment and setup headers
readOggVorbisRawSize(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Retrieve the Size of the VorbisComment packet including the oggvorbis header
ReadOnlyFileException - Exception in org.jaudiotagger.audio.exceptions
This is the exception when try and access a read only file
ReadOnlyFileException() - Constructor for exception org.jaudiotagger.audio.exceptions.ReadOnlyFileException
Creates a new ReadOnlyException datatype.
ReadOnlyFileException(Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.ReadOnlyFileException
 
ReadOnlyFileException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.ReadOnlyFileException
Creates a new ReadOnlyException datatype.
ReadOnlyFileException(String, Throwable) - Constructor for exception org.jaudiotagger.audio.exceptions.ReadOnlyFileException
 
readPascalString(ByteBuffer) - Static method in class org.jaudiotagger.audio.generic.Utils
Convert a byte array to a Pascal string.
readRawPacketData(RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagReader
Retrieve the raw VorbisComment packet data, does not include the OggVorbis header
readString(DataInput, int) - Static method in class org.jaudiotagger.audio.generic.Utils
Read a string of a specified number of ASCII bytes.
readString(String, int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
readString(String, int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
readString(String) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
Todo this is wrong
readString(String, int) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
readTagHeader(RandomAccessFile) - Static method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
This method tries to extract an ASF-header out of the given stream, which only contains metadata.
If no header could be extracted null is returned.
readThreeBytesAsChars(ByteBuffer) - Static method in class org.jaudiotagger.audio.generic.Utils
Reads 3 bytes and concatenates them into a String.
readUINT16(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Reads 2 bytes from stream and interprets them as UINT16.
readUint16(DataInput) - Static method in class org.jaudiotagger.audio.generic.Utils
Read a 16-bit big-endian unsigned integer.
readUINT32(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Reads 4 bytes from stream and interprets them as UINT32.
readUint32(DataInput) - Static method in class org.jaudiotagger.audio.generic.Utils
Read a 32-bit big-endian unsigned integer using a DataInput.
readUINT64(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Reads long as little endian.
readUTF16LEStr(InputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
This method reads a UTF-16 encoded String, beginning with a 16-bit value representing the number of bytes needed.
RealChunk - Class in org.jaudiotagger.audio.real
 
RealChunk(String, int, byte[]) - Constructor for class org.jaudiotagger.audio.real.RealChunk
 
REALDATA_64BITLENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
RealFileReader - Class in org.jaudiotagger.audio.real
Real Media File Format: Major Chunks: .RMF PROP MDPR CONT DATA INDX
RealFileReader() - Constructor for class org.jaudiotagger.audio.real.RealFileReader
 
RealTag - Class in org.jaudiotagger.audio.real
 
RealTag() - Constructor for class org.jaudiotagger.audio.real.RealTag
 
RECEIVED_AS_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.id3.valuepair.ReceivedAsTypes
 
ReceivedAsTypes - Class in org.jaudiotagger.tag.id3.valuepair
Defines how song was purchased used by the COMR frame
reduceQuality(Artwork, int) - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
Resize the image until the total size require to store the image is less than maxsize
reduceQuality(Artwork, int) - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
reduceQuality(Artwork, int) - Method in class org.jaudiotagger.tag.images.StandardImageHandler
Resize the image until the total size require to store the image is less than maxsize
REFERENCE_INDEX_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
REFERENCE_INDEX_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
RELEASE - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
 
RELEASE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
RELEASE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
reload() - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reload(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
remove() - Method in class org.jaudiotagger.tag.id3.ID3v1Iterator
 
remove() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1Iterator
 
remove(int) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes the child at the specified index from this node's children and sets that node's parent to null.
remove(MutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes aChild from this node's child array, giving it a null parent.
remove(Class<T>, T) - Method in class org.jaudiotagger.utils.tree.EventListenerList
Removes the listener as a listener of the specified type.
remove(int) - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Removes the child at index from the receiver.
remove(MutableTreeNode) - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Removes node from the receiver.
removeAllChildren() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes all of this node's children, setting their parents to null.
removeAudioFileModificationListener(AudioFileModificationListener) - Method in class org.jaudiotagger.audio.AudioFileIO
Removes a listener for all file formats.
removeAudioFileModificationListener(AudioFileModificationListener) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
This method removes an AudioFileModificationListener
removeDescriptorsByName(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Removes all stored descriptors with the given name.
removeField(String) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
removeFrame(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Remove frame(s) with this identifier from tag
removeFrame(String) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Remove frame(s) with this identifier from tag
removeFrameOfType(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Remove any frames starting with this identifier from tag
removeFromParent() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Removes the subtree rooted at this node from the tree, giving this node a null parent.
removeFromParent() - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Removes the receiver from its parent.
removeLanguage(int) - Method in class org.jaudiotagger.audio.asf.data.LanguageList
Removes the language entry at specified index.
removeNodeFromParent(MutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Message this to remove node from its parent.
removeTempo(long) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Removes a tempo at a given timestamp.
removeTimingCode(long, int...) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Removes timestamps at a given time with the given types.
removeTreeModelListener(TreeModelListener) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Removes a listener previously added with addTreeModelListener().
removeTreeModelListener(TreeModelListener) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Removes a listener previously added with addTreeModelListener.
removeUnsupportedFrames() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Remove all frame(s) which have an unsupported body, in other words remove all frames that are not part of the standard frameSet for this tag
rename(File, File) - Static method in class org.jaudiotagger.audio.generic.Utils
Rename file, and if normal rename fails, try copy and delete instead.
replaceXMLCharacters(String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
Replace any special xml characters with the appropiate escape sequences required to be done for the actual element names
requiresUnsynchronization(byte[]) - Static method in class org.jaudiotagger.tag.id3.ID3Unsynchronization
Check if a byte array will require unsynchronization before being written as a tag.
RESERVED1_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
RESERVED1_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
RESERVED2_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
RESERVED3_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
RESERVED_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
RESERVED_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
RESERVED_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
resetPairs() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Remove all Pairs
returnFieldToList(ID3v1TagField) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
REVISION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
 
REVISION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
REVISION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
RIFF_SIGNATURE - Static variable in class org.jaudiotagger.audio.wav.WavRIFFHeader
 
RMF - Static variable in class org.jaudiotagger.audio.real.RealChunk
 
root - Variable in class org.jaudiotagger.utils.tree.DefaultTreeModel
Root of the tree.

S

safeLongToInt(long) - Static method in class org.jaudiotagger.utils.PrimitiveUtils
 
save() - Method in class org.jaudiotagger.audio.mp3.MP3File
Saves the tags in this dataType to the file referred to by this dataType.
save(File) - Method in class org.jaudiotagger.audio.mp3.MP3File
Saves the tags in this dataType to the file argument.
SCRIPT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
SCRIPT_COMMAND_OBJECT - Static variable in class org.jaudiotagger.audio.asf.data.GUID
This constant stores the GUID for a "script command object".
seek(File, long) - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Returns true if the first MP3 frame can be found for the MP3 file This is the first byte of music data and not the ID3 Tag Frame.
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Does a tag of the correct version exist in this file.
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.AbstractTag
Looks for this tag in the buffer
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Find identifier within byteBuffer to indicate that a v11 tag exists within the buffer
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Does a tag of this version exist within the byteBuffer
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
TODO implement
seek(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
seek(ByteBuffer) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
TODO implement
seek(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
seekForV1OrV11Tag(ByteBuffer) - Static method in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
Does a v1tag or a v11tag exist
seekWithinLevel(SeekableByteChannel, String) - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Seek for box with the specified id starting from the current location of filepointer, Note it wont find the box if it is contained with a level below the current level, nor if we are at a parent atom that also contains data and we havent yet processed the data.
seekWithinLevel(ByteBuffer, String) - Static method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Seek for box with the specified id starting from the current location of filepointer, Note it won't find the box if it is contained with a level below the current level, nor if we are at a parent atom that also contains data and we havent yet processed the data.
setAdditionalInformation(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
 
setAlbum(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Set Album
setAlbum(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
 
setAllowsChildren(boolean) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Determines whether or not this node is allowed to have children.
setAndroid(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setAPICDescriptionITunesCompatible(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setArtist(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Set Artist
setArtist(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
 
setArtworkField(byte[], String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Deprecated.
setAsksAllowsChildren(boolean) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Sets whether or not to test leafness by asking getAllowsChildren() or isLeaf() to the TreeNodes.
setAudioDataEndPosition(Long) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setAudioDataEndPosition(Long) - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
setAudioDataLength(long) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setAudioDataStartPosition(Long) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setAudioDataStartPosition(Long) - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
setAudioFileModificationListener(AudioFileModificationListener) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
This method sets the AudioFileModificationListener.
There is only one listener allowed, if you want more instances to be supported, use the ModificationHandler to broadcast those events.
setAuthor(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set the author
setAuthor(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
setAuthor(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
 
setAuthor(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
 
setAverageBytesPerSec(long) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
setBadChunkData(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setBannerImageURL(String) - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
This method sets the banner image URL, if imageURL is not blank.
setBinaryData(byte[]) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setBinaryData(byte[]) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setBinaryData(byte[]) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setBinaryValue(byte[]) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setBitRate(int) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This Method sets the bitRate in "Kbps".
setBitRate() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Set bitrate in kbps, if Vbr use Xingheader if possible
setBitsPerSample(int) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Sets the bitsPerSample
setBitsPerSample(int) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setBlockAlignment(long) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Sets the blockAlignment.
setBody(AbstractTagFrameBody) - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Set the framebody that this datatype is associated with
setBody(AbstractTagFrameBody) - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
setBody(AbstractTagFrameBody) - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
setBody(AbstractTagFrameBody) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrame
Sets the body datatype for this fragment.
setBooleanValue(boolean) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setBrand(String) - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
setByteRate(int) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setChannelCount(long) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
setChannelNumber(int) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the number of channels.
setCheckIsWritable(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setChunkId(String) - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
setChunkSize(long) - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
setChunkSizeLength(long) - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
setCodecData(byte[]) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Sets the codecData
setCodecId(byte[]) - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
setComment(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
setComment(String) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Set Comment
setComment(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Set Comment
setCompressionFormat(long) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
setContent(String) - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
setContent(String) - Method in class org.jaudiotagger.tag.asf.AsfTagTextField
 
setContent(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Sets the content of the field.
setContent(String) - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
Sets the content of the field.
setContent(String) - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
setContent(String) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
setContent(String) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
setContent(String) - Method in interface org.jaudiotagger.tag.TagTextField
Sets the content of the field.
setContent(String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
setContentEncrypted(boolean) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
setCopyright(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set the copyright
setCopyright(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
setCopyright(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Sets the copyright.
setCopyRightURL(String) - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
This method sets the copyright URL, if copyRight is not blank.
setCount(Integer) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
setCount(String) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
setCounter(long) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
Set the play counter of this file
setCounter(long) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
Set the play counter of this file
setData(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
setData(byte[]) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagBinaryField
 
setData(byte[]) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagRawBinaryField
 
setDate(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
setDescription(String) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Set a description of the image
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Set the description field, which describes the type of comment
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
 
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Set a description of the image
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Set the description field
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Set a description field
setDescription(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
Set a description of the hyperlink
setDescription(String) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setDescription(String) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setDescription(String) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setDescriptor(String) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Set the descriptor for the data (what type of data it is)
setDiscNo(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
setDiscNo(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
setDiscNo(int) - Method in class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
Set Disc No
setDiscTotal(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
setDiscTotal(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTPOS
 
setDiscTotal(int) - Method in class org.jaudiotagger.tag.mp4.field.Mp4DiscNoField
Set total number of discs
setDWordValue(long) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setEmailToUser(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
setEncoder() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
setEncodeUTF16BomAsLittleEndian(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setEncoding(Charset) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Set or add encoding
setEncoding(Charset) - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.asf.AsfTagTextField
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.AggregatedFrame
Sets the charset encoding used by the field.
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Sets the charset encoding used by the field.
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Sets the charset encoding used by the field.
setEncoding(Charset) - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Sets the charset encoding used by the field.
setEncoding(Charset) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
setEncoding(Charset) - Method in interface org.jaudiotagger.tag.Tag
 
setEncoding(Charset) - Method in interface org.jaudiotagger.tag.TagTextField
Sets the charset encoding used by the field.
setEncoding(Charset) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
setEncoding(Charset) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setEncodingType(String) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the type of the encoding.
This is a bit format specific.
eg:Layer I/II/III
setEndian(AiffAudioHeader.Endian) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set endian status (big or little)
setEndLocationInFile(long) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
setEndLocationInFile(long) - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
setErrorConcealment(GUID) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
This method sets the error concealment type which is given by two GUIDs.
setExistingId3Tag(boolean) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setExistingId3Tag(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setExistingInfoTag(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setExt(String) - Method in class org.jaudiotagger.audio.AudioFile
Set the file extension
setExtendedHeaderReader(AsfExtHeaderReader) - Method in class org.jaudiotagger.audio.asf.io.AsfHeaderReader
Sets the AsfExtHeaderReader, which is to be used, when an header extension object is found.
setField(FieldKey, String...) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Create new field and set it in the tag
setField(TagField) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Set field Changed:Just because field is empty it doesn't mean it should be deleted.
setField(Artwork) - Method in class org.jaudiotagger.audio.generic.AbstractTag
Create field and then set within tag itself
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setField(TagField) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setField(Artwork) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setField(TagField) - Method in class org.jaudiotagger.tag.asf.AsfTag
Set field Changed:Just because field is empty it doesn't mean it should be deleted.
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
setField(String, String) - Method in class org.jaudiotagger.tag.flac.FlacTag
Create and set field with name of vorbisCommentkey
setField(TagField) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
setField(Artwork) - Method in class org.jaudiotagger.tag.flac.FlacTag
 
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
setField(TagField) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Set Field
setField(Artwork) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Create field and then set within tag itself
setField(TagField) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
 
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
setField(TagField) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
setField(Artwork) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
 
setField(Lyrics3v2Field) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Overidden to ensure cannot have both a genre field and a custom genre field
setField(Mp4FieldKey, String) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Set mp4 field
setField(TagField) - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
Set field, special handling for track and disc because they hold two fields
setField(FieldKey, String...) - Method in interface org.jaudiotagger.tag.Tag
Create the field based on the generic key and set it in the tag
setField(Artwork) - Method in interface org.jaudiotagger.tag.Tag
Create artwork field based on the data in artwork and then set it in the tag itself
setField(TagField) - Method in interface org.jaudiotagger.tag.Tag
Sets a field in the structure, used internally by the library
setField(Artwork) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create and set artwork field
setField(String, String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Create and set field with name of vorbisCommentkey
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
setField(FieldKey, String...) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setField(TagField) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setField(Artwork) - Method in class org.jaudiotagger.tag.wav.WavTag
Create field and then set within tag itself
setFile(File) - Method in class org.jaudiotagger.audio.AudioFile
Set the file to store the info in
setFileLength(long) - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
setFilename(String) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
setFilenameTagSave(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setFilePos(long) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Set location in file of the start of file header (i.e where the 4 byte length field starts)
setFileSize(long) - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Set the size of the file, required in some calculations
setFileSize(long) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setFileStartLocation(long) - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
setFileType(AiffType) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set the file type (AIFF or AIFC)
setFormat(String) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the type of the encoding.
This is the generic encoding format, e.g mp3, Flac, Aac, AppleLossless
setFormSize(long) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Add a frame to this tag
setFrame(String, List<AbstractID3v2Frame>) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Used for setting multiple frames for a single frame Identifier

Warning if frame(s) already exists for this identifier they are overwritten TODO needs to ensure do not add an invalid frame for this tag

setFromFile(File) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
Create Artwork from File
setFromFile(File) - Method in interface org.jaudiotagger.tag.images.Artwork
Create Artwork from File
setFromFile(File) - Method in class org.jaudiotagger.tag.images.StandardArtwork
Create Artwork from File
setFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
Populate Artwork from MetadataBlockDataPicture as used by Flac and VorbisComment
setFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Method in interface org.jaudiotagger.tag.images.Artwork
Populate Artwork from MetadataBlockDataPicture as used by Flac and VorbisComment
setFromMetadataBlockDataPicture(MetadataBlockDataPicture) - Method in class org.jaudiotagger.tag.images.StandardArtwork
Populate Artwork from MetadataBlockDataPicture as used by Flac and VorbisComment
setGenre(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Sets the genreID,
setGroupSymbol(byte) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
setGroupSymbol(byte) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
setGUIDValue(GUID) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the value of the metadata descriptor.
Using this method will change MetadataDescriptor.descriptorType to MetadataDescriptor.TYPE_GUID
setHeader(AbstractTagFrame) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Set header
setHeight(int) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setHeight(int) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setHeight(int) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setHoursOnly(boolean) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
setHoursOnly(boolean) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
 
setID(String) - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Sets the chunk type, which is a 4-character code, directly.
setId(int) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Set the Id.
setID3Tag(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.aiff.AiffTag
Sets the ID3 tag
setID3Tag(AbstractID3v2Tag) - Method in interface org.jaudiotagger.tag.id3.Id3SupportingTag
 
setID3Tag(AbstractID3v2Tag) - Method in class org.jaudiotagger.tag.wav.WavTag
Sets the ID3 tag
setId3v1Save(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveAlbum(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveArtist(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveComment(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveGenre(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveTitle(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveTrack(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v1SaveYear(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setID3v1Tag(ID3v1Tag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Sets the ID3v1(_1)tag to the tag provided as an argument.
setID3v1Tag(Tag) - Method in class org.jaudiotagger.audio.mp3.MP3File
 
setID3v1Tag(AbstractTag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Sets the ID3v1 tag for this dataType.
setId3v23DefaultTextEncoding(byte) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Set the default text encoding to use for new v23 frames, when unicode is required UTF16 will always be used because that is the only valid option for v23/v22
setId3v24DefaultTextEncoding(byte) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Set the default text encoding to use for new v24 frames, it defaults to simple ISO8859 but by changing this value you could always used UTF8 for example whether you needed to or not
setId3v24UnicodeTextEncoding(byte) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Set the text encoding to use for new v24 frames when unicode is required, it defaults to UTF16 just because this encoding is understand by all ID3 versions
setId3v2ITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Special work/grouping mode for iTunes 12.6.
setId3v2PaddingCopyTag(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v2PaddingWillShorten(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setId3v2Save(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setID3v2Tag(AbstractTag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Sets the ID3v2 tag for this dataType.
setID3v2Tag(AbstractID3v2Tag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Sets the v2 tag to the v2 tag provided as an argument.
setID3v2TagOnly(AbstractID3v2Tag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Set v2 tag ,don't need to set v24 tag because saving
setID3V2Version(ID3V2Version) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setImage(long, byte[]) - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
 
setImageData(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Set imageData
setImageData(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Set imageData
setImageFromData() - Method in class org.jaudiotagger.tag.images.AndroidArtwork
Should be called when you wish to prime the artwork for saving
setImageFromData() - Method in interface org.jaudiotagger.tag.images.Artwork
Should be called when you wish to prime the artwork for saving
setImageFromData() - Method in class org.jaudiotagger.tag.images.StandardArtwork
Should be called when you wish to prime the artwork for saving
setImageUrl(String) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setImageUrl(String) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setImageUrl(String) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setIncorrectlyAlignedTag(boolean) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setIncorrectlyAlignedTag(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setInfoTag(WavInfoTag) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setInstanceKey(String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setIssuer(String) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
Set the issuer, usually reverse dns of the Companies domain
setITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.id3.ID3Frames
Allows setting of a special iTunes 12.6 mode, where FieldKey.GROUPING is mapped to the non-standard frame GPP1 and FieldKey.WORK to TIT1 instead of the regular mapping (GROUPING -> TIT1, WORK -> TXXX:WORK).
setITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v22Frames
 
setITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v23Frames
 
setITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v24Frames
 
setITunes12_6WorkGroupingMode(boolean) - Method in class org.jaudiotagger.tag.id3.ID3v2ChapterFrames
 
setKey(String) - Method in class org.jaudiotagger.tag.datatype.Pair
 
setKeyID(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method appends a String.
setKind(Mp4EsdsBox.Kind) - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
 
setLanguage(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Sets the language the comment is written in
setLanguage(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Set the language field
setLanguage(String) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Sets the default language for any ID3v2 tag frames which require it.
setLanguageIndex(int) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the index of the referred language (see LanguageList).
Consider: The requirements must be held.
setLastChunkSizeExtendsPastFormSize(boolean) - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
setLength(int) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Set the length.
setLength(int) - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
setLicenseURL(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method appends a String.
setLinked(boolean) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setLinked(boolean) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setLinked(boolean) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setLinkedFromURL(String) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
Create Linked Artwork from URL
setLinkedFromURL(String) - Method in class org.jaudiotagger.tag.images.StandardArtwork
Create Linked Artwork from URL
setLoggingFilename(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3Tag
Set logging filename when construct tag for read from file
setLoggingFilename(String) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
Set logging filename when construct tag for read from file
setLossless(boolean) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the Lossless flag for the represented audio clip.
setLyric(String) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
setLyric(ID3v2LyricLine) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
setLyric(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
Set the lyric field
setLyric(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
setLyric(String) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
setLyrics(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Set lyrics TODO:provide a more user friendly way of adding lyrics
setLyrics3KeepEmptyFieldIfRead(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setLyrics3Save(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setLyrics3SaveEmptyField(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setLyrics3SaveField(String, boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Sets if we should save the Lyrics3 field.
setMd5(String) - Method in class org.jaudiotagger.audio.flac.FlacAudioHeader
 
setMetadataOffset(long) - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
setMimeType(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Set mimeType
setMimeType(String) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setMimeType(String) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setMimeType(String) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setMinimumSize(int) - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
 
setMinute(long) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
setMonthOnly(boolean) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDAT
 
setMonthOnly(boolean) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
setMp3StartByte(long) - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Set the location of where the Audio file begins in the file
setName(String) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set the name
setNonStandardPadding(boolean) - Method in class org.jaudiotagger.tag.wav.WavTag
 
setNoOfSamples(Long) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
 
setNullSeperateMultipleValues(boolean) - Method in class org.jaudiotagger.tag.datatype.TCONString
 
setNumber(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setNumber(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setNumberMP3SyncFrame(int) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Sets the number of MP3 frames to sync when trying to find the start of the MP3 frame data.
setNumberOfFrames() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Set number of frames in this file, use Xing if exists otherwise ((File Size - Non Audio Part)/Frame Size)
setObjectValue(String, Object) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Sets all objects of identifier type to value defined by obj argument.
setOriginalSavedAfterAdjustingID3v2Padding(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
 
setOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
setOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
setOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
Set the owner of url of the the database that this ufid is stored in
setOwner(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
 
setPadNumbers(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setPadNumberTotalLength(PadNumberOption) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setParent(MutableTreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Sets this node's parent to newParent but does not change the parent's child array.
setParent(MutableTreeNode) - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Sets the parent of the receiver to newParent.
setPictureHeight(long) - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
setPictureType(byte) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
Set Picture Type
setPictureType(byte) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
Set Picture Type
setPictureType(int) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setPictureType(int) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setPictureType(int) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setPictureWidth(long) - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
 
setPlayerCompatability(int) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setPosition(long) - Method in class org.jaudiotagger.audio.asf.data.Chunk
Sets the position.
setPreciseLength(double) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
This method sets the audio duration of the represented clip.
setPreserveFileIdentity(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
If set to true, when writing, make an attempt to preserve the file identity.
setProfile(Mp4EsdsBox.AudioProfile) - Method in class org.jaudiotagger.audio.mp4.Mp4AudioHeader
The key for the profile
setProtectionType(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method appends a String.
setQWordValue(BigInteger) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setQWordValue(long) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setRating(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
setRating(String) - Method in class org.jaudiotagger.tag.asf.AsfTag
Sets the Rating.
setRating(long) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
Set the rating given to this file
setRawValue(String) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
setRemoveTrailingTerminatorOnWrite(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Remove unnecessary trailing null characters on write
setResetTextEncodingForExistingFrames(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
When writing frames if this is set to true then the frame will be written using the defaults disregarding the text encoding originally used to create the frame.
setRoot(TreeNode) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
Sets the root to root.
setSamplingRate(long) - Method in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
 
setSamplingRate(int) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the Sampling rate in "Hz"
setSecond(long) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
setSecretData(String) - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
This method adds the secret data.
setSignature(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
setSize(long) - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Set chunk size.
setSize(int) - Method in class org.jaudiotagger.tag.datatype.AbstractString
Sets the size in bytes of this data type.
setSize(int) - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
Set Size in Bytes of this Object
setSize(int) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Set size based on size passed as parameter from frame header, done before read
setSize() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Set size based on size of the DataTypes making up the body,done after write
setStartByte(long) - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
setStartLocationInFile(long) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
setStartLocationInFile(long) - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
setStartPosition(int) - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
setStreamNumber(int) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the stream number the descriptor applies to.
Consider: The requirements must be held.
setStreamNumber(int) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
setStreamSpecificDataSize(long) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
setString(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
This method converts the given string value into the current data type.
setStringValue(String, String) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
asserts the existence of a descriptor with given name and assings the string value.
setStringValue(String) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setTag(Tag) - Method in class org.jaudiotagger.audio.AudioFile
Assign a tag to this audio file
setTag(Tag) - Method in class org.jaudiotagger.audio.mp3.MP3File
Set the Tag If the parameter tag is a v1tag then the v1 tag is set if v2tag then the v2tag.
setTempo(int) - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
setText(String) - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
setText(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setText(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Set the text, decoded as pairs of involvee - involvement
setText(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Set the Full Text String.
setText(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
setText(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
setTextEncoding(byte) - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Set the Text Encoding to use for this frame body
setTime(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
setTimeOffset(long) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
setTimePerFrame() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Set the time each frame contributes to the audio in fractions of seconds, the higher the sampling rate the shorter the audio segment provided by the frame, the number of samples is fixed by the MPEG Version and Layer
setTimestamp(Date) - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
Set the timestamp.
setTimestamp(long) - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
setTimeStamp(long) - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
setTimeStamp(Lyrics3TimeStamp) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
setTimeStamp(Lyrics3TimeStamp) - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
setTimeStamp(long, byte) - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
Creates a new ObjectLyrics3TimeStamp datatype.
setTimestamp(long) - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
setTimestampFormat(int) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Sets the timestamp format.
setTimestampFormat(int) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
Sets the timestamp format.
setTimeStampFormat(byte) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Sets the default time stamp format for ID3v2 tags which require it.
setTitle(String) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
 
setTitle(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Set Title
setTitle(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
 
setToDefault() - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setTotal(Integer) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
setTotal(String) - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
setTotal(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setTotal(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setTrack(String) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Set the track, v11 stores track numbers in a single byte value so can only handle a simple number in the range 0-255.
setTrackLength() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
Estimate the length of the audio track in seconds Calculation is Number of frames multiplied by the Time Per Frame using the first frame as a prototype Time Per Frame is the number of samples in the frame (which is defined by the MPEGVersion/Layer combination) divided by the sampling rate, i.e the higher the sampling rate the shorter the audio represented by the frame is going to be.
setTrackNo(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
setTrackNo(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
setTrackNo(int) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Set Track No
setTrackTotal(Integer) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
setTrackTotal(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
 
setTrackTotal(int) - Method in class org.jaudiotagger.tag.mp4.field.Mp4TrackField
Set total number of tracks
setTruncateTextWithoutErrors(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Set truncate without errors
setType(int) - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
setTypeSpecificDataSize(long) - Method in class org.jaudiotagger.audio.asf.data.StreamChunk
 
setUniqueIdentifier(byte[]) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
Set the unique identifier (within the owners domain)
setUnsyncTags(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
Unsync tag where necessary, currently only applies to IDv23
setupObjectList() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Create the list of Datatypes that this body expects in the correct order This method needs to be implemented by concrete subclasses
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyNumberTotal
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Consists of a text encoding , and then a series of null terminated Strings, there should be an even number of Strings as they are paired as involvement/involvee
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Setup the Object List.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAENC
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyASPI
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCHAP
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCRM
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCTOC
TODO:proper mapping
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Setup the Object List.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyENCR
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEncrypted
TODO:proper mapping
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEQU2
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyEQUA
TODO:proper mapping
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyETCO
Setup object list.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGRID
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyLINK
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMCDI
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyMLLT
TODO:proper mapping
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPCNT
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOPM
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPOSS
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPRIV
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRBUF
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
Setup the Object List.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
Setup the Object List.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyRVRB
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySEEK
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySIGN
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYLT
Setup Object List
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodySYTC
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
This is different to other text Frames
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Setup the Object List.
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
 
setupObjectList() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
This is different ot other URL Links
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyAUT
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAL
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyEAR
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyETT
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
TODO
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIND
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyINF
 
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
TODO
setupObjectList() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
TODO
setUrlLink(String) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
Set URL Link
setUserObject(Object) - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Sets the user object for this node to userObject.
setUserObject(Object) - Method in interface org.jaudiotagger.utils.tree.MutableTreeNode
Resets the user object of the receiver to object.
setV23Format() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTCON
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Set the value held by this datatype, this is used typically used when the user wants to modify the value in an existing frame.
setValue(List<T>) - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
setValue(String) - Method in class org.jaudiotagger.tag.datatype.Pair
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.StringDate
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.StringDateTime
 
setValue(Object) - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
setValue(String) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
setVariableBitRate(boolean) - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Sets the VBR flag for the represented audio clip.
setVendor(String) - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Set the vendor, known as the encoder generally We dont want this to be blank, when written to file this field is written to a different location to all other fields but user of library can just reat it as another field
setVorbisAlbumArtistReadOptions(VorbisAlbumArtistReadOptions) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setVorbisAlbumArtistSaveOptions(VorbisAlbumArtistSaveOptions) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWavOptions(WavOptions) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWavSaveOptions(WavSaveOptions) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWavSaveOrder(WavSaveOrder) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWidth(int) - Method in class org.jaudiotagger.tag.images.AndroidArtwork
 
setWidth(int) - Method in interface org.jaudiotagger.tag.images.Artwork
 
setWidth(int) - Method in class org.jaudiotagger.tag.images.StandardArtwork
 
setWordValue(int) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Sets the Value of the current metadata descriptor.
setWriteChunkSize(long) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWriteMp3GenresAsText(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWriteMp4GenresAsText(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setWriteWavForTwonky(boolean) - Method in class org.jaudiotagger.tag.TagOptionSingleton
 
setYear(String) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTDRC
 
setYear(String) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Set year
ShiftData - Class in org.jaudiotagger.utils
Shift Data to allow metadata to be fitted inside existing file
ShiftData() - Constructor for class org.jaudiotagger.utils.ShiftData
 
shiftDataByOffsetToMakeSpace(SeekableByteChannel, int) - Static method in class org.jaudiotagger.utils.ShiftData
Shift the remainder of data from current position to position + offset Reads/writes starting from end of file in chunks so works on large files on low memory systems
shiftDataByOffsetToShrinkSpace(SeekableByteChannel, int) - Static method in class org.jaudiotagger.utils.ShiftData
Used by ID3 to shrink space by shrinkBy bytes before current position
shortSummarizeOggPageHeaders(File) - Method in class org.jaudiotagger.audio.ogg.OggFileReader
Summarizes the first five pages, normally all we are interested in
showReadFormats() - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
Show read formats On Windows supports png/jpeg/bmp/gif
showReadFormats() - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
showReadFormats() - Method in class org.jaudiotagger.tag.images.StandardImageHandler
Show read formats On Windows supports png/jpeg/bmp/gif
showWriteFormats() - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
Show write formats On Windows supports png/jpeg/bmp
showWriteFormats() - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
showWriteFormats() - Method in class org.jaudiotagger.tag.images.StandardImageHandler
Show write formats On Windows supports png/jpeg/bmp
SIGNATURE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.DsdChunk
 
SIGNATURE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.Frm8Chunk
 
SIGNATURE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.PropChunk
 
SIGNATURE_LENGTH - Static variable in class org.jaudiotagger.audio.dff.SndChunk
 
SIGNATURE_LENGTH - Static variable in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
SINGLE_DISC_TRACK_NO - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
size - Variable in class org.jaudiotagger.tag.datatype.AbstractDataType
Holds the size of the data in file when read/written
SIZE_LENGTH - Static variable in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
skip(long) - Method in class org.jaudiotagger.audio.asf.io.FullRequestInputStream
skip(long) - Method in class org.jaudiotagger.audio.asf.io.RandomAccessFileInputstream
skipToChunkEnd(FileChannel) - Method in class org.jaudiotagger.audio.dff.BaseChunk
 
SND_HEADER_LENGTH - Static variable in class org.jaudiotagger.audio.dff.SndChunk
 
SndChunk - Class in org.jaudiotagger.audio.dff
DSD Chunk
SoundChunk - Class in org.jaudiotagger.audio.aiff.chunk
Sound chunk.
SoundChunk(ChunkHeader, ByteBuffer) - Constructor for class org.jaudiotagger.audio.aiff.chunk.SoundChunk
 
splitByNullSeperator(String) - Static method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Split the values separated by null character
splitV23(String) - Static method in class org.jaudiotagger.tag.datatype.TCONString
 
StandardArtwork - Class in org.jaudiotagger.tag.images
Represents artwork in a format independent way
StandardArtwork() - Constructor for class org.jaudiotagger.tag.images.StandardArtwork
 
StandardImageHandler - Class in org.jaudiotagger.tag.images
Image Handling used when running on standard JVM
StandardIPLSKey - Enum in org.jaudiotagger.tag.id3.valuepair
List of keys used by IPLS, TIPL and TMCL names that we map to individual keys, these are handled differently to the remainder such as musicians and their instruments which is essentially an infinite list.
StatusFlags() - Constructor for class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
STREAM_INFO_DATA_LENGTH - Static variable in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
STREAM_PRIORITY_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
STREAM_TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
StreamBitratePropertiesChunk - Class in org.jaudiotagger.audio.asf.data
This class represents the "Stream Bitrate Properties" chunk of an ASF media file.
StreamBitratePropertiesChunk(BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.StreamBitratePropertiesChunk
Creates an instance.
StreamBitratePropertiesReader - Class in org.jaudiotagger.audio.asf.io
This class reads the chunk containing the stream bitrate properties.
StreamBitratePropertiesReader() - Constructor for class org.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader
Should not be used for now.
StreamChunk - Class in org.jaudiotagger.audio.asf.data
This class is the base for all handled stream contents.
StreamChunk(GUID, BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.StreamChunk
Creates an instance
StreamChunkReader - Class in org.jaudiotagger.audio.asf.io
Reads and interprets the data of the audio or video stream information chunk.
StreamChunkReader() - Constructor for class org.jaudiotagger.audio.asf.io.StreamChunkReader
Shouldn't be used for now.
StringDate - Class in org.jaudiotagger.tag.datatype
Represents a timestamp field
StringDate(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.StringDate
Creates a new ObjectStringDate datatype.
StringDate(StringDate) - Constructor for class org.jaudiotagger.tag.datatype.StringDate
 
StringDateTime - Class in org.jaudiotagger.tag.datatype
Represents a timestamp field
StringDateTime(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.StringDateTime
Creates a new ObjectStringDateTime datatype.
StringDateTime(StringDateTime) - Constructor for class org.jaudiotagger.tag.datatype.StringDateTime
 
StringFixedLength - Class in org.jaudiotagger.tag.datatype
Represents a fixed length String, whereby the length of the String is known.
StringFixedLength(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.StringFixedLength
Creates a new ObjectStringFixedsize datatype.
StringFixedLength(StringFixedLength) - Constructor for class org.jaudiotagger.tag.datatype.StringFixedLength
 
StringHashMap - Class in org.jaudiotagger.tag.datatype
Represents a String thats acts as a key into an enumeration of values.
StringHashMap(String, AbstractTagFrameBody, int) - Constructor for class org.jaudiotagger.tag.datatype.StringHashMap
Creates a new ObjectStringHashMap datatype.
StringHashMap(StringHashMap) - Constructor for class org.jaudiotagger.tag.datatype.StringHashMap
 
StringNullTerminated - Class in org.jaudiotagger.tag.datatype
Represents a String whose size is determined by finding of a null character at the end of the String with fixed text encoding.
StringNullTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.StringNullTerminated
Creates a new ObjectStringNullTerminated datatype.
StringNullTerminated(StringNullTerminated) - Constructor for class org.jaudiotagger.tag.datatype.StringNullTerminated
 
StringSizeTerminated - Class in org.jaudiotagger.tag.datatype
Represents a String which is not delimited by null character with fixed text encoding.
StringSizeTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.StringSizeTerminated
Creates a new ObjectStringSizeTerminated datatype.
StringSizeTerminated(StringSizeTerminated) - Constructor for class org.jaudiotagger.tag.datatype.StringSizeTerminated
 
stripChar(String, char) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
Remove all occurances of the given character from the string argument.
stripTrailingNull() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Removing trailing null from end of String, this should not be there but some applications continue to write this unnecessary null char.
summarizeOggPageHeaders(File) - Method in class org.jaudiotagger.audio.ogg.OggFileReader
Summarize all the ogg headers in a file A useful utility function
SupportedFileFormat - Enum in org.jaudiotagger.audio
Files formats currently supported by Library.
supportedFrames - Variable in class org.jaudiotagger.tag.id3.ID3Frames
These frames are part of the Official Specification for that Tag Version
supportedKeys - Static variable in class org.jaudiotagger.audio.generic.GenericTag
 
SYNC_BIT_ANDSAMPING_BYTE3 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
SYNC_BYTE1 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
SYNC_BYTE2 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
SYNC_SIZE - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
Sync Value to identify the start of an MPEGFrame
SynchronisedLyricsContentType - Class in org.jaudiotagger.tag.id3.valuepair
Content Type used by Sysnchronised Lyrics Frame (SYLT)
SynchronisedTempoCode - Class in org.jaudiotagger.tag.datatype
A single synchronized tempo code.
SynchronisedTempoCode(SynchronisedTempoCode) - Constructor for class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
SynchronisedTempoCode(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
SynchronisedTempoCode(String, AbstractTagFrameBody, int, long) - Constructor for class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
SynchronisedTempoCodeList - Class in org.jaudiotagger.tag.datatype
SynchronisedTempoCodeList(SynchronisedTempoCodeList) - Constructor for class org.jaudiotagger.tag.datatype.SynchronisedTempoCodeList
Mandatory, concretely-typed copy constructor, as required by AbstractDataTypeList.AbstractDataTypeList(org.jaudiotagger.tag.datatype.AbstractDataTypeList).
SynchronisedTempoCodeList(FrameBodySYTC) - Constructor for class org.jaudiotagger.tag.datatype.SynchronisedTempoCodeList
 
synchronize(ByteBuffer) - Static method in class org.jaudiotagger.tag.id3.ID3Unsynchronization
Synchronize an array of bytes, this should only be called if it has been determined the tag is unsynchronised Any patterns of the form $FF $00 should be replaced by $FF
syncTagBeforeWrite() - Method in class org.jaudiotagger.tag.wav.WavTag
Call before save if saving both tags ensure any new information is the active tag is added to the other tag overwriting any existing fields
syncTagsAfterRead() - Method in class org.jaudiotagger.tag.wav.WavTag
Call after read to ensure your preferred tag can make use of any additional metadata held in the other tag, only used if the activetag field is empty for the fieldkey
syncToId3FromInfoIfEmpty() - Method in class org.jaudiotagger.tag.wav.WavTag
If we have field in INFO tag but not ID3 tag (perhaps coz doesn't exist add them to ID3 tag)
syncToId3FromInfoOverwrite() - Method in class org.jaudiotagger.tag.wav.WavTag
If we have field in INFO tag write to ID3 tag, if not we delete form ID3 (but only for tag that we can actually have in INFO tag)
syncToInfoFromId3IfEmpty() - Method in class org.jaudiotagger.tag.wav.WavTag
If we have field in INFO tag but not ID3 tag (perhaps coz doesn't exist add them to ID3 tag)
syncToInfoFromId3Overwrite() - Method in class org.jaudiotagger.tag.wav.WavTag
If we have field in ID3 tag write to INFO tag

T

tag - Variable in class org.jaudiotagger.audio.AudioFile
The tag
TAG - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
Tag - Interface in org.jaudiotagger.tag
This interface represents the basic data structure for the default audio library functionality.
Some audio file tagging systems allow to specify multiple values for one type of information.
TAG_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TAG_EXT_HEADER_CRC_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_HEADER_CRC_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TAG_EXT_HEADER_CRC_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_HEADER_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TAG_EXT_HEADER_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TAG_EXT_HEADER_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_HEADER_RESTRICTION_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_HEADER_RESTRICTION_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_HEADER_UPDATE_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_EXT_NUMBER_BYTES_DATA_LENGTH - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TAG_HEADER_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TAG_ID - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TAG_ID - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TAG_LENGTH - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TAG_RELEASE - Static variable in class org.jaudiotagger.tag.id3.AbstractID3Tag
 
TAG_SIZE_INCREMENT - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TagConverter - Class in org.jaudiotagger.audio.asf.util
This class provides functionality to convert AsfHeaderobjects into Tagobjects.
TagException - Exception in org.jaudiotagger.tag
This is the exception that is always generated by any class in these packages.
TagException() - Constructor for exception org.jaudiotagger.tag.TagException
Creates a new TagException datatype.
TagException(Throwable) - Constructor for exception org.jaudiotagger.tag.TagException
Creates a new TagException datatype.
TagException(String) - Constructor for exception org.jaudiotagger.tag.TagException
Creates a new TagException datatype.
TagException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.TagException
Creates a new TagException datatype.
TagField - Interface in org.jaudiotagger.tag
Implementing classes represent a tag field for the entagged audio library.
Very basic functionality is defined for use with Tag.
tagFieldToId3 - Variable in class org.jaudiotagger.tag.id3.ID3v22Frames
Maps from Generic key to ID3 key
tagFieldToId3 - Variable in class org.jaudiotagger.tag.id3.ID3v23Frames
Maps from Generic key to ID3 key
tagFieldToId3 - Variable in class org.jaudiotagger.tag.id3.ID3v24Frames
 
tagFormatter - Static variable in class org.jaudiotagger.audio.mp3.MP3File
 
Tagger - Enum in org.jaudiotagger.tag.reference
An enumeration of popular tagger applications
TAGID - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TagNotFoundException - Exception in org.jaudiotagger.tag
Thrown if the tag o isn't found.
TagNotFoundException() - Constructor for exception org.jaudiotagger.tag.TagNotFoundException
Creates a new TagNotFoundException datatype.
TagNotFoundException(Throwable) - Constructor for exception org.jaudiotagger.tag.TagNotFoundException
Creates a new TagNotFoundException datatype.
TagNotFoundException(String) - Constructor for exception org.jaudiotagger.tag.TagNotFoundException
Creates a new TagNotFoundException datatype.
TagNotFoundException(String, Throwable) - Constructor for exception org.jaudiotagger.tag.TagNotFoundException
Creates a new TagNotFoundException datatype.
TagOptionSingleton - Class in org.jaudiotagger.tag
 
tagRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Tag has restrictions
TAGS - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
tagSizeRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
If set then Tag Size Restrictions 00 No more than 128 frames and 1 MB total tag size.
TagTextField - Interface in org.jaudiotagger.tag
This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
TagWriter - Interface in org.jaudiotagger.audio.generic
Created by Paul on 15/09/2015.
TCONString - Class in org.jaudiotagger.tag.datatype
Overrides in order to properly support the ID3v23 implemenation of TCON
TCONString(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.TCONString
Creates a new empty TextEncodedStringSizeTerminated datatype.
TCONString(TCONString) - Constructor for class org.jaudiotagger.tag.datatype.TCONString
Copy constructor
TempoCode - Class in org.jaudiotagger.tag.datatype
Represents a FrameBodySYTC tempo code.
TempoCode(TempoCode) - Constructor for class org.jaudiotagger.tag.datatype.TempoCode
 
TempoCode(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.TempoCode
 
TempoCode(String, AbstractTagFrameBody, Object) - Constructor for class org.jaudiotagger.tag.datatype.TempoCode
 
Test - Class in org.jaudiotagger
User: paul Date: 09-Jun-2009
Test() - Constructor for class org.jaudiotagger.Test
 
TestAudioTagger - Class in org.jaudiotagger.test
Simple class that will attempt to recusively read all files within a directory, flags errors that occur.
TestAudioTagger() - Constructor for class org.jaudiotagger.test.TestAudioTagger
 
TestAudioTagger.DirFilter - Class in org.jaudiotagger.test
 
TEXT_ENCODING_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
The number of bytes used to hold the text encoding field size.
TextChunk - Class in org.jaudiotagger.audio.aiff.chunk
Provides common functionality for textual chunks like NameChunk, AuthorChunk, CopyrightChunk and AnnotationChunk.
TextChunk(ChunkHeader, ByteBuffer, AiffAudioHeader) - Constructor for class org.jaudiotagger.audio.aiff.chunk.TextChunk
Constructor.
TextEncodedStringNullTerminated - Class in org.jaudiotagger.tag.datatype
Represents a String whose size is determined by finding of a null character at the end of the String.
TextEncodedStringNullTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
Creates a new TextEncodedStringNullTerminated datatype.
TextEncodedStringNullTerminated(String, AbstractTagFrameBody, String) - Constructor for class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
Creates a new TextEncodedStringNullTerminated datatype, with value
TextEncodedStringNullTerminated(TextEncodedStringNullTerminated) - Constructor for class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
 
TextEncodedStringSizeTerminated - Class in org.jaudiotagger.tag.datatype
Represents a String which is not delimited by null character.
TextEncodedStringSizeTerminated(String, AbstractTagFrameBody) - Constructor for class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Creates a new empty TextEncodedStringSizeTerminated datatype.
TextEncodedStringSizeTerminated(TextEncodedStringSizeTerminated) - Constructor for class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Copy constructor
TextEncoding - Class in org.jaudiotagger.tag.id3.valuepair
Text Encoding supported by ID3v24, the id is recognised by ID3 whereas the value maps to a java java.nio.charset.Charset, all the charsets defined below are guaranteed on every Java platform.
textEncodingRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
If set Text encoding restrictions 0 No restrictions 1 Strings are only encoded with ISO-8859-1 [ISO-8859-1] or UTF-8 [UTF-8].
textFieldSizeRestriction - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
If set Text fields size restrictions 00 No restrictions 01 No string is longer than 1024 characters.
TIMBRE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
TIMESCALE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
TIMESCALE_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
TIMESCALE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
TIMESCALE_LONG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
TIMESCALE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
TIMESCALE_SHORT_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
TIMESTAMP_KEY_FIELD_SIZE - Static variable in class org.jaudiotagger.tag.id3.valuepair.EventTimingTimestampTypes
 
timestampToDate(long) - Static method in class org.jaudiotagger.audio.aiff.AiffUtil
Converts a Macintosh-style timestamp (seconds since January 1, 1904) into a Java date.
title - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
TITLE_MOVEMENT - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
toDouble() - Method in class org.jaudiotagger.audio.aiff.ExtDouble
Convert the value to a Java double.
TONALITY - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
toString() - Method in class org.jaudiotagger.audio.aiff.AiffAudioHeader
 
toString() - Method in class org.jaudiotagger.audio.asf.data.Chunk
(overridden)
toString() - Method in class org.jaudiotagger.audio.asf.data.GUID
toString() - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
(overridden)
toString() - Method in class org.jaudiotagger.audio.AudioFile
Returns a multi-line string with the file path, the encoding audioHeader, and the tag contents.
toString() - Method in class org.jaudiotagger.audio.dff.ChnlChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.CmprChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.DitiChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.DsdChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.DstChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.EndChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.Frm8Chunk
 
toString() - Method in class org.jaudiotagger.audio.dff.FrteChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.FsChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.Id3Chunk
 
toString() - Method in class org.jaudiotagger.audio.dff.PropChunk
 
toString() - Method in class org.jaudiotagger.audio.dff.SndChunk
 
toString() - Method in class org.jaudiotagger.audio.dsf.DsdChunk
 
toString() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture
 
toString() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataStreamInfo
 
toString() - Method in class org.jaudiotagger.audio.flac.metadatablock.MetadataBlockHeader
 
toString() - Method in class org.jaudiotagger.audio.generic.AbstractTag
(overridden)
toString() - Method in class org.jaudiotagger.audio.generic.GenericAudioHeader
Pretty prints this encoding info
toString() - Method in class org.jaudiotagger.audio.generic.GenericTag.GenericTagTextField
 
toString() - Method in class org.jaudiotagger.audio.iff.ChunkHeader
 
toString() - Method in class org.jaudiotagger.audio.iff.ChunkSummary
 
toString() - Method in class org.jaudiotagger.audio.mp3.MP3AudioHeader
 
toString() - Method in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
toString() - Method in class org.jaudiotagger.audio.mp3.VbriFrame
 
toString() - Method in class org.jaudiotagger.audio.mp3.XingFrame
 
toString() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4AlacBox
 
toString() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
 
toString() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4FtypBox
 
toString() - Method in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
toString() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
 
toString() - Method in class org.jaudiotagger.audio.ogg.util.OggPageHeader
 
toString() - Method in enum org.jaudiotagger.audio.ogg.VorbisVersion
 
toString() - Method in class org.jaudiotagger.audio.real.RealChunk
 
toString() - Method in class org.jaudiotagger.audio.real.RealTag
 
toString() - Method in class org.jaudiotagger.audio.wav.chunk.WavFactChunk
 
toString() - Method in class org.jaudiotagger.audio.wav.chunk.WavFormatChunk
 
toString() - Method in class org.jaudiotagger.audio.wav.chunk.WavListChunk
 
toString() - Method in class org.jaudiotagger.logging.AbstractTagDisplayFormatter
 
toString() - Method in class org.jaudiotagger.logging.PlainTextTagDisplayFormatter
 
toString() - Method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
toString() - Method in class org.jaudiotagger.tag.aiff.AiffTag
 
toString() - Method in enum org.jaudiotagger.tag.asf.AsfFieldKey
toString() - Method in class org.jaudiotagger.tag.asf.AsfTagField
This method returns a human readable description of the fields contents.
For text fields it should be the text itself.
toString() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
 
toString() - Method in class org.jaudiotagger.tag.datatype.AbstractString
Return String representation of data type
toString() - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
toString() - Method in class org.jaudiotagger.tag.datatype.BooleanString
 
toString() - Method in class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
Because this is usually binary data and could be very long we just return the number of bytes held
toString() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
toString() - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
toString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
toString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
toString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
toString() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
Return the list of values as a single string separated by a comma
toString() - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
 
toString() - Method in class org.jaudiotagger.tag.datatype.NumberHashMap
 
toString() - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
 
toString() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
 
toString() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
Return the list of values as a single string separated by a colon,comma
toString() - Method in class org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
 
toString() - Method in class org.jaudiotagger.tag.datatype.PartOfSet
 
toString() - Method in class org.jaudiotagger.tag.datatype.StringHashMap
 
toString() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
toString() - Method in class org.jaudiotagger.tag.datatype.TempoCode
 
toString() - Method in class org.jaudiotagger.tag.flac.FlacTag
 
toString() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
toString() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrame
 
toString() - Method in class org.jaudiotagger.tag.id3.AbstractTagFrameBody
Return brief description of FrameBody
toString() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyDeprecated
Because the contents of this frame are an array of bytes and could be large we just return the identifier.
toString() - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUnsupported
Because the contents of this frame are an array of bytes and could be large we just return the identifier.
toString() - Method in class org.jaudiotagger.tag.id3.ID3v1TagField
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
toString() - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
toString() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagCoverField
 
toString() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagReverseDnsField
 
toString() - Method in class org.jaudiotagger.tag.mp4.field.Mp4TagTextField
 
toString() - Method in class org.jaudiotagger.tag.mp4.Mp4Tag
 
toString() - Method in enum org.jaudiotagger.tag.reference.ISOCountry.Country
 
toString() - Method in enum org.jaudiotagger.tag.reference.ISOScript.Script
 
toString() - Method in enum org.jaudiotagger.tag.reference.Tagger
 
toString() - Method in interface org.jaudiotagger.tag.Tag
 
toString() - Method in interface org.jaudiotagger.tag.TagField
This method returns a human readable description of the fields contents.
For text fields it should be the text itself.
toString() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
 
toString() - Method in class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
 
toString() - Method in class org.jaudiotagger.tag.wav.WavInfoTag
 
toString() - Method in class org.jaudiotagger.tag.wav.WavTag
 
toString() - Method in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
Returns the result of sending toString() to this node's user object, or null if this node has no user object.
toString() - Method in class org.jaudiotagger.utils.tree.EventListenerList
Returns a string representation of the EventListenerList.
toString() - Method in class org.jaudiotagger.utils.tree.TreeModelEvent
Returns a string that displays and identifies this object's properties.
toString() - Method in class org.jaudiotagger.utils.tree.TreePath
Returns a string that displays and identifies this object's properties.
TOTAL_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4Mp4aBox
 
toWrap - Variable in class org.jaudiotagger.tag.asf.AsfTagField
This descriptor is wrapped.
track - Variable in class org.jaudiotagger.tag.id3.ID3v11Tag
Track is held as a single byte in v1.1
TRACK_MAX_VALUE - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
TRACK_MIN_VALUE - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
TRACK_UNDEFINED - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
translateFrame(AbstractID3v2Frame) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
This is used when we need to translate a single frame into multiple frames, currently required for TDRC frames.
TreeModel - Interface in org.jaudiotagger.utils.tree
The model used by JTree.
TreeModelEvent - Class in org.jaudiotagger.utils.tree
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
TreeModelEvent(Object, Object[], int[], Object[]) - Constructor for class org.jaudiotagger.utils.tree.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
TreeModelEvent(Object, TreePath, int[], Object[]) - Constructor for class org.jaudiotagger.utils.tree.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
TreeModelEvent(Object, Object[]) - Constructor for class org.jaudiotagger.utils.tree.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
TreeModelEvent(Object, TreePath) - Constructor for class org.jaudiotagger.utils.tree.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
TreeModelListener - Interface in org.jaudiotagger.utils.tree
Defines the interface for an object that listens to changes in a TreeModel.
TreeNode - Interface in org.jaudiotagger.utils.tree
Defines the requirements for an object that can be used as a tree node in a JTree.
treeNodesChanged(TreeModelEvent) - Method in interface org.jaudiotagger.utils.tree.TreeModelListener
Invoked after a node (or a set of siblings) has changed in some way.
treeNodesInserted(TreeModelEvent) - Method in interface org.jaudiotagger.utils.tree.TreeModelListener
Invoked after nodes have been inserted into the tree.
treeNodesRemoved(TreeModelEvent) - Method in interface org.jaudiotagger.utils.tree.TreeModelListener
Invoked after nodes have been removed from the tree.
TreePath - Class in org.jaudiotagger.utils.tree
Represents a path to a node.
TreePath(Object[]) - Constructor for class org.jaudiotagger.utils.tree.TreePath
Constructs a path from an array of Objects, uniquely identifying the path from the root of the tree to a specific node, as returned by the tree's data model.
TreePath(Object) - Constructor for class org.jaudiotagger.utils.tree.TreePath
Constructs a TreePath containing only a single element.
TreePath(TreePath, Object) - Constructor for class org.jaudiotagger.utils.tree.TreePath
Constructs a new TreePath, which is the path identified by parent ending in lastElement.
TreePath(Object[], int) - Constructor for class org.jaudiotagger.utils.tree.TreePath
Constructs a new TreePath with the identified path components of length length.
TreePath() - Constructor for class org.jaudiotagger.utils.tree.TreePath
Primarily provided for subclasses that represent paths in a different manner.
treeStructureChanged(TreeModelEvent) - Method in interface org.jaudiotagger.utils.tree.TreeModelListener
Invoked after the tree has drastically changed structure from a given node down.
TRUE_VALUE - Static variable in class org.jaudiotagger.tag.mp4.field.Mp4TagByteField
 
truncate(String, int) - Static method in class org.jaudiotagger.tag.id3.ID3Tags
truncate a string if it longer than the argument
TyerTdatAggregatedFrame - Class in org.jaudiotagger.tag.id3
For use in ID3 for mapping YEAR field to TYER and TDAT Frames
TyerTdatAggregatedFrame() - Constructor for class org.jaudiotagger.tag.id3.TyerTdatAggregatedFrame
 
TYPE_ALBUM - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TYPE_ARTIST - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TYPE_BINARY - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for binary data.
TYPE_BODY - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TYPE_BODY - Static variable in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
 
TYPE_BOOLEAN - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for booleans.
TYPE_COMMENT - Static variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 
TYPE_COMPRESSION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
 
TYPE_CRCDATA - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TYPE_CRCDATA - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_DUPLICATEBYTES - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Holds count the number of bytes used up by invalid duplicate frames
TYPE_DUPLICATEFRAMEID - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Holds the ids of invalid duplicate frames
TYPE_DWORD - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for DWORD (32-bit unsigned).
TYPE_ELEMENT - Static variable in class org.jaudiotagger.tag.datatype.AbstractDataType
 
TYPE_EMPTYFRAMEBYTES - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Holds count the number bytes used up by empty frames
TYPE_EXPERIMENTAL - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TYPE_EXPERIMENTAL - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_EXTENDED - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TYPE_EXTENDED - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_FILEALTERPRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
 
TYPE_FILEREADSIZE - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Holds the size of the tag as reported by the tag header
TYPE_FLAGS - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
TYPE_FOOTER - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_FRAME - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
TYPE_FRAME_SIZE - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
TYPE_GENRE - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TYPE_GUID - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for GUIDs (128-bit).
TYPE_HEADER - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
 
TYPE_IMAGEENCODINGRESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_IMAGESIZERESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_INVALIDFRAMES - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Holds count of invalid frames, (frames that could not be read)
TYPE_LENGTH - Static variable in class org.jaudiotagger.audio.iff.IffHeaderChunk
 
TYPE_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
TYPE_PADDINGSIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TYPE_PADDINGSIZE - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_POS - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
TYPE_POS_INCLUDING_HEADER - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
TYPE_QWORD - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for QWORD (64-bit unsinged).
TYPE_READONLY - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
 
TYPE_STRING - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for Strings.
TYPE_TAG - Static variable in class org.jaudiotagger.tag.id3.AbstractTag
 
TYPE_TAGALTERPRESERVATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Frame.StatusFlags
 
TYPE_TAGRESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_TAGSIZERESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_TEXTENCODINGRESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_TEXTFIELDSIZERESTRICTION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_TITLE - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 
TYPE_TRACK - Static variable in class org.jaudiotagger.tag.id3.ID3v11Tag
 
TYPE_UNSYNCHRONISATION - Static variable in class org.jaudiotagger.tag.id3.ID3v22Tag
 
TYPE_UNSYNCHRONISATION - Static variable in class org.jaudiotagger.tag.id3.ID3v23Tag
 
TYPE_UNSYNCHRONISATION - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_UPDATETAG - Static variable in class org.jaudiotagger.tag.id3.ID3v24Tag
 
TYPE_WORD - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Constant for the metadata descriptor-type for WORD (16-bit unsigned).
TYPE_YEAR - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v1Tag
 

U

u(int) - Static method in class org.jaudiotagger.audio.generic.Utils
Used to convert (signed integer) to an long as if signed integer was unsigned hence allowing it to represent full range of integral values.
u(short) - Static method in class org.jaudiotagger.audio.generic.Utils
Used to convert (signed short) to an integer as if signed short was unsigned hence allowing it to represent values 0 -> 65536 rather than -32786 -> 32786
u(byte) - Static method in class org.jaudiotagger.audio.generic.Utils
Used to convert (signed byte) to an integer as if signed byte was unsigned hence allowing it to represent values 0 -> 255 rather than -128 -> 127.
UFID_ID3TEST - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
UFID_MUSICBRAINZ - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyUFID
 
UnableToCreateFileException - Exception in org.jaudiotagger.audio.exceptions
Should be thrown when unable to create a file when it is expected it should be creatable.
UnableToCreateFileException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.UnableToCreateFileException
 
UnableToModifyFileException - Exception in org.jaudiotagger.audio.exceptions
Should be thrown when unable to modify a file when it is expected it should be modifiable.
UnableToModifyFileException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.UnableToModifyFileException
 
UnableToRenameFileException - Exception in org.jaudiotagger.audio.exceptions
Should be thrown when unable to rename a file when it is expected it should rename.
UnableToRenameFileException(String) - Constructor for exception org.jaudiotagger.audio.exceptions.UnableToRenameFileException
 
uncompress(String, String, ByteBuffer, int, int) - Static method in class org.jaudiotagger.tag.id3.ID3Compression
Decompress realFrameSize bytes to decompressedFrameSize bytes and return as ByteBuffer
UNSUPPORTED_ID - Static variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
unsynchronization - Variable in class org.jaudiotagger.tag.id3.ID3v22Tag
If set all frames in the tag uses unsynchronisation
unsynchronization - Variable in class org.jaudiotagger.tag.id3.ID3v23Tag
All frames in the tag uses unsynchronisation
unsynchronization - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
All frames in the tag uses unsynchronisation
unsynchronize(byte[]) - Static method in class org.jaudiotagger.tag.id3.ID3Unsynchronization
Unsynchronize an array of bytes, this should only be called if the decision has already been made to unsynchronize the byte array In order to prevent a media player from incorrectly interpreting the contents of a tag, all $FF bytes followed by a byte with value >=224 must be followed by a $00 byte (thus, $FF $F0 sequences become $FF $00 $F0).
update(ByteBuffer) - Method in class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
Create header using headerdata, expected to find header at headerdata current position Note after processing adjusts position to immediately after header
updateField(String) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
updateTag - Variable in class org.jaudiotagger.tag.id3.ID3v24Tag
Tag is an update
URL_DISCOGS_ARTIST_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
URL_DISCOGS_RELEASE_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
URL_LYRICS_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
URL_OFFICIAL_RELEASE_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
URL_WIKIPEDIA_ARTIST_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
URL_WIKIPEDIA_RELEASE_SITE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
 
userObject - Variable in class org.jaudiotagger.utils.tree.DefaultMutableTreeNode
optional user object
UTF_16 - Static variable in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
 
UTF_16BE - Static variable in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
 
UTF_8 - Static variable in class org.jaudiotagger.tag.id3.valuepair.TextEncoding
 
Utils - Class in org.jaudiotagger.audio.asf.util
Some static Methods which are used in several Classes.
Utils() - Constructor for class org.jaudiotagger.audio.asf.util.Utils
 
Utils - Class in org.jaudiotagger.audio.generic
Contains various frequently used static functions in the different tag formats.
Utils() - Constructor for class org.jaudiotagger.audio.generic.Utils
 

V

V22_BMP_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_GIF_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_JPG_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_PDF_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_PIC_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_PNG_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V22_TIF_FORMAT - Static variable in class org.jaudiotagger.tag.id3.valuepair.ImageFormats
 
V2GenreTypes - Class in org.jaudiotagger.tag.id3.valuepair
ID3V2 Genre list
value - Variable in class org.jaudiotagger.tag.datatype.AbstractDataType
Holds the data
value - Variable in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
valueForPathChanged(TreePath, Object) - Method in class org.jaudiotagger.utils.tree.DefaultTreeModel
This sets the user object of the TreeNode identified by path and posts a node changed.
valueForPathChanged(TreePath, Object) - Method in interface org.jaudiotagger.utils.tree.TreeModel
Messaged when the user has altered the value for the item identified by path to newValue.
valueList - Variable in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
valueOf(String) - Static method in enum org.jaudiotagger.audio.aiff.AiffAudioHeader.Endian
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.aiff.AiffTagFieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.aiff.AiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.asf.data.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.dff.DffChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.dsf.DsfChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.flac.metadatablock.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.AudioProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4FtypBox.Brand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox.MediaDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.EncoderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.mp4.Mp4AtomIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.ogg.util.OggPageHeader.HeaderTypeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.ogg.util.VorbisPacketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.ogg.VorbisVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.SupportedFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.chunk.WavCorruptChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.WavChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.WavOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.WavSaveOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.WavSaveOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.audio.wav.WavSubFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.logging.ErrorMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.logging.FileSystemMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.aiff.AiffTagFieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.Id3FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.ID3v1FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.valuepair.ID3V2ExtendedGenreTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.id3.valuepair.StandardIPLSKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.atom.Mp4ContentTypeValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.atom.Mp4RatingValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.field.Mp4FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.mp4.Mp4TagFieldSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.options.PadNumberOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.reference.ID3V2Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.reference.ISOCountry.Country
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.reference.ISOScript.Script
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.reference.MusicalKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.reference.Tagger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisAlbumArtistReadOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisAlbumArtistSaveOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey
Returns the enum constant of this type with the specified name.
ValuePairs() - Constructor for class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated.ValuePairs
 
values() - Static method in enum org.jaudiotagger.audio.aiff.AiffAudioHeader.Endian
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.aiff.AiffTagFieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.aiff.AiffType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.aiff.chunk.AiffCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.asf.data.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.dff.DffChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.dsf.DsfChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.flac.metadatablock.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.AudioProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4FtypBox.Brand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox.MediaDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.EncoderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.mp4.Mp4AtomIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.ogg.util.OggPageHeader.HeaderTypeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.ogg.util.VorbisPacketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.ogg.VorbisVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.SupportedFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.chunk.WavCorruptChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.WavChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.WavOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.WavSaveOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.WavSaveOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.audio.wav.WavSubFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.logging.ErrorMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.logging.FileSystemMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.aiff.AiffTagFieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.asf.AsfFieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
Values() - Constructor for class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated.Values
 
values() - Static method in enum org.jaudiotagger.tag.FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.Id3FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.ID3v1FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.ID3v22FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.ID3v23FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.ID3v24FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.valuepair.ID3V2ExtendedGenreTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.id3.valuepair.StandardIPLSKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.atom.Mp4ContentTypeValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.atom.Mp4RatingValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.field.Mp4FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.Mp4FieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.mp4.Mp4TagFieldSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.options.PadNumberOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.reference.ID3V2Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.reference.ISOCountry.Country
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.reference.ISOScript.Script
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.reference.MusicalKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.reference.Tagger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisAlbumArtistReadOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisAlbumArtistSaveOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jaudiotagger.tag.vorbiscomment.VorbisCommentFieldKey
Returns an array containing the constants of this enum type, in the order they are declared.
valueToBuffer(int) - Static method in class org.jaudiotagger.tag.id3.ID3SyncSafeInteger
Convert int value to syncsafe value held in bytearray
valueToId - Variable in class org.jaudiotagger.tag.datatype.AbstractValuePair
 
VbriFrame - Class in org.jaudiotagger.audio.mp3
Vrbi Frame
VERSION_1 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
VERSION_2 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
VERSION_2_5 - Static variable in class org.jaudiotagger.audio.mp3.MPEGFrameHeader
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4HdlrBox
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
VERSION_FLAG_LENGTH - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
VERSION_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MdhdBox
 
VERSION_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4MvhdBox
 
VERSION_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StcoBox
 
VERSION_FLAG_POS - Static variable in class org.jaudiotagger.audio.mp4.atom.Mp4StsdBox
 
VERSION_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4DataBox
 
VERSION_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4MeanBox
 
VERSION_LENGTH - Static variable in class org.jaudiotagger.tag.mp4.atom.Mp4NameBox
 
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in class org.jaudiotagger.audio.generic.AudioFileModificationAdapter
(overridden)
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in interface org.jaudiotagger.audio.generic.AudioFileModificationListener
This method notifies about a veto exception that has been thrown by another listener.
vetoThrown(AudioFileModificationListener, AudioFile, ModifyVetoException) - Method in class org.jaudiotagger.audio.generic.ModificationHandler
(overridden)
VideoStreamChunk - Class in org.jaudiotagger.audio.asf.data
 
VideoStreamChunk(BigInteger) - Constructor for class org.jaudiotagger.audio.asf.data.VideoStreamChunk
Creates an instance.
VorbisAlbumArtistReadOptions - Enum in org.jaudiotagger.tag.vorbiscomment
Unfortunately there are two diverging values for the AlbumArtist field when used in VorbisComments (as used by Ogg and Flac).e.g 'ALBUMARTIST' is the standard used by FooBar, Jaikoz, whereas JRiver and Winamp prefer ALBUM ARTIST This option allows you to configure jaudiotaggers behaviour accordingly when reading metadata from a file
VorbisAlbumArtistSaveOptions - Enum in org.jaudiotagger.tag.vorbiscomment
Unfortunately there are two diverging values for the AlbumArtist field when used in VorbisComments (as used by Ogg and Flac).e.g 'ALBUMARTIST' is the standard used by FooBar, Jaikoz, whereas JRiver and Winamp prefer ALBUM ARTIST This option allows you to configure jaudiotaggers behaviour accordingly
VorbisCommentCreator - Class in org.jaudiotagger.tag.vorbiscomment
Create the raw packet data for a Vorbis Comment Tag
VorbisCommentCreator() - Constructor for class org.jaudiotagger.tag.vorbiscomment.VorbisCommentCreator
 
VorbisCommentFieldKey - Enum in org.jaudiotagger.tag.vorbiscomment
Vorbis Comment Field Names This partial list is derived fom the following sources: http://xiph.org/vorbis/doc/v-comment.html http://wiki.musicbrainz.org/PicardQt/TagMapping http://legroom.net/2009/05/09/ogg-vorbis-and-flac-comment-field-recommendations
VorbisCommentReader - Class in org.jaudiotagger.tag.vorbiscomment
Create the VorbisCommentTag by reading from the raw packet data
VorbisCommentReader() - Constructor for class org.jaudiotagger.tag.vorbiscomment.VorbisCommentReader
 
VorbisCommentTag - Class in org.jaudiotagger.tag.vorbiscomment
This is the logical representation of Vorbis Comment Data
VorbisCommentTag() - Constructor for class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag
Only used within Package, hidden because it doesnt set Vendor which should be done when created by end user
VorbisCommentTagField - Class in org.jaudiotagger.tag.vorbiscomment
This class represents the name and content of a tag entry in ogg-files.
VorbisCommentTagField(byte[]) - Constructor for class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
Creates an instance.
VorbisCommentTagField(String, String) - Constructor for class org.jaudiotagger.tag.vorbiscomment.VorbisCommentTagField
Creates an instance.
VorbisHeader - Interface in org.jaudiotagger.audio.ogg.util
Defines variables common to all vorbis headers
VorbisIdentificationHeader - Class in org.jaudiotagger.audio.ogg.util
Vorbis Identification header From http://xiph.org/vorbis/doc/Vorbis_I_spec.html#id326710 The identification header is a short header of only a few fields used to declare the stream definitively as Vorbis, and provide a few externally relevant pieces of information about the audio stream.
VorbisIdentificationHeader(byte[]) - Constructor for class org.jaudiotagger.audio.ogg.util.VorbisIdentificationHeader
 
VorbisPacketType - Enum in org.jaudiotagger.audio.ogg.util
Vorbis Packet Type In an Vorbis Stream there should be one instance of the three headers, and many audio packets
VorbisSetupHeader - Class in org.jaudiotagger.audio.ogg.util
Vorbis Setup header We dont need to decode a vorbis setup header for metatagging, but we should be able to identify it.
VorbisSetupHeader(byte[]) - Constructor for class org.jaudiotagger.audio.ogg.util.VorbisSetupHeader
 
VorbisVersion - Enum in org.jaudiotagger.audio.ogg
Vorbis Version Ordinal is used to map from internal representation

W

WavChunkSummary - Class in org.jaudiotagger.audio.wav.chunk
AIFF Specific methods for ChunkSummarys
WavChunkSummary() - Constructor for class org.jaudiotagger.audio.wav.chunk.WavChunkSummary
 
WavChunkType - Enum in org.jaudiotagger.audio.wav
Chunk types mark each ChunkHeader.
WavCleaner - Class in org.jaudiotagger.audio.wav
Experimental, reads the length of data chiunk and removes all data after that, useful for removing screwed up tags at end of file, but use with care, not very robust.
WavCleaner(Path) - Constructor for class org.jaudiotagger.audio.wav.WavCleaner
 
WavCorruptChunkType - Enum in org.jaudiotagger.audio.wav.chunk
Chunk types incorrectly aligned, we can work round these, the 4th char either leading or ending is not known
WAVE_SIGNATURE - Static variable in class org.jaudiotagger.audio.wav.WavRIFFHeader
 
WavFactChunk - Class in org.jaudiotagger.audio.wav.chunk
Reads the fact header, this contains the information required for constructing Audio header 0 - 3 uint totalNoSamples (Per channel ?)
WavFactChunk(ByteBuffer, ChunkHeader, GenericAudioHeader) - Constructor for class org.jaudiotagger.audio.wav.chunk.WavFactChunk
 
WavFileReader - Class in org.jaudiotagger.audio.wav
Reads Audio and Metadata information contained in Wav file.
WavFileReader() - Constructor for class org.jaudiotagger.audio.wav.WavFileReader
 
WavFileWriter - Class in org.jaudiotagger.audio.wav
 
WavFileWriter() - Constructor for class org.jaudiotagger.audio.wav.WavFileWriter
 
WavFormatChunk - Class in org.jaudiotagger.audio.wav.chunk
Reads the fmt header, this contains the information required for constructing Audio header 0 - 1 ushort SubFormatIdentifier; 2 - 3 ushort NoOfChannels; 4 - 7 uint NoOfSamplesPerSec; 8 - 11 uint AverageNoBytesPerSec; 12 - 13 ushort BlockAlign; 14 - 15 ushort NoofBitsPerSample; //May be additional fields here, depending upon wFormatTag.
WavFormatChunk(ByteBuffer, ChunkHeader, GenericAudioHeader) - Constructor for class org.jaudiotagger.audio.wav.chunk.WavFormatChunk
 
WavId3Chunk - Class in org.jaudiotagger.audio.wav.chunk
Contains the ID3 tags.
WavId3Chunk(ByteBuffer, ChunkHeader, WavTag, String) - Constructor for class org.jaudiotagger.audio.wav.chunk.WavId3Chunk
Constructor.
WavInfoChunk - Class in org.jaudiotagger.audio.wav.chunk
Stores basic only metadata but only exists as part of a LIST chunk, doesn't have its own size field instead contains a number of name,size, value tuples.
WavInfoChunk(WavTag, String) - Constructor for class org.jaudiotagger.audio.wav.chunk.WavInfoChunk
 
WavInfoIdentifier - Enum in org.jaudiotagger.audio.wav.chunk
Known Identifiers used in an INFO Chunk together with their mapping to a generic FieldKey (if known) TODO There are multiple INFO fields that shoud be ampped to the same FieldKey (see QOOBUZ fields) but we dont currently support that
WavInfoReader - Class in org.jaudiotagger.audio.wav
Read the Wav file chunks, until finds WavFormatChunk and then generates AudioHeader from it
WavInfoReader(String) - Constructor for class org.jaudiotagger.audio.wav.WavInfoReader
 
WavInfoTag - Class in org.jaudiotagger.tag.wav
Represent wav metadata found in the LISTINFO Chunk An LIST INFO chunk was the original way to store metadata but similarly to ID3v1 it suffers from a limited set of fields, although non-standard extra field cannot be added, notably there is no support for images.
WavInfoTag() - Constructor for class org.jaudiotagger.tag.wav.WavInfoTag
 
WavListChunk - Class in org.jaudiotagger.audio.wav.chunk
Reads a list chunk, only interested in it if contains INFO chunk as this contains basic metadata
WavListChunk(String, ByteBuffer, ChunkHeader, WavTag) - Constructor for class org.jaudiotagger.audio.wav.chunk.WavListChunk
 
WavOptions - Enum in org.jaudiotagger.audio.wav
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither.
WavRIFFHeader - Class in org.jaudiotagger.audio.wav
Processes the Wav Header This is simply the first 12 bytes of the file http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
WavRIFFHeader() - Constructor for class org.jaudiotagger.audio.wav.WavRIFFHeader
 
WavSaveOptions - Enum in org.jaudiotagger.audio.wav
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither Here we define how we should save Wav metadata, the options should be considered in conjunction with the option selected in WavOptions If SAVE_EXISTING_ACTIVE is selected then any chunks currently existing in the file will be saved back to file, plus even if the active chink is not currently in the file that will be saved as well.
WavSaveOrder - Enum in org.jaudiotagger.audio.wav
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither.
WavSubFormat - Enum in org.jaudiotagger.audio.wav
Wav sub format stored as two byte le integer
WavTag - Class in org.jaudiotagger.tag.wav
Represent wav metadata found in a Wav file

This can come from LIST INFO chunk or ID3 tag, LIST INFO can only contain a subset of what can be held in an ID3v2 tag, The default is that ID3 takes precedence if it exists

WavTag(WavOptions) - Constructor for class org.jaudiotagger.tag.wav.WavTag
 
WavTagReader - Class in org.jaudiotagger.audio.wav
Read the Wav file chunks, until finds WavFormatChunk and then generates AudioHeader from it
WavTagReader(String) - Constructor for class org.jaudiotagger.audio.wav.WavTagReader
 
WavTagWriter - Class in org.jaudiotagger.audio.wav
Write Wav Tag.
WavTagWriter(String) - Constructor for class org.jaudiotagger.audio.wav.WavTagWriter
 
WINAMP_ID - Static variable in class org.jaudiotagger.tag.reference.Languages
 
WMA - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the audio codec number for WMA
WMA_CBR - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the audio codec number for WMA (CBR)
WMA_LOSSLESS - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the audio codec number for WMA_LOSSLESS
WMA_PRO - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the audio codec number for WMA_PRO
WMA_VBR - Static variable in class org.jaudiotagger.audio.asf.data.AudioStreamChunk
Stores the audio codec number for WMA (VBR)
WORD_MAXVALUE - Static variable in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Maximum value for WORD.
WORK - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
WORK_TYPE - Static variable in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
 
write(Tag, Path) - Method in class org.jaudiotagger.audio.aiff.AiffTagWriter
 
write(byte[]) - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
write(byte[], int, int) - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
write(int) - Method in class org.jaudiotagger.audio.asf.io.CountingOutputstream
write(byte[], int, int) - Method in class org.jaudiotagger.audio.asf.io.RandomAccessFileOutputStream
write(int) - Method in class org.jaudiotagger.audio.asf.io.RandomAccessFileOutputStream
write(AudioFile) - Static method in class org.jaudiotagger.audio.AudioFileIO
Write the tag contained in the audioFile in the actual file on the disk.
write() - Method in class org.jaudiotagger.audio.dsf.DsdChunk
Write new DSDchunk to buffer
write(Tag, Path) - Method in class org.jaudiotagger.audio.flac.FlacTagWriter
 
write(AudioFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
Write the tag (if not empty) present in the AudioFile in the associated File
write(AudioFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
Replace with new tag
write(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in interface org.jaudiotagger.audio.generic.TagWriter
Write tag to file
write(Tag, Path) - Method in class org.jaudiotagger.audio.mp4.Mp4TagWriter
Write tag to file.
write(Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagWriter
 
write(Tag, Path) - Method in class org.jaudiotagger.audio.wav.WavTagWriter
 
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Frame
 
write(File, long) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write tag to file.
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write tag to file.
write(WritableByteChannel, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write tag to channel.
write(OutputStream) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write tag to output stream
write(OutputStream, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write tag to output stream
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.AbstractTag
Writes the tag to the file
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyPairs
Because have a text encoding we need to check the data values do not contain characters that cannot be encoded in current encoding before we write data.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
Because Text frames have a text encoding we need to check the text String does not contain characters that cannot be encoded in current encoding before we write data.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
If the description cannot be encoded using the current encoding change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
Write the contents of this datatype to the byte array
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyAPIC
If the description cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMM
Because COMM have a text encoding we need to check the text String does not contain characters that cannot be encoded in current encoding before we write data.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyCOMR
If the seller or description cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyGEOB
If the filename or description cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyOWNE
If the seller name cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyPIC
If the description cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyTXXX
Because TXXX frames also have a text encoded description we need to check this as well.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSER
If the text cannot be encoded using current encoder, change the encoder
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyUSLT
 
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.framebody.FrameBodyWXXX
If the description cannot be encoded using the current encoding change the encoder
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.ID3v11Tag
Write this representation of tag to the file indicated
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.id3.ID3v1Tag
Write this tag to the file, replacing any tag previously existing
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.ID3v22Frame
Write Frame raw data
write(File, long) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Write tag to file.
write(WritableByteChannel, int) - Method in class org.jaudiotagger.tag.id3.ID3v22Tag
Write tag to channel.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.ID3v23Frame
Write the frame to bufferOutputStream
write(File, long) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Write tag to file TODO:we currently never write the Extended header , but if we did the size calculation in this method would be slightly incorrect
write(WritableByteChannel, int) - Method in class org.jaudiotagger.tag.id3.ID3v23Tag
Write tag to channel.
write(ByteArrayOutputStream) - Method in class org.jaudiotagger.tag.id3.ID3v24Frame
Write the frame.
write(File, long) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Write tag to file.
write(WritableByteChannel, int) - Method in class org.jaudiotagger.tag.id3.ID3v24Tag
Write tag to channel.
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
Write the contents of this datatype to the file at the position it is currently at.
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyIMG
 
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyLYR
 
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.FieldFrameBodyUnsupported
 
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v1
 
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2
 
write(RandomAccessFile) - Method in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Field
 
WriteableChunk - Interface in org.jaudiotagger.audio.asf.io
Implementors can write themselves directly to an output stream, and have the ability to tell the size they would need, as well as determine if they are empty.
WriteableChunkModifer - Class in org.jaudiotagger.audio.asf.io
A chunk modifier which works with information provided by WriteableChunk objects.
WriteableChunkModifer(WriteableChunk) - Constructor for class org.jaudiotagger.audio.asf.io.WriteableChunkModifer
Creates an instance.
writeAs(AudioFile, String) - Static method in class org.jaudiotagger.audio.AudioFileIO
Write the tag contained in the audioFile in the actual file on the disk.
writeBufferToFile(File, ByteBuffer, byte[], int, int, long) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write the data from the buffer to the file
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.AbstractDataType
Starting point write ID3 Datatype back to array of bytes.
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.AbstractDataTypeList
Write contents to a byte array.
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.BooleanByte
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.BooleanString
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.ByteArraySizeTerminated
Write contents to a byte array
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.EventTimingCode
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.ID3v2LyricLine
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated
For every String write to bytebuffer
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.NumberFixedLength
Write data to byte array
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.NumberVariableLength
Write to Byte Array
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.PairedTextEncodedStringNullTerminated
For every String write to byteBuffer
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.PartOfSet
Write String into byte array It will remove a trailing null terminator if exists if the option RemoveTrailingTerminatorOnWrite has been set.
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.StringFixedLength
Write String into byte array The string will be adjusted to ensure the correct number of bytes are written, If the current value is null or to short the written value will have the 'space' character appended to ensure this.
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.SynchronisedTempoCode
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.TempoCode
 
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated
Write String into byte array, adding a null character to the end of the String
writeByteArray() - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Write String into byte array It will remove a trailing null terminator if exists if the option RemoveTrailingTerminatorOnWrite has been set.
writeFile(AudioFile, String) - Method in class org.jaudiotagger.audio.AudioFileIO
Write the tag contained in the audioFile in the actual file on the disk.
writeFile(AudioFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileWriter
 
writeFlags - Variable in class org.jaudiotagger.tag.id3.AbstractID3v2Frame.StatusFlags
 
writeFramesToBuffer() - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write all the frames to the byteArrayOutputStream

writeHeader() - Method in class org.jaudiotagger.audio.iff.ChunkHeader
Writes this chunk header to a ByteBuffer.
writeHeader(RandomAccessFile, int) - Method in class org.jaudiotagger.tag.lyrics3.AbstractLyrics3v2FieldFrameBody
This is called by superclass when attempt to write data from file.
writeImage(BufferedImage, String) - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
Write buffered image as required format
writeImage(BufferedImage, String) - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
writeImage(BufferedImage, String) - Method in class org.jaudiotagger.tag.images.StandardImageHandler
Write buffered image as required format
writeImageAsPng(BufferedImage) - Method in class org.jaudiotagger.tag.images.AndroidImageHandler
 
writeImageAsPng(BufferedImage) - Method in interface org.jaudiotagger.tag.images.ImageHandler
 
writeImageAsPng(BufferedImage) - Method in class org.jaudiotagger.tag.images.StandardImageHandler
 
writeInto(OutputStream) - Method in class org.jaudiotagger.audio.asf.data.ContentBranding
Writes the chunk into the specified output stream, as ASF stream chunk.
writeInto(OutputStream) - Method in class org.jaudiotagger.audio.asf.data.ContentDescription
Writes the chunk into the specified output stream, as ASF stream chunk.
writeInto(OutputStream) - Method in class org.jaudiotagger.audio.asf.data.MetadataContainer
Writes the chunk into the specified output stream, as ASF stream chunk.
writeInto(OutputStream, ContainerType) - Method in class org.jaudiotagger.audio.asf.data.MetadataDescriptor
Writes this descriptor into the specified output stream.
writeInto(OutputStream) - Method in interface org.jaudiotagger.audio.asf.io.WriteableChunk
Writes the chunk into the specified output stream, as ASF stream chunk.
writePadding(WritableByteChannel, int) - Method in class org.jaudiotagger.tag.id3.AbstractID3v2Tag
Write paddings byte to the channel
writeRemainingPages(int, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggVorbisTagWriter
Write all the remaining pages as they are except that the page sequence needs to be modified.
writeString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Image
 
writeString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3Line
 
writeString() - Method in class org.jaudiotagger.tag.datatype.Lyrics3TimeStamp
 
writeString(CharsetEncoder, String, int, int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Write String using specified encoding When this is called multiple times, all but the last value has a trailing null
writeStringUTF16BEBOM(String, int, int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Write String in UTF-BEBOM format When this is called multiple times, all but the last value has a trailing null
writeStringUTF16LEBOM(String, int, int) - Method in class org.jaudiotagger.tag.datatype.TextEncodedStringSizeTerminated
Write String in UTF-LEBOM format When this is called multiple times, all but the last value has a trailing null Remember we are using this charset because the charset that writes BOM does it the wrong way for us so we use this none and then manually add the BOM ourselves.
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.aiff.AiffFileWriter
 
writeTag(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.asf.AsfFileWriter
This is called when a tag has to be written in a file.
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.dsf.DsfFileWriter
 
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.flac.FlacFileWriter
 
writeTag(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter
This is called when a tag has to be written in a file.
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
Must be implemented by each audio format
writeTag(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.generic.AudioFileWriter2
 
writeTag(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.mp3.MP3FileWriter
 
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.mp4.Mp4FileWriter
 
writeTag(AudioFile, Tag, RandomAccessFile, RandomAccessFile) - Method in class org.jaudiotagger.audio.ogg.OggFileWriter
 
writeTag(Tag, Path) - Method in class org.jaudiotagger.audio.wav.WavFileWriter
 
writeUINT16(int, OutputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Writes the given value as UINT16 into the stream.
writeUINT32(long, OutputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Writes the given value as UINT32 into the stream.
writeUINT64(long, OutputStream) - Static method in class org.jaudiotagger.audio.asf.util.Utils
Writes the given value as UINT64 into the stream.

X

XingFrame - Class in org.jaudiotagger.audio.mp3
Xing Frame
xmlCData(String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
Return CDATA tag around xml data e.g We also need to deal with special chars
xmlCDataTagClose - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlCDataTagOpen - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlClose(String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
Return xml close tag around a string e.g
xmlCloseEnd - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlCloseStart - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlFullTag(String, String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlOpen(String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
Return xml open tag round a string e.g
xmlOpenEnd - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlOpenHeading(String, String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlOpenStart - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlSingleTag(String) - Static method in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
xmlSingleTagClose - Static variable in class org.jaudiotagger.logging.XMLTagDisplayFormatter
 
XMLTagDisplayFormatter - Class in org.jaudiotagger.logging
 
XMLTagDisplayFormatter() - Constructor for class org.jaudiotagger.logging.XMLTagDisplayFormatter
 

Y

year - Variable in class org.jaudiotagger.tag.id3.ID3v1Tag
 

Z

ZERO_TERM - Static variable in class org.jaudiotagger.audio.asf.data.AsfHeader
Byte sequence representing the zero term character.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2005–2020 jthink.net. All rights reserved.