- 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
-
- 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
-
- 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
-
- AiffCompressionType - Enum in org.jaudiotagger.audio.aiff.chunk
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- assertConstraints(String, byte[], int, int, int) - Method in enum org.jaudiotagger.audio.asf.data.ContainerType
-
- 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
-
- 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
-
- 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
Chunk
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
Tag
and fills it with the contents of the
given
AsfHeader
.
- CRLF - Static variable in class org.jaudiotagger.tag.lyrics3.Lyrics3v2Fields
-
CRLF int set
- 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
-
- 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
-
- 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.
- 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(String) - Static method in enum org.jaudiotagger.audio.dff.DffChunkType
-
- get(String) - Static method in enum org.jaudiotagger.audio.dsf.DsfChunkType
-
- get(String) - Static method in enum org.jaudiotagger.audio.wav.WavChunkType
-
- 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
-
- getByCode(Integer) - Static method in enum org.jaudiotagger.audio.wav.WavSubFormat
-
- getByFieldKey(FieldKey) - Static method in enum org.jaudiotagger.audio.wav.chunk.WavInfoIdentifier
-
- 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 TreeNode
s 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
-
- 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
-
- getCodecId() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
-
- getCodecIdAsString() - Method in class org.jaudiotagger.audio.asf.data.VideoStreamChunk
-
- 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
-
- 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
-
- 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
-
- 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
-
- getFields(FieldKey) - Method in interface org.jaudiotagger.tag.Tag
-
- 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_GUIDS
which 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
-
- 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 FooListener
s
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
-
- getStrings() - Method in class org.jaudiotagger.audio.asf.data.EncryptionChunk
-
- 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
-
- GUID(String, String) - Constructor for class org.jaudiotagger.audio.asf.data.GUID
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-
- MetadataDescriptor(String, int) - Constructor for class org.jaudiotagger.audio.asf.data.MetadataDescriptor
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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