A B C D E F G H I L M N P R S T U V W X 

A

addFrame(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
add a default constructed ID3v2.3 frame of the specified type to the ID3v2.3 tag.
addFrame(ID3v23Frame) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
add the specified ID3v2.3 frame to the ID3v2.3 tag.
addFrame(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
add a default constructed ID3v2.4 frame of the specified type to the ID3v2.4 tag.
addFrame(ID3v24Frame) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
add the specified ID3v2.4 frame to the ID3v2.4 tag.
addV23Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
add an ID3v2.3 frame of the specified type to the ID3v2.3 tag.
addV24Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
add an ID3v2.4 frame of the specified type to the ID3v2.4 tag.
APEFlags - Class in com.beaglebuddy.ape

This class provides methods for reading the APE flags which are found in an APE header, APE footer, and in APE item.

APEFlags(byte[], int) - Constructor for class com.beaglebuddy.ape.APEFlags
constructor.
APEFlags.Type - Enum in com.beaglebuddy.ape
valid APE value types
APEFooter - Class in com.beaglebuddy.ape
ID3 logo Beaglebuddy logo

This class provides methods for reading the APE footer in an APE tag.

APEFooter(byte[]) - Constructor for class com.beaglebuddy.ape.APEFooter
constructor.
APEFooter(byte[], String) - Constructor for class com.beaglebuddy.ape.APEFooter
constructor.
APEHeader - Class in com.beaglebuddy.ape
ID3 logo Beaglebuddy logo

This class provides methods for reading the APE header in an APE tag.

APEHeader(byte[]) - Constructor for class com.beaglebuddy.ape.APEHeader
constructor.
APEItem - Class in com.beaglebuddy.ape
ID3 logo Beaglebuddy logo

This class provides methods for reading the APE Items in an APE tag.

APEItem(byte[], int) - Constructor for class com.beaglebuddy.ape.APEItem
constructor.
APETag - Class in com.beaglebuddy.ape
ID3 logo Beaglebuddy logo

This class provides methods for reading the optional APEv1 and APEv2 tags.

APETag(RandomAccessFile) - Constructor for class com.beaglebuddy.ape.APETag
constructor used to read in a APEv2 tag from an .mp3 file.
apeTag - Variable in class com.beaglebuddy.mp3.MP3Base
the optional APEv1 tag is found at the end of the .mp3 file, while the APEv2 tag can be found at the beginning or end of the .mp3 file.
AttachedPicture - Class in com.beaglebuddy.id3.pojo
ID3 logo Beaglebuddy logo
This class holds information about an attached picture.
AttachedPicture(PictureType, String) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, File) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, String, String, String) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, String, String, File) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, URL) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, String, String, URL) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
AttachedPicture(PictureType, String, String, byte[]) - Constructor for class com.beaglebuddy.id3.pojo.AttachedPicture
constructor.
audioSize - Variable in class com.beaglebuddy.mp3.MP3Base
size (in bytes) of the audio portion of the .mp3 file.

B

BEST - Static variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
highest rating possible
BEST - Static variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
highest rating possible
bitrate - Variable in class com.beaglebuddy.mp3.MP3Base
the actual bit rate for CBR encoded .mp3 files and the average bit rate for VBR encoded .mp3 files.
bitrateType - Variable in class com.beaglebuddy.mp3.MP3Base
whether the mp3 file was encoded with a constant bit rate (CBR) or with a variable bit rate (VBR).
BitrateType - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo

Type of bitrate used during the encoding process.

buffer - Variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
 
buffer - Variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
 
bytesToInt(byte[]) - Static method in class com.beaglebuddy.util.Utility
converts 4 bytes to an integer.
bytesToInt(byte[], int) - Static method in class com.beaglebuddy.util.Utility
converts the 4 bytes starting at the specified index to an integer.
bytesToShort(byte[]) - Static method in class com.beaglebuddy.util.Utility
converts 2 bytes to a short.
bytesToShort(byte[], int) - Static method in class com.beaglebuddy.util.Utility
converts the 2 bytes starting at the specified index to a short.
bytesToSynchsafeInt(byte[], int) - Static method in class com.beaglebuddy.util.Utility
converts the 4 bytes starting at the specified index to a synchsafe integer.
bytesToSynchsafeShort(byte[], int) - Static method in class com.beaglebuddy.util.Utility
converts the 2 bytes starting at the specified index to a synchsafe short.

C

calculateAudioDuration() - Method in class com.beaglebuddy.mp3.MP3Base
calculates the duration of the song (in seconds) from data found in the mpeg audio frames.
ChannelMode - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of valid channel modes supported by the MPEG audio standard.
clear() - Method in class com.beaglebuddy.mp3.MP3
clears all the information (ie, frames) in the ID3v2.x tag from the .mp3 file.
com.beaglebuddy.ape - package com.beaglebuddy.ape
 
com.beaglebuddy.exception - package com.beaglebuddy.exception
 
com.beaglebuddy.id3.enums - package com.beaglebuddy.id3.enums
 
com.beaglebuddy.id3.enums.v22 - package com.beaglebuddy.id3.enums.v22
 
com.beaglebuddy.id3.enums.v23 - package com.beaglebuddy.id3.enums.v23
 
com.beaglebuddy.id3.enums.v24 - package com.beaglebuddy.id3.enums.v24
 
com.beaglebuddy.id3.exception - package com.beaglebuddy.id3.exception
 
com.beaglebuddy.id3.pojo - package com.beaglebuddy.id3.pojo
 
com.beaglebuddy.id3.pojo.v23 - package com.beaglebuddy.id3.pojo.v23
 
com.beaglebuddy.id3.pojo.v24 - package com.beaglebuddy.id3.pojo.v24
 
com.beaglebuddy.id3.v1 - package com.beaglebuddy.id3.v1
 
com.beaglebuddy.id3.v23 - package com.beaglebuddy.id3.v23
 
com.beaglebuddy.id3.v23.frame_body - package com.beaglebuddy.id3.v23.frame_body
 
com.beaglebuddy.id3.v24 - package com.beaglebuddy.id3.v24
 
com.beaglebuddy.id3.v24.frame_body - package com.beaglebuddy.id3.v24.frame_body
 
com.beaglebuddy.lyrics3 - package com.beaglebuddy.lyrics3
 
com.beaglebuddy.mp3 - package com.beaglebuddy.mp3
 
com.beaglebuddy.mpeg - package com.beaglebuddy.mpeg
 
com.beaglebuddy.mpeg.enums - package com.beaglebuddy.mpeg.enums
 
com.beaglebuddy.mpeg.pojo - package com.beaglebuddy.mpeg.pojo
 
com.beaglebuddy.util - package com.beaglebuddy.util
 
convertVolumeAdjustmentsToDecibels(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
converts a unitless volume adjustment to decibels (db).
Currency - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
ISO-4217 currency codes and names.

D

DEFAULT_PADDING_SIZE - Static variable in class com.beaglebuddy.id3.v23.ID3v23Tag
amount of padding (in bytes) that will be added when the ID3v2.3 tag runs out of room for frames and needs to be resized.
DEFAULT_PADDING_SIZE - Static variable in class com.beaglebuddy.id3.v24.ID3v24Tag
amount of padding (in bytes) that will be added when the ID3v2.4 tag runs out of room for frames and needs to be resized.
dirty - Variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
indicates whether the raw byte buffer contains the same values as the the frame body's data members.
dirty - Variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
indicates whether the raw byte buffer contains the same values as the the frame body's data members.
displayErrors(PrintStream) - Method in class com.beaglebuddy.mp3.MP3Base
displays any errors found in the ID3v2.x tag from the .mp3 file.

E

Emphasis - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of valid emphasis types supported by the MPEG audio standard.
Encoding - Enum in com.beaglebuddy.id3.enums.v22
ID3 logo Beaglebuddy logo
A character set encoding indicates how to interpret bytes when constructing or displaying a String.
Encoding - Enum in com.beaglebuddy.id3.enums.v23
ID3 logo Beaglebuddy logo
A character set encoding indicates how to interpret bytes when constructing or displaying a String.
Encoding - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
A character set encoding indicates how to interpret bytes when constructing or displaying a String.
EventCode - Class in com.beaglebuddy.id3.pojo
ID3 logo Beaglebuddy logo
An event code is simply an event occurring at specified time.
EventCode(EventType, int) - Constructor for class com.beaglebuddy.id3.pojo.EventCode
constructor for specifying when a type of event occurred.
EventType - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
ID3v2.x event types.

F

fileSize - Variable in class com.beaglebuddy.mp3.MP3Base
size (in bytes) of the .mp3 file.
formateDate(Date) - Static method in class com.beaglebuddy.util.Utility
formats a date as YYYYMMDD.
FRAME_HEADER_SIZE - Static variable in class com.beaglebuddy.mpeg.MPEGFrameHeader
mpeg audio frame headers are 4 bytes (32 bits) in length
FRAME_ID_LENGTH - Static variable in enum com.beaglebuddy.id3.enums.v23.FrameType
length of ID3v2.3 frame ids
FRAME_ID_LENGTH - Static variable in enum com.beaglebuddy.id3.enums.v24.FrameType
length of ID3v2.4 frame ids
FrameType - Enum in com.beaglebuddy.id3.enums.v23
ID3 logo Beaglebuddy logo
The ID3v2.3 Tag Specification defines 74 types of frames.
FrameType - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
The ID3v2.4 Tag Specification defines 83 types of frames.
frameType - Variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
the frame type which is used by derived classes when creating error messages.
frameType - Variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
the frame type which is used by derived classes when creating error messages.

G

GainOriginator - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of gain originators supported by the LAME encoder.
GainType - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of gain types supported by the LAME encoder.
Genre - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
standard ID3v2.x genres.
getAdditionalIdData() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
gets the additional id data which is used to help locate a specific frame in another file when the frame type alone is not sufficient to uniquely identify it.
getAdditionalIdData() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
gets the additional id data which is used to help locate a specific frame in another file when the frame type alone is not sufficient to uniquely identify it.
getAdditionalInfo() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the additional information in the Lyrics3v2 tag.
getAdjustment() - Method in class com.beaglebuddy.id3.pojo.v23.Level
get the amount of adjustment for the equalization level.
getAlbum() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the album on which the song was released.
getAlbum() - Method in class com.beaglebuddy.mp3.MP3
gets the name of the album on which the .mp3 song was released.
getAlbumName() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the album name in the Lyrics3v2 tag.
getAmount() - Method in class com.beaglebuddy.id3.pojo.Price
get the amount of the price.
getAPETag() - Method in class com.beaglebuddy.mp3.MP3Base
gets the optional APE tag.
getArtist() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the artist who recorded the song.
getArtistName() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the artist name in the Lyrics3v2 tag.
getAthType() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the ATH type.
getAttachedPicture() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the picture stored in the frame.
getAttachedPicture() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the picture stored in the frame.
getAudioDuration() - Method in class com.beaglebuddy.mp3.MP3
gets the duration (in seconds) of the song in the .mp3 file.
getAudiophileReplayGain() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the gain (volume) setting specified by the user for playing the .mp3 file.
getAudioSize() - Method in class com.beaglebuddy.mp3.MP3
gets the size (in bytes) of the audio portion of the .mp3 file.
getAuthorName() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the music/lyrics author's name in the Lyrics3v2 tag.
getBand() - Method in class com.beaglebuddy.mp3.MP3
gets the name of the band who recorded the .mp3 song.
getBeatsPerMinute() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes.TempoChange
gets the metronome setting for the song, ie, the number of beats per minute.
getBeatsPerMinute() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes.TempoChange
gets the metronome setting for the song, ie, the number of beats per minute.
getBinaryValue() - Method in class com.beaglebuddy.ape.APEItem
gets the value as binary.
getBitrate() - Method in class com.beaglebuddy.mp3.MP3
gets the bit rate in kbps (kilobits per second) at which the mp3 file was created.
getBitrate() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the bit rate used to encode the .mp3 file.
getBitrate() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the bit rate (in kilobits per second - kbps), which specifies how many kb are used to represent the audio data for each second of playback.
getBitrateType() - Method in class com.beaglebuddy.mp3.MP3
gets the type of bit rate used to encode the .mp3 file, either constant or variable.
getBitrateType() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the type of bit rate used to encode the .mp3 file.
getBitsPerIndexPoint(int) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint
convert an integral value to its corresponding enum.
getBitsPerIndexPoint() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets the number of bits used to store an index point (either 8 bits or 16 bits).
getBitsUsedForVolumeAdjustments() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the number of bits to use for specifying the volume adjustments for each of the 6 supported channel.
getBody() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
gets the body part of the frame.
getBody() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
gets the body part of the frame.
getBufferSize() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
gets the buffer size.
getBufferSize() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
gets the buffer size.
getCdTOC() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
gets the raw binary data of the cd's table of contents from which this .mp3 was ripped.
getCdTOC() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
gets the raw binary data of the cd's table of contents from which this .mp3 was ripped.
getChannel(int) - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.Channel
convert an integral value to its corresponding enum.
getChannel() - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
get the speaker channel whose volume is being adjusted.
getChannelMode() - Method in class com.beaglebuddy.mp3.MP3
gets the channel mode (stereo or mono) used to encode the .mp3 file.
getChannelMode() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the channel mode (mono or stereo) of this .mp3 file.
getCharacterSet() - Method in enum com.beaglebuddy.id3.enums.v22.Encoding
gets the character set implementing the encoding.
getCharacterSet() - Method in enum com.beaglebuddy.id3.enums.v23.Encoding
gets the character set implementing the encoding.
getCharacterSet() - Method in enum com.beaglebuddy.id3.enums.v24.Encoding
gets the character set implementing the encoding.
getCode() - Method in enum com.beaglebuddy.id3.enums.Currency
gets the ISO-4217 currency code.
getCode() - Method in enum com.beaglebuddy.id3.enums.Language
gets the ISO-639-2 language code.
getCodeBytes() - Method in enum com.beaglebuddy.id3.enums.Currency
gets the three character ISO-4217 currency code as an array of bytes, using 1 byte for each character.
getCodeBytes() - Method in enum com.beaglebuddy.id3.enums.Language
gets the three character ISO-639-2 language code as an array of bytes, using 1 byte for each character.
getCodec() - Method in class com.beaglebuddy.mp3.MP3
gets the codec (coder - decoder) used to encode this .mp3 file.
getCodec() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the Codec used to encode the .mp3 file.
getComment() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the description of the song.
getComments() - Method in class com.beaglebuddy.mp3.MP3
gets the comments about the song.
getContactURL() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the url at which the seller can be contacted.
getContactURL() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the url at which the seller can be contacted.
getContentType(byte) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText.ContentType
convert an integral value to its corresponding content type enum.
getContentType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets the type of lyric.
getContentType(byte) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText.ContentType
convert an integral value to its corresponding content type enum.
getContentType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets the type of lyric.
getCounter() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
gets the number of times the song has been played.
getCounter() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
gets the number of times the song has been played.
getCounter() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
gets the number of times the song has been played.
getCounter() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
gets the number of times the song has been played.
getCRC() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the CRC of the Lyrics3v2 tag.
getCRC() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the 16 bit CRC value of the first 190 bytes of the Info header frame.
getCRC() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the optional CRC for the mpeg audio frame.
getCRCData() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
gets the CRC data.
getCRCData() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
gets the CRC data for this .mp3 file..
getCurrency(String) - Static method in enum com.beaglebuddy.id3.enums.Currency
converts a three character String currency code value to its corresponding ISO-4217 currency enum.
getCurrency() - Method in class com.beaglebuddy.id3.pojo.Price
get the currency of the price.
getData() - Method in exception com.beaglebuddy.exception.ParseException
gets bytes which contained the unexpected value.
getData() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
gets the data specific to the encryption method so that is used to encrypt/decrypt frames.
getData() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
gets the group specific data, such as a digital signature.
getData() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
gets the raw binary data.
getData() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
gets the actual .mp3 file identifier to the audio file database.
getData() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
gets the data specific to the encryption method so that is used to encrypt/decrypt frames.
getData() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
gets the group specific data, such as a digital signature.
getData() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
gets the raw binary data.
getData() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
gets the actual .mp3 file identifier to the audio file database.
getData() - Method in class com.beaglebuddy.mpeg.MPEGAudioSamples
gets the raw digital audio samples stored in the mpeg audio frame.
getData() - Method in class com.beaglebuddy.mpeg.MPEGSideInformation
gets the raw binary data stored in the side information block in an mpeg audio frame.
getDataLengthIndicator() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame has a data length indicator as indicated by the dataLengthIndicatorPresent field, then this method returns the data length indicator of the frame.
getDelay() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the delay?
getDescription() - Method in enum com.beaglebuddy.id3.enums.EventType
gets the description of the event code.
getDescription() - Method in enum com.beaglebuddy.id3.enums.ID3TagVersion
gets description of the ID3v2.x version.
getDescription() - Method in enum com.beaglebuddy.id3.enums.PictureType
gets the description of the picture type.
getDescription() - Method in enum com.beaglebuddy.id3.enums.TimeStampFormat
gets the description of the time stamp format.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets the description of the frame type.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets the description of the frame type.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
get a description of the image encoding restriction.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
get a description of the image size restriction.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
get a description of the tag size restriction.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
get a description of the text encoding restriction.
getDescription() - Method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
get a description of the text size restriction.
getDescription() - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
gets the description of the image.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the description of the attached image.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
gets the description.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the description of the song.
getDescription() - Method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial.ReceivedType
get a description of the received type.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets the description of the content.
getDescription() - Method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText.ContentType
gets the description of the synchronized lyric type.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets the description of the synchronized lyrics.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
gets the description of the lyrics.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
gets the description of the text.
getDescription() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
gets the description of the url.
getDescription() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
gets a description of the frame's type.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the description of the attached image.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
gets the description.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the description of the song.
getDescription() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial.ReceivedType
get a description of the received type.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets the description of the content.
getDescription() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText.ContentType
gets the description of the synchronized lyric type.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets the description of the synchronized lyrics.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
gets the description of the lyrics.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
gets the description of the text.
getDescription() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
gets the description of the url.
getDescription() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
gets a description of the frame's type.
getDescription() - Method in enum com.beaglebuddy.mpeg.enums.BitrateType
gets the description of the bitrate type.
getDescription() - Method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
gets the description of the MPEG version.
getDirection(int) - Static method in enum com.beaglebuddy.id3.pojo.v23.Level.Direction
convert an integral value to its corresponding direction enum.
getDirection() - Method in class com.beaglebuddy.id3.pojo.v23.Level
get the direction of the equalization level, ie whether it is above or below the midline.
getDirection(int) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment.Direction
convert an integral value to its corresponding enum.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the character encoding of the description field.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
gets the character encoding of the description and text fields.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the character encoding of the seller and description fields.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets the character encoding of the filename and desctiption fields.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
gets the character encoding of the involved people.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
gets the character encoding of the seller.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets the character encoding of the description and the synchronized lyrics.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
gets the character encoding of the text.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
gets the character encoding of the text.
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
gets the character encoding of the description and the text (lyrics).
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
gets the character encoding of the description and the text..
getEncoding() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
gets the character encoding of the description.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the character encoding of the description field.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
gets the character encoding of the description and text fields.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the character encoding of the seller and description fields.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets the character encoding of the filename and desctiption fields.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
gets the character encoding of the involved people.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
gets the character encoding of the seller.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets the character encoding of the description and the synchronized lyrics.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
gets the character encoding of the text.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
gets the character encoding of the text.
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
gets the character encoding of the description and the text (lyrics).
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
gets the character encoding of the description and the text..
getEncoding() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
gets the character encoding of the description.
getEncodingDelay() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the number of samples of silence added to the begining of the .mp3 file
getEncodingPadding() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the number of samples of silence added to the end of the .mp3 file
getEncrcrytpionInfo() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
gets the data required for decryption of the audio.
getEncrcrytpionInfo() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
gets the data required for decryption of the audio.
getEncryptionMethod() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
if the frame has been encryped, as indicated by the encrypted field, then this method gets the method used to encrypt the frame.
getEncryptionMethod() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame has been encrypted, as indicated by the encrypted field, then this method gets the method used to encrypt the frame.
getErrors() - Method in class com.beaglebuddy.mp3.MP3Base
gets a list of any errors found in the ID3v2.x tag.
getEventCodes() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
gets the list of events and the time when they occurred in the .mp3 song.
getEventCodes() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
gets the list of events and the time when they occurred in the .mp3 song.
getEventType() - Method in class com.beaglebuddy.id3.pojo.EventCode
gets the type of event that occurred.
getExtendedHeader() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
get the optional ID3v2.3 tag extended header.
getExtendedHeader() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
get the optional ID3v2.4 tag extended header.
getFeedbackLeftToLeft() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the left to left feedback, which is the volume that should be returned to the next echo bounce on the left channel.
getFeedbackLeftToLeft() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the left to left feedback, which is the volume that should be returned to the next echo bounce on the left channel.
getFeedbackLeftToRight() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the left to right feedback, which is the volume that should be returned to the next echo bounce.
getFeedbackLeftToRight() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the left to right feedback, which is the volume that should be returned to the next echo bounce.
getFeedbackRightToLeft() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the right to left feedback, which is the volume that should be returned to the next echo bounce.
getFeedbackRightToLeft() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the right to left feedback, which is the volume that should be returned to the next echo bounce.
getFeedbackRightToRight() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the right to right feedback, which is the volume that should be returned to the next echo bounce on the right channel.
getFeedbackRightToRight() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the right to right feedback, which is the volume that should be returned to the next echo bounce on the right channel.
getFilename() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets the name of the file from which the encapsulated object was read from.
getFilename() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets the name of the file from which the encapsulated object was read from.
getFilePosition() - Method in class com.beaglebuddy.ape.APETag
get the position (in bytes) within the .mp3 file where the APE tag starts.
getFilePosition() - Method in class com.beaglebuddy.lyrics3.Lyrics3v1Tag
get the position (in bytes) within the .mp3 file where the Lyrics3v1 tag starts.
getFilePosition() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the position (in bytes) within the .mp3 file where the Lyrics3v2 tag starts.
getFilePosition() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the offset (in bytes) within the .mp3 file where the MPEG audio frame occurred.
getFileSize() - Method in class com.beaglebuddy.mp3.MP3Base
returns the size (in bytes) of the .mp3 file.
getFirstMpegFrame() - Method in class com.beaglebuddy.mp3.MP3Base
gets the first MPEGFrame found after the ID3v2.x tag.
getFlag() - Method in class com.beaglebuddy.mpeg.pojo.Version
gets the release type for the version.
getFlags() - Method in class com.beaglebuddy.ape.APEFooter
gets the flags associated with the APE tag.
getFlags() - Method in class com.beaglebuddy.ape.APEItem
gets the flags associated with the APE item.
getFooter() - Method in class com.beaglebuddy.ape.APETag
get the optional footer in the APE tag.
getFooter() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the ID3v2.4 tag's footer.
getFractionAtIndexes() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets the list of fraction indexes for the indexed points.
getFrame(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
finds the first ID3v2.3 frame in the ID3v2.3 tag with the specified ID3v2.3 frame id.
getFrame(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
finds the first ID3v2.4 frame in the ID3v2.4 tag with the specified ID3v2.4 frame id.
getFrameBodyClass() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets the class used to implement the frame's body.
getFrameBodyClass() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets the class used to implement the frame's body.
getFrameBodyConstructor() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets the constructor for the frame body's class used to parse the frame's body from an .mp3 file.
getFrameBodyConstructor() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets the constructor for the frame body's class used to parse the frame's body from an .mp3 file.
getFrameBodySize() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets the size of the associated frame body.
getFrameBodySize() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets the size of the associated frame body.
getFrames() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the list of frames stored in the ID3v2.3 tag.
getFrames(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
finds all the ID3v2.3 frames in the ID3v2.3 tag with the specified ID3v2.3 frame id.
getFrames() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the list of ID3v2.4 frames stored in the ID3v2.4 tag.
getFrames(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
finds all the ID3v2.4 frames in the ID3v2.4 tag with the specified ID3v2.4 frame id.
getFrameSize() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the size (in bytes) of the mpeg audio frame.
getFrameType(String) - Static method in enum com.beaglebuddy.id3.enums.v23.FrameType
convert a string value to its corresponding frame type enum.
getFrameType(String) - Static method in enum com.beaglebuddy.id3.enums.v24.FrameType
convert a string value to its corresponding frame type enum.
getFrameType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
gets the frame body's ID3v2.3 type.
getFrameType() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets the ID3v2.3 frame type.
getFrameType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
gets the frame body's ID3v2.4 type.
getFrameType() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets the ID3v2.4 frame type.
getFrequency() - Method in class com.beaglebuddy.id3.pojo.v23.Level
get the frequency (in hz) at which the equalization level occurs.
getFrequency() - Method in class com.beaglebuddy.id3.pojo.v24.Level
get the frequency (in hz) at which the equalization level occurs.
getFrequency() - Method in class com.beaglebuddy.mp3.MP3
gets the frequency (in herz - hz), which specifies how many times per second the audio is sampled and stored as a number in the .mp3 file.
getFrequency() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the frequency (in herz - hz), which specifies how many times per second the audio is sampled and stored as a number in the .mp3 file.
getGain() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get the absolute vlaue of the gain adjustment.
getGenre() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the genre of the song.
getGenreAsString() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the genre name according to the predefined list of music genres.
getGroupId() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
if the frame belongs to a group, as indicated by the belongsToGroup field, then this method gets the id used to uniquely indentify the group.
getGroupId() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame belongs to a group, as indicated by the belongsToGroup field, then this method gets the id used to uniquely indentify the group.
getGroupSymbol() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
gets the group symbol.
getGroupSymbol() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
gets the group symbol.
getHeader() - Method in class com.beaglebuddy.ape.APETag
get the optional header in the APE tag.
getHeader() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
gets the header part of the frame.
getHeader() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the ID3v2.3 tag's header.
getHeader() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
gets the header part of the frame.
getHeader() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the ID3v2.4 tag's header.
getId() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets the ID3v2.3 frame id.
getId() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets the ID3v2.4 frame id.
getId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
gets the unique id of the group.
getId() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the LAME header id;
getId() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the VBRI header id which is always "VBRI".
getId() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the id, which is either "Info" or "Xing"
getID3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
gets the optional ID3v1 tag.
getID3v23Tag() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
gets the ID3v2.3 Tag.
getID3v24Tag() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
gets the ID3v2.4 Tag.
getID3v24TagAtEnd() - Method in class com.beaglebuddy.mp3.MP3Base
gets the optional ID3v2.4 tag found at the end of an .mp3 file.
getID3v2xPadding() - Method in class com.beaglebuddy.mp3.MP3Base
gets the size of the padding inside the ID3v2.x tag.
getIdBytes() - Method in enum com.beaglebuddy.id3.enums.ID3TagVersion
gets the bytes which uniquely identify the version of an ID3v2.x tag.
getIdentification() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
get the string which uniquely identifies the situation and/or device where this EQ curve should be applied.
getIdentification() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
get the string which uniquely identifies the situation and/or device where this EQ curve should be applied.
getImage() - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
gets the raw bytes of the image.
getImage() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the raw binary data of the attached image.
getImage() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the raw binary data of the attached image.
getImageEncodingRestriction() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
getImageLink() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the link to an image file in .bmp or .jpg format.
getImageSizeRestriction() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
getIndexedDataLength() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets the length (in bytes) of the .mp3 audio data being indexed.
getIndexedDataStart() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets the byte offset of the indexed .mp3 audio data from the beginning of the .mp3 file.
getInterpolationMethod() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
get the method to use when interpolating between points on the EQ curve.
getInterpolationMethod(int) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization.InterpolationMethod
convert an integral value to its corresponding enum.
getInvalidFrameId() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
if the frame id read in is not a valid ID3v2.3 frame id, then this field is set so that the error can be reported later after the entire frame has been read in (and discarded) so that we may continue processing the remaining frames.
getInvalidFrameId() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame id read in is not a valid ID3v2.4 frame id, then this field is set so that the error can be reported later after the entire frame has been read in (and discarded) so that we may continue processing the remaining frames.
getInvalidFrames() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the list of the invalid frames encountered while reading in the ID3v2.3 tag.
getInvalidFrames() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the list of the invalid frames encountered while reading in the ID3v2.4 tag.
getInvalidMessage() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
if the frame is invalid, then the reason why the frame is not valid is returned.
getInvalidMessage() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
if the frame is invalid, then the reason why the frame is not valid is returned.
getInvolvedPeople() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
gets the list of people involved with the song.
getInvolvedPeople() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
gets the list of people involved with the song.
getInvolvement() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson
get the person's involvement.
getInvolvement() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson
get the person's involvement.
getISOStandard() - Method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
gets the ISO standard describing the MPEG version.
getItems() - Method in class com.beaglebuddy.ape.APETag
get the list of items in the APE tag.
getKey() - Method in class com.beaglebuddy.ape.APEItem
gets the key associated with the text/binary value.
getLAMEHeader() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the optional LAME header.
getLanguage(String) - Static method in enum com.beaglebuddy.id3.enums.Language
converts a three character String language code value to its corresponding ISO-639-2 language enum.
getLanguage() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
gets the language the comments are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets the language the synchronized lyrics are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
gets the language the terms of user are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
gets the language the unsynchronized lyrics are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
gets the language the comments are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets the language the synchronized lyrics are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
gets the language the terms of user are written in.
getLanguage() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
gets the language the unsynchronized lyrics are written in.
getLayer() - Method in class com.beaglebuddy.mp3.MP3
gets the MPEG layer of this .mp3 file.
getLayer() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the MPEG layer of this .mp3 file.
getLeadPerformer() - Method in class com.beaglebuddy.mp3.MP3
gets the name of the lead performer who recorded the .mp3 song.
getLeft() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the amount of reverb in the left channel.
getLeft() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the amount of reverb in the left channel.
getLeftBounces() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the number of bounces that should be made for the reverb on the left channel.
getLeftBounces() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the number of bounces that should be made for the reverb on the left channel.
getLevels() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
gets the levels comprising the equalization curve.
getLevels() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
gets the levels comprising the equalization curve.
getLinkedFrameType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
gets the type of ID3v2.3 frame that is linked.
getLinkedFrameType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
gets the type of ID3v2.4 frame that is linked.
getLowpassFilterFrequency() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the low pass filter frequency (in hz) setting used by the LAME encoder to encode the .mp3 file.
getLyrics() - Method in class com.beaglebuddy.lyrics3.Lyrics3v1Tag
gets the lyrics to the song.
getLyrics() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the lyrics in the Lyrics3v2 tag.
getLyrics() - Method in class com.beaglebuddy.mp3.MP3
gets the (english) lyrics to the song.
getLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3
gets the lyrics to the song in the specified language.
getLyrics3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
gets the optional Lyrics3v1 tag.
getLyrics3v2Tag() - Method in class com.beaglebuddy.mp3.MP3Base
gets the optional Lyrics3v2 tag.
getLyricsBy() - Method in class com.beaglebuddy.mp3.MP3
gets name of the person(s) who wrote the lyrics to the song.
getMajor() - Method in class com.beaglebuddy.mpeg.pojo.Version
get the major LAME version.
getMask() - Method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
get the mask used to set the appropriate bits in the flag byte in the ID3v2.4 extended header.
getMask() - Method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
get the mask used to set the appropriate bits in the flag byte in the ID3v2.4 extended header.
getMask() - Method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
get the mask used to set the appropriate bits in the flag byte in the ID3v2.4 extended header.
getMask() - Method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
get the mask used to set the appropriate bits in the flag byte in the ID3v2.4 extended header.
getMask() - Method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
get the mask used to set the appropriate bits in the flag byte in the ID3v2.4 extended header.
getMethodSymbol() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
gets the id of the encryption method.
getMethodSymbol() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
gets the id of the encryption method.
getMimeType() - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
gets the mime type of the image.
getMimeType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the mime type of the attached imaged.
getMimeType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets the mime type of the encapsulated object.
getMimeType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the mime type of the attached imaged.
getMimeType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets the mime type of the encapsulated object.
getMinor() - Method in class com.beaglebuddy.mpeg.pojo.Version
get the minor LAME version.
getModeExtension() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
sets the description of the mode extension of this mpeg audio frame.
getMp3Gain() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the gain byte used by tools like mp3 Gain to normalize volumes for mp3's.
getMPEGFrameHeader() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the mpeg audio frame header.
getMPEGVersion() - Method in class com.beaglebuddy.mp3.MP3
gets the MPEG version of this .mp3 file.
getMPEGVersion() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the MPEG version of this .mp3 file.
getMusicBy() - Method in class com.beaglebuddy.mp3.MP3
gets name of the person(s) who wrote the music to the song.
getMusicCRC() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the 16 bit CRC value of the complete .mp3 music data as originally made by LAME.
getMusicLength() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get length (in bytes) from the LAME header to the last byte of the last mpeg audio frame.
getMusicType() - Method in class com.beaglebuddy.mp3.MP3
gets the category of music for this song.
getName() - Method in enum com.beaglebuddy.id3.enums.Currency
gets the name of the ISO-4217 currency.
getName() - Method in enum com.beaglebuddy.id3.enums.Genre
return the name of the genre.
getName() - Method in enum com.beaglebuddy.id3.enums.Language
gets the name of the ISO-639-2 language.
getName() - Method in enum com.beaglebuddy.id3.enums.v22.Encoding
gets the name of the encoding.
getName() - Method in enum com.beaglebuddy.id3.enums.v23.Encoding
gets the name of the encoding.
getName() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets the name of the frame type.
getName() - Method in enum com.beaglebuddy.id3.enums.v24.Encoding
gets the name of the encoding.
getName() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets the name of the frame type.
getName() - Method in enum com.beaglebuddy.mpeg.enums.ChannelMode
gets the name of the channel mode.
getName() - Method in enum com.beaglebuddy.mpeg.enums.Emphasis
gets the name of the emphasis.
getName() - Method in enum com.beaglebuddy.mpeg.enums.GainOriginator
gets the name of the LAME replay gain originator.
getName() - Method in enum com.beaglebuddy.mpeg.enums.GainType
gets the name of the LAME replay gain type.
getName() - Method in enum com.beaglebuddy.mpeg.enums.Layer
gets the name of the MPEG layer.
getName() - Method in enum com.beaglebuddy.mpeg.enums.SourceFrequency
gets the name of the source frequency.
getName() - Method in enum com.beaglebuddy.mpeg.enums.StereoMode
gets the name of the stereo mode.
getName() - Method in enum com.beaglebuddy.mpeg.enums.SurroundInfo
gets the name of the surround info.
getName() - Method in enum com.beaglebuddy.mpeg.enums.VBRMethod
gets the name of the MPEG layer.
getNextNullTerminator(int, Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
finds the next null terminating character according to the character encoding in the raw data stream.
getNextNullTerminator(byte[], int, Encoding) - Static method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
finds the next null terminating character in the raw data stream according to the specified character encoding.
getNextNullTerminator(int, Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
finds the next null terminating character according to the character encoding in the raw data stream.
getNextNullTerminator(byte[], int, Encoding) - Static method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
finds the next null terminating character in the raw data stream according to the specified character encoding.
getNoiseShaping() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get type of noise shaping used to encode the .mp3 file.
getNumAdjustmentBits() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
gets the number of bits used for the representation of an adjustment in an equalization level.
getNumBytes() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the number of bytes in the .mp3 file.
getNumBytes() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the optional number of bytes value which specifies the total number of bytes in the .mp3 file.
getNumBytesInNullTerminator() - Method in enum com.beaglebuddy.id3.enums.v22.Encoding
gets number of bytes the encoding uses to represent a null terminator character.
getNumBytesInNullTerminator() - Method in enum com.beaglebuddy.id3.enums.v23.Encoding
gets the number of bytes the encoding uses to represent a null terminator character.
getNumBytesInNullTerminator() - Method in enum com.beaglebuddy.id3.enums.v24.Encoding
gets the number of bytes the encoding uses to represent a null terminator character.
getNumFrames() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the number of mpeg audio frames in the .mp3 file.
getNumFrames() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the optional number of frames value which specifies the total number of mpeg audio frames in the .mp3 file.
getNumIndexPoints() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets the number of index points.
getNumItems() - Method in class com.beaglebuddy.ape.APEFooter
gets the number of items in the APE tag.
getNumSamples() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the number of audio samples stored in the mpeg audio frame.
getNumTOCEntries() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the number of entries in the table of contents.
getObject() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets the raw binary data of the encapsulated object.
getObject() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets the raw binary data of the encapsulated object.
getOffsetToNextTag() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
gets the number of bytes until the next tag.
getOffsetToNextTag() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
gets the number of bytes until the next tag.
getOffsetToNextTag() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
gets the offset to the next tag.
getOriginator() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get the originator of the replay gain adjustment.
getOwnerId() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
gets the owner id of the frame.
getOwnerId() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
gets the owner id of the frame.
getPadding() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the amount of padding at the end of the ID3v2.3 tag.
getPadding() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the amount of padding at the end of the ID3v2.4 tag.
getPaddingSize() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
gets the size of the padding, which is an area filled with 0's and is found after the end of the ID3v2.3 tag and before the actual audio portion of the .mp3 file.
getPath() - Method in class com.beaglebuddy.mp3.MP3Base
gets the path to the .mp3 file.
getPeakSignalAmplitude() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the peak signal amplitude that occurs in the digital audio samples in this frame.
getPeakVolume() - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
get the peak volume for this speaker channel.
getPeakVolumeBackLeftChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the back left channel.
getPeakVolumeBackRightChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the back right channel.
getPeakVolumeBassChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the bass channel.
getPeakVolumeCenterChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the center channel.
getPeakVolumeFrontLeftChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the front left channel.
getPeakVolumeFrontRightChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the peak volume for the front right channel.
getPeakVolumeSize() - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
set the number of bits used to store the peak volume.
getPeakVolumeSize(int) - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.PeakVolumeSize
convert an integral value to its corresponding enum.
getPerson() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson
get the name of the person involved.
getPerson() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson
get the name of the person involved.
getPicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3
gets the attached picture for the specified picture type.
getPictureMimeType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the mime type of the seller's logo.
getPictureMimeType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the mime type of the seller's logo.
getPictures() - Method in class com.beaglebuddy.mp3.MP3
gets all the pictures stored in the .mp3 file's tag.
getPictureType() - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
gets the type of picture the image represents.
getPictureType() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets the type of image.
getPictureType() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets the type of image.
getPosition() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
gets the position within the song.
getPosition() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
gets the position within the song.
getPremixLeftToRight() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the amount of left sound to be mixed in the right before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
getPremixLeftToRight() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the amount of left sound to be mixed in the right before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
getPremixRightToLeft() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the amount of right sound to be mixed in the left before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
getPremixRightToLeft() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the amount of right sound to be mixed in the left before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
getPreset() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the preset used internally by the LAME encoder/decoder as an index into an internal LAME preset enum.
getPreviewLength() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
gets length of unencrypted audio data.
getPreviewLength() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
gets length of unencrypted audio data.
getPreviewStart() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
gets a pointer to the unencrypted part of the audio.
getPreviewStart() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
gets a pointer to the unencrypted part of the audio.
getPrices() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the price(s) of the .mp3 song.
getPrices() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
gets the price(s) of the .mp3 song.
getPrices() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the price(s) of the .mp3 song.
getPrices() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
gets the price(s) of the .mp3 song.
getPublisher() - Method in class com.beaglebuddy.mp3.MP3
gets the publisher of the song.
getPurchaseDate() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
gets the date the mp3 song was purchased.
getPurchaseDate() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
gets the date the mp3 song was purchased.
getQuality() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the quality value, which has a range of [0 - 100], where 0 is the best and 100 is the worst.
getQuality() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the optional quality value, which has a range of [0 - 100], where 0 is the best and 100 is the worst.
getRadioReplayGain() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the gain (volume) setting specified for playing the .mp3 file on the radio.
getRating() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
gets the song's rating.
getRating() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
gets the song's rating.
getRating() - Method in class com.beaglebuddy.mp3.MP3
gets the rating (ie, how much you like it) of the song.
getReadOnlyErrorMessage() - Method in class com.beaglebuddy.mp3.MP3Base
gets the read only error message to display to users when they try to modify an .mp3 file loaded from a URL.
getReceivedAs() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets how the song was delivered to the buyer.
getReceivedAs() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets how the song was delivered to the buyer.
getReceivedType(byte) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial.ReceivedType
converts an integral value to its corresponding received type enum.
getReceivedType(byte) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial.ReceivedType
converts an integral value to its corresponding received type enum.
getRelativeVolumeAdjustmentBackLeftChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the back left channel.
getRelativeVolumeAdjustmentBackRightChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the back right channel.
getRelativeVolumeAdjustmentBassChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the bass channel.
getRelativeVolumeAdjustmentCenterChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the center channel.
getRelativeVolumeAdjustmentFrontLeftChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the front left channel.
getRelativeVolumeAdjustmentFrontRightChannel() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the front right channel.
getRevision() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the LAME header revision;
getRight() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the amount of reverb in the right channel.
getRight() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the amount of reverb in the right channel.
getRightBounces() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the number of bounces that should be made for the reverb on the right channel.
getRightBounces() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the number of bounces that should be made for the reverb on the right channel.
getSeller() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the name of the seller.
getSeller() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
sets the vendor who sold the mp3 song.
getSeller() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the name of the seller.
getSeller() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
sets the vendor who sold the mp3 song.
getSellerLogo() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the raw bytes of the seller's logo image.
getSellerLogo() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the raw bytes of the seller's logo image.
getSideInfoSize() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
get the size (in bytes) of the side information that directly follows the MPEG frame header in the mpeg audio frame.
getSignature() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
gets the binary signature of the group.
getSize() - Method in class com.beaglebuddy.ape.APEFooter
gets the size of the APE footer.
getSize() - Method in class com.beaglebuddy.ape.APEItem
gets the size (inn bytes) of the APE item.
getSize() - Method in class com.beaglebuddy.ape.APETag
get the size (in bytes) of the APE tag.
getSize() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
gets the size (in bytes) of the frame body.
getSize() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
gets the size (in bytes) of the frame.
getSize() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets the size (in bytes) of the frame header.
getSize() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the size (in bytes) of the ID3v2.3 tag in the .mp3 file.
getSize() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
gets the total number of bytes in the ID3v2.3 tag extended header.
getSize() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
gets the total number of bytes in the ID3v2.3 tag header.
getSize() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
gets the size (in bytes) of the frame body.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
gets the size (in bytes) of the frame.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets the size (in bytes) of the frame header.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the size (in bytes) of the ID3v2.4 tag in the .mp3 file.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
gets the total number of bytes in the ID3v2.4 tag extended header.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
gets the total number of bytes in the ID3v2.4 tag footer.
getSize() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
gets the total number of bytes in the ID3v2.4 tag header.
getSize() - Method in class com.beaglebuddy.lyrics3.Lyrics3v1Tag
get the size (in bytes) of the entire Lyrics3v1 tag, including the end id.
getSize() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the size (in bytes) of the entire Lyrics3v2 tag, including the end id.
getSize() - Method in class com.beaglebuddy.mpeg.LAMEHeader
gets the size (in bytes) of the LAME header.
getSize() - Method in class com.beaglebuddy.mpeg.MPEGAudioSamples
gets the size (in bytes) of the raw binary data comprising the mpeg audio samples.
getSize() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the size (in bytes) of the MPEG audio frame.
getSize() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets the size of the mpeg audio frame header and includes the optional CRC if present.
getSize() - Method in class com.beaglebuddy.mpeg.MPEGSideInformation
gets the size (in bytes) of the side information block in an mpeg audio frame.
getSize() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the size (in bytes) of the VBRI header.
getSize() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the size (in bytes) of the Xing header.
getSourceSampleFrequency() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the original audio source's sample frequency (in hz).
getStereoMode() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the stereo mode used to encode the .mp3 file.
getSurroundInfo() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the surround info.
getSynchronizedLyrics() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets the synchronized lyrics/text.
getSynchronizedLyrics() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets the synchronized lyrics/text.
getSynchronizedLyrics() - Method in class com.beaglebuddy.mp3.MP3
gets the (english) synchronized lyrics to the song.
getSynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3
gets the synchronized lyrics to the song in the specified language.
getTableOfContents() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the table of contents, which specifies entries used for seeking mpeg audio frames within the .mp3 file.
getTableOfContents() - Method in class com.beaglebuddy.mpeg.XingHeader
gets the optional table of contents which specifies entries used for seeking mpeg audio frames within the .mp3 file.
getTagSize() - Method in class com.beaglebuddy.ape.APEFooter
gets the size of the APE tag, including the footer, but not the header.
getTagSize() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
gets the size of the ID3v2.3 tag excluding the tag header, ie (total tag size - 10).
getTagSize() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
gets the size of the ID3v2.4 tag excluding the tag header and the footer.
getTagSize() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
gets the size of the ID3v2.4 tag excluding the tag header and, if present, the tag footer.
getTagSizeRestriction() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
getTempoChanges() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
gets a list of the tempo changes that occur within the song.
getTempoChanges() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
gets a list of the tempo changes that occur within the song.
getText() - Method in class com.beaglebuddy.id3.pojo.SynchronizedLyric
gets the lyric text.
getText() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
get the actual comment(s) about the .mp3 file.
getText() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
gets the terms of use or ownership of the .mp3 file.
getText() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
gets the text.
getText() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
gets the lyrics to the song.
getText() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
gets the text.
getText() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
get the actual comment(s) about the .mp3 file.
getText() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
gets the terms of use or ownership of the .mp3 file.
getText() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
gets the text.
getText() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
gets the lyrics to the song.
getText() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
gets the text.
getTextEncodingRestriction() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
getTextList() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
gets the text as a list.
getTextSizeRestriction() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
getTextValue() - Method in class com.beaglebuddy.ape.APEItem
gets the value as text.
getTimeStamp() - Method in class com.beaglebuddy.id3.pojo.EventCode
gets when event occurred.
getTimeStamp() - Method in class com.beaglebuddy.id3.pojo.SynchronizedLyric
gets when the lyric is sung/spoken in the song.
getTimeStamp() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes.TempoChange
gets the timeStamp where the tempo change occurs in the song.
getTimeStamp() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes.TempoChange
gets the timeStamp where the tempo change occurs in the song.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
get the time stamp format.
getTimeStampFormat() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
get the time stamp format.
getTitle() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the title of the song.
getTitle() - Method in class com.beaglebuddy.mp3.MP3
gets the name of the song stored in the .mp3 file.
getTOCEntryNumFrames() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the number of frames per entry in the table of contents.
getTOCEntryScaleFactor() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the scale factor for the entries in the table of contents.
getTOCEntrySize() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the size of each entry in the table of contents.
getTOCOffset(int) - Method in class com.beaglebuddy.mpeg.XingHeader
Using the table of contents, this method returns the offset from the beginning of the .mp3 file where the desired mpeg audio frame is located.
getTrack() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the track number of the song on the album.
getTrack() - Method in class com.beaglebuddy.mp3.MP3
gets the track number of the song.
getTrackTitle() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get the track title in the Lyrics3v2 tag.
getType() - Method in class com.beaglebuddy.ape.APEFlags
gets the type of data.
getType() - Method in class com.beaglebuddy.ape.APEItem
gets the type of data stored in the value.
getType() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get the type of replay gain adjustment.
getUncompressedSize() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
if the frame has been compressed using zlib as indicated by the compressed field, then this method returns the uncompressed size of the frame.
getUncompressedSize() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame has been compressed using zlib as indicated by the compressed field, then this method returns the uncompressed size of the frame.
getURL() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
gets the url which holds a reference to the file which contains the linked frame.
getURL() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
gets the url.
getURL() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
gets the URL.
getURL() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
gets the url which holds a reference to the file which contains the linked frame.
getURL() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
gets the url.
getURL() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
gets the URL.
getUserEmail() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
gets the user's e-mail address.
getUserEmail() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
gets the user's e-mail address.
getV23Album() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.ALBUM_TITLE text frame in the ID3v2.3 tag and retrieves the text field.
getV23AttachedPicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.ATTACHED_PICTURE frame in the ID3v2.3 tag and retrieves the attached picture.
getV23AttachedPictureFrame(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 attached picture frame containing the specified picture type in the ID3v2.3 tag.
getV23AttachedPictures() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds all the ID3v2.3 FrameType.ATTACHED_PICTURE frames in the ID3v2.3 tag and retrieves the attached picture for each frame.
getV23AudioDuration() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.LENGTH text frame in the ID3v2.3 tag and retrieves the text field.
getV23AudioSize() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.SIZE text frame in the ID3v2.3 tag and retrieves the text field.
getV23Band() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.BAND text frame in the ID3v2.3 tag and retrieves the text field.
getV23Comments(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the song comments written in the specified language in the ID3v2.3 tag.
getV23CommentsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 comments frame with the specified language in the ID3v2.3 tag.
getV23Errors() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
gets a list of any frame errors encountered while reading in the ID3v2.3 tag.
getV23Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the first ID3v2.3 frame in the ID3v2.3 tag with the specified ID3v2.3 frame id.
getV23Frames(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds all the ID3v2.3 frames in the ID3v2.3 tag with the specified ID3v2.3 frame id.
getV23LeadPerformer() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
 
getV23LyricsBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.LYRICIST text frame in the ID3v2.3 tag and retrieves the text field.
getV23MusicBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.COMPOSER text frame in the ID3v2.3 tag and retrieves the text field.
getV23MusicType() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.CONTENT_TYPE text frame in the ID3v2.3 tag and retrieves the text field.
getV23Publisher() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.PUBLISHER text frame in the ID3v2.3 tag and retrieves the text field.
getV23Rating() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.POPULARIMETER frame in the ID3v2.3 tag and retrieves the rating field.
getV23SynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the synchronized song lyrics in the specified language in the ID3v2.3 tag.
getV23SynchronizedLyricsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 synchronized lyrics frame containing in the specified language in the ID3v2.3 tag.
getV23Text(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 text frame with the specified ID3v2.3 frame type in the ID3v2.3 tag and retrieves the text field from the ID3v2.3 frame.
getV23TextAsInteger(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
gets the text from a text frame and converts it to an integer.
getV23Title() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.SONG_TITLE text frame in the ID3v2.3 tag and retrieves the text field.
getV23Track() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.TRACK_NUMBER text frame in the ID3v2.3 tag and retrieves the text field.
getV23UnsynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the unsynchronized song lyrics in the specified language in the ID3v2.3 tag.
getV23UnsynchronizedLyricsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 unsynchronized lyrics frame containing in the specified language in the ID3v2.3 tag.
getV23Year() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
finds the ID3v2.3 FrameType.YEAR text frame in the ID3v2.3 tag and retrieves the text field.
getV24Album() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.ALBUM_TITLE text frame in the ID3v2.4 tag and retrieves the text field.
getV24AttachedPicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.ATTACHED_PICTURE frame in the ID3v2.4 tag and retrieves the attached picture.
getV24AttachedPictureFrame(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 attached picture frame containing the specified picture type in the ID3v2.4 tag.
getV24AttachedPictures() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds all the ID3v2.4 FrameType.ATTACHED_PICTURE frames in the ID3v2.4 tag and retrieves the attached picture for each frame.
getV24AudioDuration() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.LENGTH text frame in the ID3v2.4 tag and retrieves the text field.
getV24Band() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.BAND text frame in the ID3v2.4 tag and retrieves the text field.
getV24Comments(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the song comments written in the specified language in the ID3v2.4 tag.
getV24CommentsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 comments frame with the specified language in the ID3v2.4 tag.
getV24Errors() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
gets a list of any frame errors encountered while reading in the ID3v2.4 tag.
getV24Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the first ID3v2.4 frame in the ID3v2.4 tag with the specified ID3v2.4 frame id.
getV24Frames(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds all the ID3v2.4 frames in the ID3v2.4 tag with the specified ID3v2.4 frame id.
getV24LeadPerformer() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
 
getV24LyricsBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.LYRICIST text frame in the ID3v2.4 tag and retrieves the text field.
getV24MusicBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.COMPOSER text frame in the ID3v2.4 tag and retrieves the text field.
getV24MusicType() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.CONTENT_TYPE text frame in the ID3v2.4 tag and retrieves the text field.
getV24Publisher() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.PUBLISHER text frame in the ID3v2.4 tag and retrieves the text field.
getV24Rating() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.POPULARIMETER frame in the ID3v2.4 tag and retrieves the rating field.
getV24SynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the synchronized song lyrics in the specified language in the ID3v2.4 tag.
getV24SynchronizedLyricsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 synchronized lyrics frame containing in the specified language in the ID3v2.4 tag.
getV24Text(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 text frame with the specified ID3v2.4 frame type in the ID3v2.4 tag and retrieves the text field from the ID3v2.4 frame.
getV24TextAsInteger(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
gets the text from a text frame and converts it to an integer.
getV24Title() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.SONG_TITLE text frame in the ID3v2.4 tag and retrieves the text field.
getV24Track() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.TRACK_NUMBER text frame in the ID3v2.4 tag and retrieves the text field.
getV24UnsynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the unsynchronized song lyrics in the specified language in the ID3v2.4 tag.
getV24UnsynchronizedLyricsFrame(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 unsynchronized lyrics frame containing in the specified language in the ID3v2.4 tag.
getV24Year() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
finds the ID3v2.4 FrameType.RECORDING_TIME text frame in the ID3v2.4 tag and retrieves the text field.
getValidUntil() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets the date until which the price is valid.
getValidUntil() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets the date until which the price is valid.
getValue() - Method in enum com.beaglebuddy.id3.enums.TimeStampFormat
the integral value of the time stamp format.
getVBRIHeader() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the optional VBRI header.
getVBRMethod() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the bit rate encoding method used to encode the .mp3 file.
getVersion() - Method in class com.beaglebuddy.ape.APEFooter
gets the version of the APE tag.
getVersion() - Method in class com.beaglebuddy.ape.APETag
get the version of the APE tag.
getVersion(byte[]) - Static method in enum com.beaglebuddy.id3.enums.ID3TagVersion
determines if the specified id bytes are valid ID3v2.x id bytes, and if so, which version they represent.
getVersion() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the version of the ID3 tag.
getVersion() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets the version of the ID3 tag stored in the .mp3 song which holds all of the information about the .mp3 file.
getVersion() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
gets the version of the tag, which is always ID3V2_3.
getVersion() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets the version of the ID3 tag stored in the .mp3 song which holds all of the information about the .mp3 file.
getVersion() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
gets the version of the tag, which is always ID3V2_4_FOOTER.
getVersion() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
gets the version of the tag, which is always ID3V2_4.
getVersion() - Method in class com.beaglebuddy.mp3.MP3
gets the version of the ID3 tag stored in the .mp3 song which holds all of the information about the .mp3 file.
getVersion() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get the LAME header version;
getVersion() - Method in class com.beaglebuddy.mpeg.VBRIHeader
gets the VBRI header version.
getVersionString() - Method in class com.beaglebuddy.ape.APETag
get the version of the APE tag as a String.
getVolume() - Method in class com.beaglebuddy.id3.pojo.v24.Level
get the volume adjustment (in db) for this frequency.
getVolume() - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
get the volume adjustment (in db) for this speaker channel.
getVolume(RelativeVolume.Channel) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
gets the relative volume adjustment for the specified speaker channel.
getVolumes() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
gets the volume settings comprising the relative volume adjustment.
getXingHeader() - Method in class com.beaglebuddy.mpeg.MPEGFrame
get the optional xing header.
getYear() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets the year the song was released.
getYear() - Method in class com.beaglebuddy.mp3.MP3
gets the year the song was recorded.

H

hasAPETag() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the .mp3 file has a APE tag at the beginning or end of the .mp3 file.
hasErrors() - Method in class com.beaglebuddy.mp3.MP3Base
determines if the mp3 file had any errors in the information stored in the frames of the ID3v2.x tag.
hasID3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the .mp3 file has an ID3v1 tag at the end of the .mp3 file.
hasID3v24TagAtEnd() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the .mp3 file has an ID3v2.4 tag at the end of the .mp3 file.
hasLyrics3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the .mp3 file has a Lyrics3v1 tag at the end of the .mp3 file.
hasLyrics3v2Tag() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the .mp3 file has a Lyrics3v2 tag at the end of the .mp3 file.
hasV23Errors() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
determines if the ID3v2.3 tag had any frame errors when it was read in.
hasV24Errors() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
determines if the ID3v2.4 tag had any frame errors when it was read in.
HEADER_MAX_SIZE - Static variable in class com.beaglebuddy.mpeg.LAMEHeader
LAME headers after version 3.90 were 36 bytes long
HEADER_MAX_SIZE - Static variable in class com.beaglebuddy.mpeg.MPEGSideInformation
side information is 32 bytes long for .mp3 files encoded with dual channels (stereo).
HEADER_MAX_SIZE - Static variable in class com.beaglebuddy.mpeg.XingHeader
Xing headers are at most 120 bytes long
HEADER_MIN_SIZE - Static variable in class com.beaglebuddy.mpeg.LAMEHeader
LAME headers prior to version 3.90 were 20 bytes long
HEADER_MIN_SIZE - Static variable in class com.beaglebuddy.mpeg.MPEGSideInformation
side information is 17 bytes long for .mp3 files encoded with a single channel (mono).
HEADER_MIN_SIZE - Static variable in class com.beaglebuddy.mpeg.VBRIHeader
VBRI headers are at least 26 bytes long
HEADER_MIN_SIZE - Static variable in class com.beaglebuddy.mpeg.XingHeader
Xing headers are at least 8 bytes long
hex(byte) - Static method in class com.beaglebuddy.util.Utility
formats a single byte as a 2 digit hex value, ie, 0xbb, where 0 < b < F.
example: decimal: 12 -> hex: 0C
example: decimal: 178 -> hex: B2
hex(byte[]) - Static method in class com.beaglebuddy.util.Utility
formats raw binary byte data as a sequence of bytes in the format 0xbb 0xbb ...
hex(byte[], int) - Static method in class com.beaglebuddy.util.Utility
formats raw binary byte data as a sequence of bytes in the format 0xbb 0xbb ...

I

ID3TagVersion - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
The ID3v2.x tag versions available in .mp3 files.
ID3v1Tag - Class in com.beaglebuddy.id3.v1
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the ID3v1 and ID3v1.1 tags.

ID3v1Tag(InputStream, int, String) - Constructor for class com.beaglebuddy.id3.v1.ID3v1Tag
called when reading in an existing ID3v1 tag from an .mp3 file.
ID3v1Tag(RandomAccessFile) - Constructor for class com.beaglebuddy.id3.v1.ID3v1Tag
constructor.
id3v1Tag - Variable in class com.beaglebuddy.mp3.MP3Base
the optional ID3v1 tag which can found at the end of the .mp3 file, after the mp3 audio data.
ID3v23Frame - Class in com.beaglebuddy.id3.v23
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing ID3v2.3 frames.

ID3v23Frame(FrameType) - Constructor for class com.beaglebuddy.id3.v23.ID3v23Frame
constructor.
ID3v23Frame(FrameType, ID3v23FrameBody) - Constructor for class com.beaglebuddy.id3.v23.ID3v23Frame
constructor.
ID3v23Frame(ID3v23FrameHeader, InputStream) - Constructor for class com.beaglebuddy.id3.v23.ID3v23Frame
constructor.
ID3v23FrameBody - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

This is the base class for all ID3v2.3 frame bodies.

ID3v23FrameBody(FrameType) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
This constructor is called when creating a new frame body.
ID3v23FrameBody(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
constructor.
ID3v23FrameBody(InputStream, String, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
constructor.
ID3v23FrameBodyAttachedPicture - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An attached picture frame body is associated with an ID3v2.3 APIC frame which is used to include pictures in the .mp3 file.

ID3v23FrameBodyAttachedPicture() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
The default constructor is called when creating a new frame.
ID3v23FrameBodyAttachedPicture(AttachedPicture) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
This constructor is called when creating a new frame.
ID3v23FrameBodyAttachedPicture(Encoding, String, PictureType, String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
This constructor is called when creating a new frame.
ID3v23FrameBodyAttachedPicture(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyAudioEncryption - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An audio encryption frame body is associated with an ID3v2.3 AENC frame which is used to indicate if any part, or all, of the actual audio stream of the .mp3 file is encrypted, and if so, by whom.

ID3v23FrameBodyAudioEncryption() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
The default constructor is called when creating a new frame.
ID3v23FrameBodyAudioEncryption(String, int, int, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
This constructor is called when creating a new frame.
ID3v23FrameBodyAudioEncryption(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyComments - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A comments frame body is associated with an ID3v2.3 COMM frame which is intended for any kind of full text information that does not fit in any other frame.

ID3v23FrameBodyComments() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
The default constructor is called when creating a new frame.
ID3v23FrameBodyComments(Encoding, Language, String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
This constructor is called when creating a new frame.
ID3v23FrameBodyComments(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyCommercial - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A commercial frame body is associated with an ID3v2.3 COMR frame which allows vendors to include a price offer in an .mp3 file.

ID3v23FrameBodyCommercial() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
The default constructor is called when creating a new frame.
ID3v23FrameBodyCommercial(Encoding, List<Price>, String, String, ID3v23FrameBodyCommercial.ReceivedType, String, String, String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
This constructor is called when creating a new frame.
ID3v23FrameBodyCommercial(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyCommercial.ReceivedType - Enum in com.beaglebuddy.id3.v23.frame_body
valid ID3v2.3 commercial received as types
ID3v23FrameBodyEncryptionMethodRegistration - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An encryption method registration frame body is associated with an ID3v2.3 ENCR frame which is used to identify with which method a frame has been encrypted.

ID3v23FrameBodyEncryptionMethodRegistration() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
The default constructor is called when creating a new frame.
ID3v23FrameBodyEncryptionMethodRegistration(String, byte, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
This constructor is called when creating a new frame.
ID3v23FrameBodyEncryptionMethodRegistration(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
constructor.
ID3v23FrameBodyEqualization - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An equalization frame body is associated with an ID3v2.3 EQUA frame which is used to specify points on an equalization (EQ) curve.

ID3v23FrameBodyEqualization() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
The default constructor is called when creating a new frame.
ID3v23FrameBodyEqualization(int, Level[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
This constructor is called when creating a new frame.
ID3v23FrameBodyEqualization(int, List<Level>) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
This constructor is called when creating a new frame.
ID3v23FrameBodyEqualization(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyEventTimingCodes - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An event timing codes frame body is associated with an ID3v2.3 ETCO frame which is used to synchronize key events in a song.

ID3v23FrameBodyEventTimingCodes() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
The default constructor is called when creating a new frame.
ID3v23FrameBodyEventTimingCodes(TimeStampFormat, List<EventCode>) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
This constructor is called when creating a new frame.
ID3v23FrameBodyEventTimingCodes(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyGeneralEncapsulatedObject - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A general encapsulated object frame body is associated with an ID3v2.3 GEOB frame which is used to embed a file in the .mp3 file.

ID3v23FrameBodyGeneralEncapsulatedObject() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
The default constructor is called when creating a new frame.
ID3v23FrameBodyGeneralEncapsulatedObject(Encoding, String, String, String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
This constructor is called when creating a new frame.
ID3v23FrameBodyGeneralEncapsulatedObject(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyGroupIdentificationRegistration - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An group identification registration frame body is associated with an ID3v2.3 GRID frame which is used to group otherwise unrelated frames.

ID3v23FrameBodyGroupIdentificationRegistration() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
The default constructor is called when creating a new frame.
ID3v23FrameBodyGroupIdentificationRegistration(String, byte, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
This constructor is called when creating a new frame.
ID3v23FrameBodyGroupIdentificationRegistration(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyInvolvedPeopleList - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An involved people list frame body is associated with an ID3v2.3 IPLS frame which is used to list the people who were involved in the song.

ID3v23FrameBodyInvolvedPeopleList() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
The default constructor is called when creating a new frame.
ID3v23FrameBodyInvolvedPeopleList(Encoding, List<ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson>) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
This constructor is called when creating a new frame.
ID3v23FrameBodyInvolvedPeopleList(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson - Class in com.beaglebuddy.id3.v23.frame_body
contains the involvement (what the person did) and the person's name.
ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson(String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson
constructor
ID3v23FrameBodyLinkedInformation - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A linked information frame body is associated with an ID3v2.3 LINK frame which is used to link information from another ID3v2 tag that might reside in another audio file or alone in a binary file.

ID3v23FrameBodyLinkedInformation() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
The default constructor is called when creating a new frame.
ID3v23FrameBodyLinkedInformation(FrameType, String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
This constructor is called when creating a new frame.
ID3v23FrameBodyLinkedInformation(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyMPEGLocationLookupTable - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An MPEG location lookup table frame body is associated with an ID3v2.3 MLLT frame which is used to ncrease performance and accuracy of jumps within an MPEG audio file.

ID3v23FrameBodyMPEGLocationLookupTable() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMPEGLocationLookupTable
The default constructor is called when creating a new frame.
ID3v23FrameBodyMPEGLocationLookupTable(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMPEGLocationLookupTable
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyMusicCDIdentifier - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A music CD identifier frame body is associated with an ID3v2.3 MCDI frame which is used to identify .mp3 songs that are ripped from a CD, so that they can be identified in a database, such as CDDB.

ID3v23FrameBodyMusicCDIdentifier() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
The default constructor is called when creating a new frame.
ID3v23FrameBodyMusicCDIdentifier(byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
This constructor is called when creating a new frame.
ID3v23FrameBodyMusicCDIdentifier(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyOwnership - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An ownership frame body is associated with an ID3v2.3 OWNE frame which is used to indicate that a user is the owner of the .mp3 file.

ID3v23FrameBodyOwnership() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
The default constructor is called when creating a new frame.
ID3v23FrameBodyOwnership(Encoding, List<Price>, String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
This constructor is called when creating a new frame.
ID3v23FrameBodyOwnership(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyPlayCounter - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A play counter frame body is associated with an ID3v2.3 PCNT frame which is used to count the number of times an .mp3 file has been played.

ID3v23FrameBodyPlayCounter() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
The default constructor is called when creating a new frame.
ID3v23FrameBodyPlayCounter(int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
This constructor is called when creating a new frame.
ID3v23FrameBodyPlayCounter(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyPopularimeter - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A popularimeter frame body is associated with an ID3v2.3 POPM frame which is used to specify how much you like an .mp3 song.

ID3v23FrameBodyPopularimeter() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
The default constructor is called when creating a new frame.
ID3v23FrameBodyPopularimeter(String, int, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
This constructor is called when creating a new frame.
ID3v23FrameBodyPopularimeter(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyPositionSynchronization - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An position synchronization frame body is associated with an ID3v2.3 POSS frame which is used to deliver information to the listener on how far into the audio stream he picked up.

ID3v23FrameBodyPositionSynchronization() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
The default constructor is called when creating a new frame.
ID3v23FrameBodyPositionSynchronization(TimeStampFormat, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
This constructor is called when creating a new frame.
ID3v23FrameBodyPositionSynchronization(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyPrivate - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A private frame body is associated with an ID3v2.3 PRIV frame which contains information from a software producer that its program uses and does not fit into any of the other frames.

ID3v23FrameBodyPrivate() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
The default constructor is called when creating a new frame.
ID3v23FrameBodyPrivate(String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
This constructor is called when creating a new frame.
ID3v23FrameBodyPrivate(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyRecommendedBufferSize - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A recommended buffer size frame body is associated with an ID3v2.3 RBUF frame which is used to indicate a buffer size to a server from which an .mp3 file is being streamed.

ID3v23FrameBodyRecommendedBufferSize() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
The default constructor is called when creating a new frame.
ID3v23FrameBodyRecommendedBufferSize(int, boolean, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
This constructor is called when creating a new frame.
ID3v23FrameBodyRecommendedBufferSize(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyRelativeVolumeAdjustment - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A relative volume adjustment frame body is associated with an ID3v2.3 RVAD frame which is used to adjust the volume of .mp3 songs to a consistent level.

ID3v23FrameBodyRelativeVolumeAdjustment() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
The default constructor is called when creating a new frame.
ID3v23FrameBodyRelativeVolumeAdjustment(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
The default constructor is called when creating a new frame.
ID3v23FrameBodyRelativeVolumeAdjustment(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyRelativeVolumeAdjustment.Direction - Enum in com.beaglebuddy.id3.v23.frame_body
valid ID3v2.3 volume directions
ID3v23FrameBodyReverb - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A reverb frame body is associated with an ID3v2.3 RVRB frame which is used to adjust echoes of different kinds when the .mp3 file is played.

ID3v23FrameBodyReverb() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
The default constructor is called when creating a new frame.
ID3v23FrameBodyReverb(int, int, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
This constructor is called when creating a new frame.
ID3v23FrameBodyReverb(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodySynchronizedLyricsText - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A synchronized lyrics/text frame body is associated with an ID3v2.3 SYLT frame which is used to include the words or lyrics in the .mp3 file in sync with the audio.

ID3v23FrameBodySynchronizedLyricsText() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
The default constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedLyricsText(SynchronizedLyric[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
The default constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedLyricsText(Encoding, Language, TimeStampFormat, ID3v23FrameBodySynchronizedLyricsText.ContentType, String, SynchronizedLyric[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
This constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedLyricsText(Encoding, Language, TimeStampFormat, ID3v23FrameBodySynchronizedLyricsText.ContentType, String, List<SynchronizedLyric>) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
This constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedLyricsText(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodySynchronizedLyricsText.ContentType - Enum in com.beaglebuddy.id3.v23.frame_body
ID3v2.3 types of synchronized lyrics/text.
ID3v23FrameBodySynchronizedTempoCodes - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A synchronized tempo codes frame body is associated with an ID3v2.3 SYTC frame which is used to specify tempo changes in the .mp3 song.

ID3v23FrameBodySynchronizedTempoCodes() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
The default constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedTempoCodes(TimeStampFormat, List<ID3v23FrameBodySynchronizedTempoCodes.TempoChange>) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
This constructor is called when creating a new frame.
ID3v23FrameBodySynchronizedTempoCodes(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodySynchronizedTempoCodes.TempoChange - Class in com.beaglebuddy.id3.v23.frame_body
used to indicate a tempo change within an .mp3 song.
ID3v23FrameBodySynchronizedTempoCodes.TempoChange(int, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes.TempoChange
constructor used to create a tempo change.
ID3v23FrameBodyTermsOfUse - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A terms of use frame body is associated with an ID3v2.3 USER frame which is used to include a brief description of the terms of use and/or ownership of the .mp3 file.

ID3v23FrameBodyTermsOfUse() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
The default constructor is called when creating a new frame.
ID3v23FrameBodyTermsOfUse(Encoding, Language, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
This constructor is called when creating a new frame.
ID3v23FrameBodyTermsOfUse(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyTextInformation - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A text information frame body is associated with the ID3v2.3 frames listed below, and are the most important frames, containing information like artist, album, song title, and more.

ID3v23FrameBodyTextInformation(FrameType) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
The constructor is called when creating a new frame.
ID3v23FrameBodyTextInformation(FrameType, Encoding, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
This constructor is called when creating a new frame.
ID3v23FrameBodyTextInformation(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyUniqueFileIdentifier - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A unique file identifier frame body is associated with an ID3v2.3 UFID frame which is used to identify the audio file in a database that may contain more information relevant to the content, such as CDDB.

ID3v23FrameBodyUniqueFileIdentifier() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
The default constructor is called when creating a new frame.
ID3v23FrameBodyUniqueFileIdentifier(String, byte[]) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
This constructor is called when creating a new frame.
ID3v23FrameBodyUniqueFileIdentifier(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyUnsynchronizedLyrics - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

An unsynchronized lyrics frame body is associated with an ID3v2.3 USLT frame which is used to include the lyrics to a song or a text transcription of other vocal activities in an .mp3 file.

ID3v23FrameBodyUnsynchronizedLyrics() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
The default constructor is called when creating a new frame.
ID3v23FrameBodyUnsynchronizedLyrics(Encoding, Language, String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
This constructor is called when creating a new frame.
ID3v23FrameBodyUnsynchronizedLyrics(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyURLLink - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A url link frame body is associated with the ID3v2.3 frames listed below, which contain dynamic data such as webpages with touring information, price information or plain ordinary news.

ID3v23FrameBodyURLLink(FrameType) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
This constructor is called when creating a new frame.
ID3v23FrameBodyURLLink(FrameType, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
This constructor is called when creating a new frame.
ID3v23FrameBodyURLLink(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyUserDefinedTextInformation - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A user defined text information frame body is associated with an ID3v2.3 TXXX frame which is used to include one-string text information concerning the audio file in a similar way to the other text information frames.

ID3v23FrameBodyUserDefinedTextInformation() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
The default constructor is called when creating a new frame.
ID3v23FrameBodyUserDefinedTextInformation(Encoding, String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
This constructor is called when creating a new frame.
ID3v23FrameBodyUserDefinedTextInformation(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyUserDefinedURLLink - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo

A user defined url link frame body is associated with an ID3v2.3 WXXX frame which is used to include URL links concerning the audio file in a similar way to the other url link frames.

ID3v23FrameBodyUserDefinedURLLink() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
The default constructor is called when creating a new frame.
ID3v23FrameBodyUserDefinedURLLink(Encoding, String, String) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
This constructor is called when creating a new frame.
ID3v23FrameBodyUserDefinedURLLink(InputStream, int) - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v23FrameBodyUtility - Class in com.beaglebuddy.id3.v23.frame_body
ID3 logo Beaglebuddy logo
Base class for the body of ID3V2.3 frames.
ID3v23FrameBodyUtility() - Constructor for class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
default constructor.
ID3v23FrameHeader - Class in com.beaglebuddy.id3.v23
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing frame headers in ID3V2.3 frames.

ID3v23FrameHeader(FrameType) - Constructor for class com.beaglebuddy.id3.v23.ID3v23FrameHeader
This constructor is called when creating a new frame header.
ID3v23FrameHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v23.ID3v23FrameHeader
This constructor is called when an existing frame header is being read in from an .mp3 file.
ID3v23FrameHeader(ID3v23FrameHeader) - Constructor for class com.beaglebuddy.id3.v23.ID3v23FrameHeader
copy constructor.
ID3v23Tag - Class in com.beaglebuddy.id3.v23
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing an ID3V2.3 tag.

ID3v23Tag() - Constructor for class com.beaglebuddy.id3.v23.ID3v23Tag
default constructor.
ID3v23Tag(InputStream) - Constructor for class com.beaglebuddy.id3.v23.ID3v23Tag
constructor.
id3v23Tag - Variable in class com.beaglebuddy.mp3.MP3BaseID3v23
ID3v2.3 tag which holds all the information about an .mp3 file
ID3v23TagExtendedHeader - Class in com.beaglebuddy.id3.v23
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the optional ID3v2.3 tag extended header.

ID3v23TagExtendedHeader() - Constructor for class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
The default constructor is called when creating a new ID3v2.3 tag extended header.
ID3v23TagExtendedHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
This constructor is called when reading in an existing ID3v2.3 tag extended header from an .mp3 file.
ID3v23TagHeader - Class in com.beaglebuddy.id3.v23
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the ID3V2.3 tag header.

ID3v23TagHeader() - Constructor for class com.beaglebuddy.id3.v23.ID3v23TagHeader
The default constructor is called when creating a new ID3v2.3 tag header.
ID3v23TagHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v23.ID3v23TagHeader
This constructor is called when reading in an existing ID3v2.3 tag header from an .mp3 file.
ID3v24Frame - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing ID3v2.4 frames.

ID3v24Frame(FrameType) - Constructor for class com.beaglebuddy.id3.v24.ID3v24Frame
constructor.
ID3v24Frame(FrameType, ID3v24FrameBody) - Constructor for class com.beaglebuddy.id3.v24.ID3v24Frame
constructor.
ID3v24Frame(ID3v24FrameHeader, InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24Frame
constructor.
ID3v24FrameBody - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

This is the base class for all ID3v2.4 frame bodies.

ID3v24FrameBody(FrameType) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
This constructor is called when creating a new frame body.
ID3v24FrameBody(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
constructor.
ID3v24FrameBody(InputStream, String, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
constructor.
ID3v24FrameBodyAttachedPicture - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An attached picture frame body is associated with an ID3v2.4 APIC frame which is used to include pictures in the .mp3 file.

ID3v24FrameBodyAttachedPicture() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
The default constructor is called when creating a new frame.
ID3v24FrameBodyAttachedPicture(AttachedPicture) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
This constructor is called when creating a new frame.
ID3v24FrameBodyAttachedPicture(Encoding, String, PictureType, String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
This constructor is called when creating a new frame.
ID3v24FrameBodyAttachedPicture(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyAudioEncryption - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An audio encryption frame body is associated with an ID3v2.4 AENC frame which is used to indicate if any part, or all, of the actual audio stream of the .mp3 file is encrypted, and if so, by whom.

ID3v24FrameBodyAudioEncryption() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
The default constructor is called when creating a new frame.
ID3v24FrameBodyAudioEncryption(String, int, int, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
This constructor is called when creating a new frame.
ID3v24FrameBodyAudioEncryption(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyAudioSeekPointIndex - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An audio seek pointer index frame body is associated with an ID3v2.4 ASPI frame which is used to list the people who were involved in the song.

ID3v24FrameBodyAudioSeekPointIndex() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
The default constructor is called when creating a new frame.
ID3v24FrameBodyAudioSeekPointIndex(int, int, ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint, List<Short>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
This constructor is called when creating a new frame.
ID3v24FrameBodyAudioSeekPointIndex(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint - Enum in com.beaglebuddy.id3.v24.frame_body
valid ID3v2.4 bits per index point values
ID3v24FrameBodyComments - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A comments frame body is associated with an ID3v2.4 COMM frame which is intended for any kind of full text information that does not fit in any other frame.

ID3v24FrameBodyComments() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
The default constructor is called when creating a new frame.
ID3v24FrameBodyComments(Encoding, Language, String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
This constructor is called when creating a new frame.
ID3v24FrameBodyComments(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyCommercial - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A commercial frame body is associated with an ID3v2.4 COMR frame which allows vendors to include a price offer in an .mp3 file.

ID3v24FrameBodyCommercial() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
The default constructor is called when creating a new frame.
ID3v24FrameBodyCommercial(Encoding, List<Price>, String, String, ID3v24FrameBodyCommercial.ReceivedType, String, String, String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
This constructor is called when creating a new frame.
ID3v24FrameBodyCommercial(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyCommercial.ReceivedType - Enum in com.beaglebuddy.id3.v24.frame_body
valid ID3v2.4 commercial received as types
ID3v24FrameBodyEncryptionMethodRegistration - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An encryption method registration frame body is associated with an ID3v2.4 ENCR frame which is used to identify with which method a frame has been encrypted.

ID3v24FrameBodyEncryptionMethodRegistration() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
The default constructor is called when creating a new frame.
ID3v24FrameBodyEncryptionMethodRegistration(String, byte, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
This constructor is called when creating a new frame.
ID3v24FrameBodyEncryptionMethodRegistration(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
constructor.
ID3v24FrameBodyEqualization - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An ID3v2.4 equalization frame body is associated with an ID3v2.4 EQU2 frame which is used to specify points on an equalization (EQ) curve.

ID3v24FrameBodyEqualization() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
The default constructor is called when creating a new frame.
ID3v24FrameBodyEqualization(ID3v24FrameBodyEqualization.InterpolationMethod, String, Level[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
This constructor is called when creating a new frame.
ID3v24FrameBodyEqualization(ID3v24FrameBodyEqualization.InterpolationMethod, String, List<Level>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
This constructor is called when creating a new frame.
ID3v24FrameBodyEqualization(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyEqualization.InterpolationMethod - Enum in com.beaglebuddy.id3.v24.frame_body
valid ID3v2.4 equalization interpolation methods
ID3v24FrameBodyEventTimingCodes - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An event timing codes frame body is associated with an ID3v2.4 ETCO frame which is used to synchronize key events in a song.

ID3v24FrameBodyEventTimingCodes() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
The default constructor is called when creating a new frame.
ID3v24FrameBodyEventTimingCodes(TimeStampFormat, List<EventCode>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
This constructor is called when creating a new frame.
ID3v24FrameBodyEventTimingCodes(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyGeneralEncapsulatedObject - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A general encapsulated object frame body is associated with an ID3v2.4 GEOB frame which is used to embed a file in the .mp3 file.

ID3v24FrameBodyGeneralEncapsulatedObject() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
The default constructor is called when creating a new frame.
ID3v24FrameBodyGeneralEncapsulatedObject(Encoding, String, String, String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
This constructor is called when creating a new frame.
ID3v24FrameBodyGeneralEncapsulatedObject(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyGroupIdentificationRegistration - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An group identification registration frame body is associated with an ID3v2.4 GRID frame which is used to group otherwise unrelated frames.

ID3v24FrameBodyGroupIdentificationRegistration() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
The default constructor is called when creating a new frame.
ID3v24FrameBodyGroupIdentificationRegistration(String, byte, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
This constructor is called when creating a new frame.
ID3v24FrameBodyGroupIdentificationRegistration(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyInvolvedPeopleList - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An involved people list frame body is associated with an ID3v2.4 IPLS frame which is used to list the people who were involved in the song.

ID3v24FrameBodyInvolvedPeopleList() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
The default constructor is called when creating a new frame.
ID3v24FrameBodyInvolvedPeopleList(Encoding, List<ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
This constructor is called when creating a new frame.
ID3v24FrameBodyInvolvedPeopleList(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson - Class in com.beaglebuddy.id3.v24.frame_body
contains the involvement (what the person did) and the person's name.
ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson(String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson
constructor
ID3v24FrameBodyLinkedInformation - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A linked information frame body is associated with an ID3v2.4 LINK frame which is used to link information from another ID3v2.4 tag that might reside in another audio file or alone in a binary file.

ID3v24FrameBodyLinkedInformation() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
The default constructor is called when creating a new frame.
ID3v24FrameBodyLinkedInformation(FrameType, String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
This constructor is called when creating a new frame.
ID3v24FrameBodyLinkedInformation(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyMPEGLocationLookupTable - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An MPEG location lookup table frame body is associated with an ID3v2.4 MLLT frame which is used to ncrease performance and accuracy of jumps within an MPEG audio file.

ID3v24FrameBodyMPEGLocationLookupTable() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMPEGLocationLookupTable
The default constructor is called when creating a new frame.
ID3v24FrameBodyMPEGLocationLookupTable(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMPEGLocationLookupTable
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyMusicCDIdentifier - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A music CD identifier frame body is associated with an ID3v2.4 MCDI frame which is used to identify .mp3 songs that are ripped from a CD, so that they can be identified in a database, such as CDDB.

ID3v24FrameBodyMusicCDIdentifier() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
The default constructor is called when creating a new frame.
ID3v24FrameBodyMusicCDIdentifier(byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
This constructor is called when creating a new frame.
ID3v24FrameBodyMusicCDIdentifier(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyOwnership - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An ownership frame body is associated with an ID3v2.4 OWNE frame which is used to indicate that a user is the owner of the .mp3 file.

ID3v24FrameBodyOwnership() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
The default constructor is called when creating a new frame.
ID3v24FrameBodyOwnership(Encoding, List<Price>, String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
This constructor is called when creating a new frame.
ID3v24FrameBodyOwnership(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyPlayCounter - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A play counter frame body is associated with an ID3v2.4 PCNT frame which is used to count the number of times an .mp3 file has been played.

ID3v24FrameBodyPlayCounter() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
The default constructor is called when creating a new frame.
ID3v24FrameBodyPlayCounter(int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
This constructor is called when creating a new frame.
ID3v24FrameBodyPlayCounter(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyPopularimeter - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A popularimeter frame body is associated with an ID3v2.4 POPM frame which is used to specify how much you like an .mp3 song.

ID3v24FrameBodyPopularimeter() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
The default constructor is called when creating a new frame.
ID3v24FrameBodyPopularimeter(String, int, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
This constructor is called when creating a new frame.
ID3v24FrameBodyPopularimeter(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyPositionSynchronization - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An position synchronization frame body is associated with an ID3v2.4 POSS frame which is used to deliver information to the listener on how far into the audio stream he picked up.

ID3v24FrameBodyPositionSynchronization() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
The default constructor is called when creating a new frame.
ID3v24FrameBodyPositionSynchronization(TimeStampFormat, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
This constructor is called when creating a new frame.
ID3v24FrameBodyPositionSynchronization(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyPrivate - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A private frame body is associated with an ID3v2.4 PRIV frame which contains information from a software producer that its program uses and does not fit into any of the other frames.

ID3v24FrameBodyPrivate() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
The default constructor is called when creating a new frame.
ID3v24FrameBodyPrivate(String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
This constructor is called when creating a new frame.
ID3v24FrameBodyPrivate(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyRecommendedBufferSize - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A recommended buffer size frame body is associated with an ID3v2.4 RBUF frame which is used to indicate a buffer size to a server from which an .mp3 file is being streamed.

ID3v24FrameBodyRecommendedBufferSize() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
The default constructor is called when creating a new frame.
ID3v24FrameBodyRecommendedBufferSize(int, boolean, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
This constructor is called when creating a new frame.
ID3v24FrameBodyRecommendedBufferSize(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyRelativeVolumeAdjustment - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An ID3v2.4 relative volume adjustment frame body is associated with an ID3v2.4 RVA2 frame which is used to adjust the volume of .mp3 songs to a consistent level.

ID3v24FrameBodyRelativeVolumeAdjustment() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
The default constructor is called when creating a new frame.
ID3v24FrameBodyRelativeVolumeAdjustment(String, RelativeVolume[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
This constructor is called when creating a new frame.
ID3v24FrameBodyRelativeVolumeAdjustment(String, List<RelativeVolume>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
This constructor is called when creating a new frame.
ID3v24FrameBodyRelativeVolumeAdjustment(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyReverb - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A reverb frame body is associated with an ID3v2.4 RVRB frame which is used to adjust echoes of different kinds when the .mp3 file is played.

ID3v24FrameBodyReverb() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
The default constructor is called when creating a new frame.
ID3v24FrameBodyReverb(int, int, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
This constructor is called when creating a new frame.
ID3v24FrameBodyReverb(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodySeek - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A seek frame body indicates where other tags in an mp3 file/stream can be found.

ID3v24FrameBodySeek() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
This default constructor is called when creating a new frame.
ID3v24FrameBodySeek(int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
This constructor is called when creating a new frame.
ID3v24FrameBodySeek(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodySignature - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A signature frame body enables a group of frames, grouped with GRID frames, to be signed.

ID3v24FrameBodySignature() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
The constructor is called when creating a new frame.
ID3v24FrameBodySignature(byte, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
This constructor is called when creating a new frame.
ID3v24FrameBodySignature(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodySynchronizedLyricsText - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A synchronized lyrics/text frame body is associated with an ID3v2.4 SYLT frame which is used to include the words or lyrics in the .mp3 file in sync with the audio.

ID3v24FrameBodySynchronizedLyricsText() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
The default constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedLyricsText(SynchronizedLyric[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
The default constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedLyricsText(Encoding, Language, TimeStampFormat, ID3v24FrameBodySynchronizedLyricsText.ContentType, String, SynchronizedLyric[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
This constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedLyricsText(Encoding, Language, TimeStampFormat, ID3v24FrameBodySynchronizedLyricsText.ContentType, String, List<SynchronizedLyric>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
This constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedLyricsText(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodySynchronizedLyricsText.ContentType - Enum in com.beaglebuddy.id3.v24.frame_body
ID3v2.4 types of synchronized lyrics/text.
ID3v24FrameBodySynchronizedTempoCodes - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A synchronized tempo codes frame body is associated with an ID3v2.4 SYTC frame which is used to specify tempo changes in the .mp3 song.

ID3v24FrameBodySynchronizedTempoCodes() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
The default constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedTempoCodes(TimeStampFormat, List<ID3v24FrameBodySynchronizedTempoCodes.TempoChange>) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
This constructor is called when creating a new frame.
ID3v24FrameBodySynchronizedTempoCodes(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodySynchronizedTempoCodes.TempoChange - Class in com.beaglebuddy.id3.v24.frame_body
used to indicate a tempo change within an .mp3 song.
ID3v24FrameBodySynchronizedTempoCodes.TempoChange(int, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes.TempoChange
constructor used to create a tempo change.
ID3v24FrameBodyTermsOfUse - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A terms of use frame body is associated with an ID3v2.4 USER frame which is used to include a brief description of the terms of use and/or ownership of the .mp3 file.

ID3v24FrameBodyTermsOfUse() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
The default constructor is called when creating a new frame.
ID3v24FrameBodyTermsOfUse(Encoding, Language, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
This constructor is called when creating a new frame.
ID3v24FrameBodyTermsOfUse(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyTextInformation - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A text information frame body is associated with the ID3v2.4 frames listed below, and are the most important frames, containing information like artist, album, song title, and more.

ID3v24FrameBodyTextInformation(FrameType) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
The constructor is called when creating a new frame.
ID3v24FrameBodyTextInformation(FrameType, Encoding, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
This constructor is called when creating a new frame.
ID3v24FrameBodyTextInformation(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyUniqueFileIdentifier - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A unique file identifier frame body is associated with an ID3v2.4 UFID frame which is used to identify the audio file in a database that may contain more information relevant to the content, such as CDDB.

ID3v24FrameBodyUniqueFileIdentifier() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
The default constructor is called when creating a new frame.
ID3v24FrameBodyUniqueFileIdentifier(String, byte[]) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
This constructor is called when creating a new frame.
ID3v24FrameBodyUniqueFileIdentifier(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyUnsynchronizedLyrics - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

An unsynchronized lyrics frame body is associated with an ID3v2.4 USLT frame which is used to include the lyrics to a song or a text transcription of other vocal activities in an .mp3 file.

ID3v24FrameBodyUnsynchronizedLyrics() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
The default constructor is called when creating a new frame.
ID3v24FrameBodyUnsynchronizedLyrics(Encoding, Language, String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
This constructor is called when creating a new frame.
ID3v24FrameBodyUnsynchronizedLyrics(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyURLLink - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A url link frame body is associated with the ID3v2.4 frames listed below, which contain dynamic data such as webpages with touring information, price information or plain ordinary news.

ID3v24FrameBodyURLLink(FrameType) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
This constructor is called when creating a new frame.
ID3v24FrameBodyURLLink(FrameType, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
This constructor is called when creating a new frame.
ID3v24FrameBodyURLLink(InputStream, FrameType, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyUserDefinedTextInformation - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A user defined text information frame body is associated with an ID3v2.4 TXXX frame which is used to include one-string text information concerning the audio file in a similar way to the other text information frames.

ID3v24FrameBodyUserDefinedTextInformation() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
The default constructor is called when creating a new frame.
ID3v24FrameBodyUserDefinedTextInformation(Encoding, String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
This constructor is called when creating a new frame.
ID3v24FrameBodyUserDefinedTextInformation(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyUserDefinedURLLink - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo

A user defined url link frame body is associated with an ID3v2.4 WXXX frame which is used to include URL links concerning the audio file in a similar way to the other url link frames.

ID3v24FrameBodyUserDefinedURLLink() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
The default constructor is called when creating a new frame.
ID3v24FrameBodyUserDefinedURLLink(Encoding, String, String) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
This constructor is called when creating a new frame.
ID3v24FrameBodyUserDefinedURLLink(InputStream, int) - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
This constructor is called when reading in an existing frame from an .mp3 file.
ID3v24FrameBodyUtility - Class in com.beaglebuddy.id3.v24.frame_body
ID3 logo Beaglebuddy logo
Base class for the body of ID3V2.4 frames.
ID3v24FrameBodyUtility() - Constructor for class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
default constructor.
ID3v24FrameHeader - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing frame headers in ID3V2.4 frames.

ID3v24FrameHeader(FrameType) - Constructor for class com.beaglebuddy.id3.v24.ID3v24FrameHeader
This constructor is called when creating a new frame header.
ID3v24FrameHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24FrameHeader
This constructor is called when an existing frame header is being read in from an .mp3 file.
ID3v24FrameHeader(ID3v24FrameHeader) - Constructor for class com.beaglebuddy.id3.v24.ID3v24FrameHeader
copy constructor.
ID3v24Tag - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing an ID3V2.4 tag.

ID3v24Tag() - Constructor for class com.beaglebuddy.id3.v24.ID3v24Tag
default constructor.
ID3v24Tag(InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24Tag
constructor.
id3v24Tag - Variable in class com.beaglebuddy.mp3.MP3BaseID3v24
ID3v2.4 tag which holds all the information about an .mp3 file
ID3v24TagExtendedHeader - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the optional ID3v2.4 tag extended header.

ID3v24TagExtendedHeader() - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
The default constructor is called when creating a new ID3v2.4 tag extended header.
ID3v24TagExtendedHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
This constructor is called when reading in an existing ID3v2.tag 4 extended header from an .mp3 file.
ID3v24TagFooter - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the ID3V2.4 tag footer.

ID3v24TagFooter() - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagFooter
The default constructor is called when creating a new ID3v2.4 tag footer.
ID3v24TagFooter(ID3v24TagHeader) - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagFooter
The constructor is called when creating a new ID3v2.4 tag footer which should be identical to an ID3v2.4 tag header except for the id bytes.
ID3v24TagFooter(InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagFooter
This constructor is called when reading in an existing ID3v2.4 tag footer from an .mp3 file.
ID3v24TagHeader - Class in com.beaglebuddy.id3.v24
ID3 logo Beaglebuddy logo

This class provides methods for reading and writing the ID3V2.4 tag header.

ID3v24TagHeader() - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagHeader
The default constructor is called when creating a new ID3v2.4 tag header.
ID3v24TagHeader(InputStream) - Constructor for class com.beaglebuddy.id3.v24.ID3v24TagHeader
This constructor is called when reading in an existing ID3v2.4 tag header from an .mp3 file.
ImageEncodingRestriction - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
valid ID3v2.4 image encoding restrictions.
ImageSizeRestriction - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
valid ID3v2.4 image size restrictions.
intToBytes(int) - Static method in class com.beaglebuddy.util.Utility
converts an integer value to a 4 byte array.
isBelongsToGroup() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame belongs in a group with other frames.
isBelongsToGroup() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame belongs in a group with other frames.
isCompressed() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame is compressed using zlib.
isCompressed() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame is compressed using zlib.
isConstantBitRate() - Method in class com.beaglebuddy.mp3.MP3Base
determines whether the mp3 file is encoded at a constant bit rate (CBR).
isCopyrighted() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets whether this audio is copyrighted.
isCRCDataPresent() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
gets whether the ID3v2.3 tag extended header contains a Cyclic Redundancy Check (CRC).
isCRCDataPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
get whether this ID3v2.4 tag has a Cyclic Redundancy Check (CRC-32 [ISO-3309]).
isDataLengthIndicatorPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame has a data length indicator.
isDecrease() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get whether the gain adjustment is an increase (true) or a decrease (false) in volume.
isDirty() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
gets whether any value(s) in the frame's body have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
returns a boolean indicating whether the frame has been modified.
isDirty() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame header has been modified sinze the last time it was saved.
isDirty() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets whether the ID3v2.3 tag has been modified since the last time it was saved.
isDirty() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
indicates whether or not the tag's extended header's fields have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
indicates whether or not the tag header's fields have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
gets whether any value(s) in the frame's body have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
returns a boolean indicating whether the frame has been modified.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame header has been modified since the last time it was saved.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets whether the ID3v2.4 tag has been modified since the last time it was saved.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
indicates whether or not the tag's extended header's fields have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
indicates whether or not the tag footer's fields have been modified.
isDirty() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
indicates whether or not the tag header's fields have been modified.
isEmbeddedInfoFlag() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
gets the flag indicating whether an ID3 tag with the maximum size described in 'Buffer size' may occur in the audiostream.
isEmbeddedInfoFlag() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
gets the flag indicating whether an ID3 tag with the maximum size described in 'Buffer size' may occur in the audiostream.
isEncrypted() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame is encrypted.
isEncrypted() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame is encrypted.
isExperimentalIndicator() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
Indicates whether the ID3v2.3 tag is in an experimental stage.
isExperimentalIndicator() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
Indicates whether the ID3v2.4 tag is in an experimental stage.
isExperimentalIndicator() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
Indicates whether the ID3v2.4 tag is in an experimental stage.
isExtendedHeaderPresent() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
indicates whether the optional extended header is present.
isExtendedHeaderPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
indicates whether the optional extended header is present.
isExtendedHeaderPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
indicates whether the optional extended header is present.
isFileAlterPreservation() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame should be preserved or discarded if the frame is unknown and the file, excluding the tag, is altered.
isFileAlterPreservation() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame should be preserved or discarded if the frame is unknown and the file, excluding the tag, is altered.
isFooter() - Method in class com.beaglebuddy.ape.APEFlags
gets whether this is the APE tag footer.
isFooterPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
Indicates whether the ID3v2.4 tag has a footer which follows the frames.
isFooterPresent() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
Indicates whether the ID3v2.4 tag has a footer which follows the padding.
isHeader() - Method in class com.beaglebuddy.ape.APEFlags
gets whether this is the APE tag header.
isIncrease() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get whether the gain adjustment is an increase (true) or a decrease (false) in volume.
isLyricsPresent() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get whether lyrics are present in the Lyrics3v2 tag.
isNumBytesPresent() - Method in class com.beaglebuddy.mpeg.XingHeader
gets whether the optional number of bytes value is specified in the Xing header.
isNumFramesPresent() - Method in class com.beaglebuddy.mpeg.XingHeader
gets whether the optional number of frames value is specified in the Xing header.
isOriginalMedia() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets whether this .mp3 file was created from the original media.
isPadding() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
although an ID3v2.3 tag header specifies the size of the tag, it does not specifiy how many frames there are, the total size of the frames, nor the size of the padding.
isPadding() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
although an ID3v2.4 tag header specifies the size of the tag, it does not specifiy how many frames there are, the total size of the frames, nor the size of the padding.
isProtectedByCRC() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets whether this mpeg audio frame has a CRC.
isQualityIndicatorPresent() - Method in class com.beaglebuddy.mpeg.XingHeader
gets whether the optional quality value is specified in the Xing header.
isRandomTrackSelectionAllowed() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get whether random track selection is allowed.
isReadOnly() - Method in class com.beaglebuddy.ape.APEFlags
gets whether this tag or item is read only.
isReadOnly() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the contents of this frame are intended to be read only.
isReadOnly() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the contents of this frame are intended to be read only.
isStereo() - Method in enum com.beaglebuddy.mpeg.enums.ChannelMode
gets whether the channel mode is stereo or not.
isTableOfContentsPresent() - Method in class com.beaglebuddy.mpeg.XingHeader
gets whether the optional table of contents table is specified in the Xing header.
isTagAlterPreservation() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets whether the frame should be preserved or discarded if the frame is unknown and the tag is altered in any way.
isTagAlterPreservation() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame should be preserved or discarded if the frame is unknown and the tag is altered in any way.
isTagContainsFooter() - Method in class com.beaglebuddy.ape.APEFlags
gets whether the APE tag contains a footer.
isTagContainsHeader() - Method in class com.beaglebuddy.ape.APEFlags
gets whether the APE tag contains a header.
isTagIsAnUpdate() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
get whether this ID3v2.4 tag is an update of a tag found earlier in the .mp3 file or stream.
isTimestampPresent() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
get whether the lyrics contain timestamps in the Lyrics3v2 tag.
isUnsynchronization() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
gets whether unsynchronization was used to correct false synchronization bytes in the ID3v2.3 tag.
isUnsynchronization() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
gets whether unsynchronization was used to correct false synchronization bytes in the ID3v2.4 tag.
isUnsynchronization() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
gets whether unsynchronization was used to correct false synchronization bytes in the ID3v2.4 tag.
isUnsynchronized() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets whether the frame is unsynchronized.
isValid() - Method in enum com.beaglebuddy.id3.enums.EventType
determines whether a user may specify this value as an event.
isValid() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
indicates whether the frame read in is a valid ID3v2.3 frame.
isValid() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
indicates whether the frame read in is a valid ID3v2.4 frame.
isValueBinary() - Method in class com.beaglebuddy.ape.APEItem
gets whether the value is binary.
isValueText() - Method in class com.beaglebuddy.ape.APEItem
gets whether the value is text.

L

LAMEHeader - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The LAME header is an extension of the Xing header and is found in variable bit rate encoded .mp3 files.

LAMEHeader() - Constructor for class com.beaglebuddy.mpeg.LAMEHeader
default constructor.
LAMEHeader(InputStream) - Constructor for class com.beaglebuddy.mpeg.LAMEHeader
constructor.
LAMEHeader(byte[], int) - Constructor for class com.beaglebuddy.mpeg.LAMEHeader
constructor.
Language - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
ISO-639-2 language codes and names.
Layer - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of MPEG layers supported by the MPEG audio standard.
Level - Class in com.beaglebuddy.id3.pojo.v23
ID3 logo Beaglebuddy logo
A Level is a point on an EQ curve.
Level() - Constructor for class com.beaglebuddy.id3.pojo.v23.Level
The default constructor is called when creating a flat level.
Level(Level.Direction, int, int) - Constructor for class com.beaglebuddy.id3.pojo.v23.Level
constructor.
Level - Class in com.beaglebuddy.id3.pojo.v24
ID3 logo Beaglebuddy logo
A Level is a point on an EQ curve.
Level() - Constructor for class com.beaglebuddy.id3.pojo.v24.Level
The default constructor is called when creating a flat level.
Level(short, double) - Constructor for class com.beaglebuddy.id3.pojo.v24.Level
constructor.
Level.Direction - Enum in com.beaglebuddy.id3.pojo.v23
indicates whether an equalization level is above or below the midline.
littleEndianBytesToInt(byte[], int) - Static method in class com.beaglebuddy.util.Utility
converts the 4 little endian bytes starting at the specified index to an integer.
Lyrics3v1Tag - Class in com.beaglebuddy.lyrics3
ID3 logo Beaglebuddy logo

This class provides methods for reading the optional Lyrics3v1 tag , which is found at the end of an .mp3 file after the mpeg audio data and before the ID3v1.x tag as shown below.

Lyrics3v1Tag(RandomAccessFile) - Constructor for class com.beaglebuddy.lyrics3.Lyrics3v1Tag
constructor used to read in a Lyrics3v1 tag from an .mp3 file.
lyrics3v1Tag - Variable in class com.beaglebuddy.mp3.MP3Base
the optional Lyrics3v1 tag which can found at the end of the .mp3 file, after the mp3 audio data and before the ID3v1 tag.
Lyrics3v2Tag - Class in com.beaglebuddy.lyrics3
ID3 logo Beaglebuddy logo

This class provides methods for reading the optional Lyrics3v2 tag, which is found at the end of an .mp3 file after the mpeg audio, data and before the ID3v1 tag as shown below.

Lyrics3v2Tag(RandomAccessFile) - Constructor for class com.beaglebuddy.lyrics3.Lyrics3v2Tag
constructor used to read in a Lyrics3v2 tag from an .mp3 file.
lyrics3v2Tag - Variable in class com.beaglebuddy.mp3.MP3Base
the optional Lyrics3v2 tag which can found at the end of the .mp3 file, after the mp3 audio data and before the ID3v1 tag.

M

MIDDLE - Static variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
average rating
MIDDLE - Static variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
average rating
MP3 - Class in com.beaglebuddy.mp3
ID3 logo Beaglebuddy logo

This class provides high level, easy to use functions for working with .mp3 files.

MP3(String) - Constructor for class com.beaglebuddy.mp3.MP3
This constructor reads the ID3 tag(s), which contain the information about the song, from the .mp3 file.
MP3(File) - Constructor for class com.beaglebuddy.mp3.MP3
This constructor reads the ID3 tag(s), which contain the information about the song, from the .mp3 file.
MP3(URL) - Constructor for class com.beaglebuddy.mp3.MP3
This constructor reads the ID3 tag(s), which contain the information about the song, from the .mp3 file located at the specified URL.
MP3Base - Class in com.beaglebuddy.mp3
ID3 logo Beaglebuddy logo

This base class provides some underlying methods that help make the derived MP3 class's interface much cleaner and easier to understand.

MP3Base(String) - Constructor for class com.beaglebuddy.mp3.MP3Base
constructor.
MP3Base(File) - Constructor for class com.beaglebuddy.mp3.MP3Base
constructor.
MP3Base(URL) - Constructor for class com.beaglebuddy.mp3.MP3Base
constructor.
MP3BaseID3v23 - Class in com.beaglebuddy.mp3
ID3 logo Beaglebuddy logo

This base class provides some underlying methods for working with an ID3v2.3 tag.

MP3BaseID3v23() - Constructor for class com.beaglebuddy.mp3.MP3BaseID3v23
 
MP3BaseID3v24 - Class in com.beaglebuddy.mp3
ID3 logo Beaglebuddy logo

This base class provides some underlying methods for working with an ID3v2.4 tag.

MP3BaseID3v24() - Constructor for class com.beaglebuddy.mp3.MP3BaseID3v24
 
mp3File - Variable in class com.beaglebuddy.mp3.MP3Base
if the mp3 file is loaded from a local file, then this data member will contain the path to the .mp3 file.
mp3Url - Variable in class com.beaglebuddy.mp3.MP3Base
if the mp3 file is loaded from a URL, then this data member will contain the URL to the .mp3 file.
MPEGAudioSamples - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The MPEG audio samples follows the MPEG side information in an MPEG audio frame.

MPEGAudioSamples() - Constructor for class com.beaglebuddy.mpeg.MPEGAudioSamples
default constructor.
MPEGAudioSamples(byte[], int) - Constructor for class com.beaglebuddy.mpeg.MPEGAudioSamples
constructor.
mpegFrame - Variable in class com.beaglebuddy.mp3.MP3Base
the 1st mpeg audio frame found after the end of the ID3v2.x tag.
MPEGFrame - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The actual audio data for an .mp3 file is stored in MPEG audio frames.

MPEGFrame() - Constructor for class com.beaglebuddy.mpeg.MPEGFrame
default constructor.
MPEGFrame(InputStream) - Constructor for class com.beaglebuddy.mpeg.MPEGFrame
constructor used to read in subsequent mpeg audio frames after the first frame from an .mp3 file.
MPEGFrame(byte[], InputStream) - Constructor for class com.beaglebuddy.mpeg.MPEGFrame
constructor used to search for and read in the 1st mpeg audio frame from an .mp3 file or to re-synch the mpeg audio frames.
MPEGFrameHeader - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The audio portion of an .mp3 file is stored in MPEG audio frames as shown below.

MPEGFrameHeader() - Constructor for class com.beaglebuddy.mpeg.MPEGFrameHeader
default constructor.
MPEGFrameHeader(InputStream) - Constructor for class com.beaglebuddy.mpeg.MPEGFrameHeader
constructor used for parsing existing .mp3 files.
MPEGFrameHeader(byte[], InputStream) - Constructor for class com.beaglebuddy.mpeg.MPEGFrameHeader
constructor used for parsing existing .mp3 files.
MPEGSideInformation - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The MPEG side information follows the MPEG audio frame header in an MPEG audio frame.

MPEGSideInformation() - Constructor for class com.beaglebuddy.mpeg.MPEGSideInformation
default constructor.
MPEGSideInformation(byte[], int) - Constructor for class com.beaglebuddy.mpeg.MPEGSideInformation
constructor.
MPEGSideInformation(InputStream, int) - Constructor for class com.beaglebuddy.mpeg.MPEGSideInformation
constructor.
MPEGVersion - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of MPEG versions supported by the MPEG audio standard.

N

nextNullTerminatorIndex - Variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
 
nextNullTerminatorIndex - Variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
 
nullTerminatorIndex - Variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
 
nullTerminatorIndex - Variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
 
NUM_ID_BYTES - Static variable in enum com.beaglebuddy.id3.enums.ID3TagVersion
The number of bytes which identifies an ID3v2.x tag.

P

pad(int) - Static method in class com.beaglebuddy.util.Utility
gets a string consisting of the specified number of blank spaces which can be used for padding (left or right) in order to format some output (ie, make columns line up, etc).
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
parses the raw bytes of the frame body and stores the parsed values in the frame body's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMPEGLocationLookupTable
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
parses the raw bytes of the frame body and stores the parsed values in the frame body's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMPEGLocationLookupTable
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
parse() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
parses the raw bytes of the frame body and stores the parsed values in the frame's fields.
ParseException - Exception in com.beaglebuddy.exception
ID3 logo Beaglebuddy logo
Exception which occurs while parsing an mp3 file and unexpected bytes/values are found.
ParseException(String) - Constructor for exception com.beaglebuddy.exception.ParseException
constructor.
ParseException(String, byte[]) - Constructor for exception com.beaglebuddy.exception.ParseException
constructor.
PictureType - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
valid ID3v2.x picture types.
Price - Class in com.beaglebuddy.id3.pojo
ID3 logo Beaglebuddy logo
Price() - Constructor for class com.beaglebuddy.id3.pojo.Price
default constructor using default values of USD and 0.00 for the currency and amount, respectively.
Price(Currency, String) - Constructor for class com.beaglebuddy.id3.pojo.Price
constructor.
pricesToString(List<Price>) - Static method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
convert a list of prices to a string, with each price separated by the "/" character.
example: USD0.99/EUR1.00/GBP0.65
pricesToString(List<Price>) - Static method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
convert a list of prices to a string, with each price separated by the "/" character.
example: USD0.99/EUR1.00/GBP0.65

R

readMP3File(File) - Method in class com.beaglebuddy.mp3.MP3Base
reads in and parses the mp3 file.
readVersion(InputStream) - Static method in enum com.beaglebuddy.id3.enums.ID3TagVersion
read in the ID3v2.x id bytes from the mp3 file and see if an ID3v2.x header has been found.
RelativeVolume - Class in com.beaglebuddy.id3.pojo.v24
ID3 logo Beaglebuddy logo
A relative volume specifies the volume level on a particular speaker channel.
RelativeVolume() - Constructor for class com.beaglebuddy.id3.pojo.v24.RelativeVolume
The default constructor is called when creating a relative volume.
RelativeVolume(RelativeVolume.Channel, double, RelativeVolume.PeakVolumeSize, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.RelativeVolume
constructor.
RelativeVolume.Channel - Enum in com.beaglebuddy.id3.pojo.v24
valid ID3v2.4 channel types
RelativeVolume.PeakVolumeSize - Enum in com.beaglebuddy.id3.pojo.v24
Peak Volume sizes supported by the Beaglebuddy MP3 library.
removeAlbum() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the album on which the .mp3 song was released.
removeAPETag() - Method in class com.beaglebuddy.mp3.MP3Base
remove the APE tag at the end of the .mp3 file.
removeAudioDuration() - Method in class com.beaglebuddy.mp3.MP3
removes the duration of the song from the .mp3 file.
removeAudioSize() - Method in class com.beaglebuddy.mp3.MP3
removes the size of the audio portion of the song from the .mp3 file.
removeBand() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the band who recorded the song from the .mp3 file.
removeComments() - Method in class com.beaglebuddy.mp3.MP3
removes the comment about the song from the .mp3 file.
removeFrame(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
removes the first ID3v2.3 frame with the specified ID3v2.3 frame id from the ID3v2.3 tag.
removeFrame(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
removes the first ID3v2.4 frame with the specified ID3v2.4 frame id from the ID3v2.4 tag.
removeFrames(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
removes all the ID3v2.3 frames with the specified ID3v2.3 frame id from the ID3v2.3 tag.
removeFrames() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
removes all the ID3v2.3 frames from the ID3v2.3 tag.
removeFrames(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
removes all the ID3v2.4 frames with the specified ID3v2.4 frame id from the ID3v2.4 tag.
removeFrames() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
removes all the ID3v2.4 frames from the ID3v2.4 tag.
removeID3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
remove the ID3v1 tag at the end of the .mp3 file.
removeID3v24TagAtEnd() - Method in class com.beaglebuddy.mp3.MP3Base
remove the ID3v2.4 tag at the end of the .mp3 file.
removeLeadPerformer() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the lead performer who recorded the song from the .mp3 file.
removeLyrics() - Method in class com.beaglebuddy.mp3.MP3
removes the (english) lyrics to the song from the .mp3 file.
removeLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3
removes the lyrics in the specified language to the song from the .mp3 file.
removeLyrics3v1Tag() - Method in class com.beaglebuddy.mp3.MP3Base
remove the Lyrics3v1 tag at the end of the .mp3 file.
removeLyrics3v2Tag() - Method in class com.beaglebuddy.mp3.MP3Base
remove the Lyrics3v2 tag at the end of the .mp3 file.
removeLyricsBy() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the person(s) who wrote the lyrics to the song from the .mp3 file.
removeMusicBy() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the person(s) who wrote the music to the song from the .mp3 file.
removeMusicType() - Method in class com.beaglebuddy.mp3.MP3
removes the type of music for the song from the .mp3 file.
removePicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3
removes the picture of the specified type from the .mp3 file.
removePictures() - Method in class com.beaglebuddy.mp3.MP3
removes all the picture(s) from the .mp3 file.
removePublisher() - Method in class com.beaglebuddy.mp3.MP3
removes the publisher of the the song from the .mp3 file.
removeRating() - Method in class com.beaglebuddy.mp3.MP3
removes the rating from the .mp3 file.
removeSynchronizedLyrics() - Method in class com.beaglebuddy.mp3.MP3
remove the (english) synchronized lyrics from the .mp3 song.
removeSynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3
remove the synchronized lyrics in the specified language from the .mp3 song.
removeTitle() - Method in class com.beaglebuddy.mp3.MP3
removes the name of the song from the .mp3 file.
removeTrack() - Method in class com.beaglebuddy.mp3.MP3
removes the track number of the song from the .mp3 file.
removeV23Album() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.ALBUM_TITLE text frame in the ID3v2.3 tag.
removeV23AttachedPicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 attached picture frame with the specified picture type from the ID3v2.3 tag.
removeV23AttachedPictures() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes all ID3v2.3 attached picture frames from the ID3v2.3 tag.
removeV23AudioDuration() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.LENGTH text frame in the ID3v2.3 tag.
removeV23AudioSize() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.SIZE text frame in the ID3v2.3 tag.
removeV23Band() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.BAND text frame in the ID3v2.3 tag.
removeV23Comments() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the english language song comments from the ID3v2.3 tag.
removeV23Comments(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 song comments written in the specified language from the ID3v2.3 tag.
removeV23Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the first ID3v2.3 frame with the specified ID3v2.3 frame id from the ID3v2.3 tag.
removeV23Frames(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes all the ID3v2.3 frames with the specified ID3v2.3 frame id from the ID3v2.3 tag.
removeV23LeadPerformer() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.LEAD_PERFORMER text frame in the ID3v2.3 tag.
removeV23LyricsBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.LYRICIST text frame in the ID3v2.3 tag.
removeV23MusicBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.COMPOSER text frame in the ID3v2.3 tag.
removeV23MusicType() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.CONTENT_TYPE text frame in the ID3v2.3 tag.
removeV23Publisher() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.PUBLISHER text frame in the ID3v2.3 tag.
removeV23Rating() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.POPULARIMETER text frame in the ID3v2.3 tag.
removeV23SynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 synchronized lyrics frame written in the specified language from the ID3v2.3 tag.
removeV23Title() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.SONG_TITLE text frame in the ID3v2.3 tag.
removeV23Track() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.TRACK_NUMBER text frame in the ID3v2.3 tag.
removeV23UnsynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 unsynchronized lyrics frame written in the specified language from the ID3v2.3 tag.
removeV23Year() - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
removes the ID3v2.3 FrameType.YEAR text frame in the ID3v2.3 tag.
removeV24Album() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.ALBUM_TITLE text frame in the ID3v2.4 tag.
removeV24AttachedPicture(PictureType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 attached picture frame with the specified picture type from the ID3v2.4 tag.
removeV24AttachedPictures() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes all ID3v2.4 attached picture frames from the ID3v2.4 tag.
removeV24AudioDuration() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.LENGTH text frame in the ID3v2.4 tag.
removeV24AudioSize() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
does nothing.
removeV24Band() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.BAND text frame in the ID3v2.4 tag.
removeV24Comments() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the english language song comments from the ID3v2.4 tag.
removeV24Comments(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 song comments written in the specified language from the ID3v2.4 tag.
removeV24Frame(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the first ID3v2.4 frame with the specified ID3v2.4 frame id from the ID3v2.4 tag.
removeV24Frames(FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes all the ID3v2.4 frames with the specified ID3v2.4 frame id from the ID3v2.4 tag.
removeV24LeadPerformer() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.LEAD_PERFORMER text frame in the ID3v2.4 tag.
removeV24LyricsBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.LYRICIST text frame in the ID3v2.4 tag.
removeV24MusicBy() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.COMPOSER text frame in the ID3v2.4 tag.
removeV24MusicType() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.CONTENT_TYPE text frame in the ID3v2.4 tag.
removeV24Publisher() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.PUBLISHER text frame in the ID3v2.4 tag.
removeV24Rating() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.POPULARIMETER text frame in the ID3v2.4 tag.
removeV24SynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 synchronized lyrics frame written in the specified language from the ID3v2.4 tag.
removeV24Title() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.SONG_TITLE text frame in the ID3v2.4 tag.
removeV24Track() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.TRACK_NUMBER text frame in the ID3v2.4 tag.
removeV24UnsynchronizedLyrics(Language) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 unsynchronized lyrics frame written in the specified language from the ID3v2.4 tag.
removeV24Year() - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
removes the ID3v2.4 FrameType.RECORDING_TIME text frame in the ID3v2.4 tag.
removeYear() - Method in class com.beaglebuddy.mp3.MP3
removes the year the song was released from the .mp3 file.
ReplayGain - Class in com.beaglebuddy.mpeg.pojo
ID3 logo Beaglebuddy logo
LAME header replay gain inforamtion.
ReplayGain(GainType, GainOriginator, boolean, int) - Constructor for class com.beaglebuddy.mpeg.pojo.ReplayGain
constructor.

S

save(OutputStream) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
save the frame body to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
save the frame body to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
saves the frame to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
save the frame to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
save the frame header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
save the frame header to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
save the ID3v2.3 tag to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
save the ID3v2.3 tag to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
save the ID3v2.3 tag extended header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
save the ID3v2.3 tag extended header to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
save the ID3v2.3 tag header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
save the ID3v2.3 tag header to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
save the frame body to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
save the frame body to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
saves the frame to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
save the frame to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
save the frame header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
save the frame header to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
save the ID3v2.4 tag to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
save the ID3v2.4 tag to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
save the ID3v2.4 tag extended header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
save the ID3v2.4 tag extended header to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
save the ID3v2.4 tag footer to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
save the ID3v2.4 tag footer to the .mp3 file.
save(OutputStream) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
save the ID3v2.4 tag header to the .mp3 file.
save(RandomAccessFile) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
save the ID3v2.4 tag header to the .mp3 file.
save() - Method in class com.beaglebuddy.mp3.MP3
save the ID3v2.x tag to the .mp3 file.
saveID3v23() - Method in class com.beaglebuddy.mp3.MP3Base
save the ID3v2.3 tag to the .mp3 file.
saveID3v24() - Method in class com.beaglebuddy.mp3.MP3Base
save the ID3v2.4 tag to the .mp3 file.
setAdditionalIdData(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
sets the additional id data which is used to help locate a specific frame in another file when the frame type alone is not sufficient to uniquely identify it.
setAdditionalIdData(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
sets the additional id data which is used to help locate a specific frame in another file when the frame type alone is not sufficient to uniquely identify it.
setAdjustment(int) - Method in class com.beaglebuddy.id3.pojo.v23.Level
set the amount of adjustment for the equalization level.
setAlbum(String) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the album on which the song was released.
setAlbum(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the album on which the .mp3 song was released.
setAmount(String) - Method in class com.beaglebuddy.id3.pojo.Price
set the amount of the price.
setArtist(String) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the artist who recorded the song.
setAttachedPicture(AttachedPicture) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the picture stored in the frame.
setAttachedPicture(AttachedPicture) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the picture stored in the frame.
setAudioDuration() - Method in class com.beaglebuddy.mp3.MP3
sets the duration (in seconds) of the song in the .mp3 file from a calculation of the audio data.
setAudioDuration(int) - Method in class com.beaglebuddy.mp3.MP3
sets the duration (in seconds) of the song in the .mp3 file.
setAudioSize(int) - Method in class com.beaglebuddy.mp3.MP3
sets the size (in bytes) of the audio portion of the .mp3 file.
setBand(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the band who recorded the .mp3 song.
setBelongsToGroup(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the frame belongs in a group with other frames.
setBelongsToGroup(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame belongs in a group with other frames.
setBitsPerIndexPoint(ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
 
setBody(ID3v23FrameBody) - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
sets the ID3v2.3 frame's body to one of the 74 types defined by the ID32.3 Specification.
setBody(ID3v24FrameBody) - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
sets the ID3v2.4 frame's body to one of the 74 types defined by the ID32.4 Specification.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBody
If the frame body's values have been modified, then resize the raw byte buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMPEGLocationLookupTable
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
If the frame header or body's values have been modified, then resize the frame's internal raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
if the frame header's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
if the tag's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
if the tag's extended header's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
if the ID3v2.3 tag header's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBody
If the frame body's values have been modified, then resize the raw byte buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMPEGLocationLookupTable
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
If the frame body's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
If the frame header or body's values have been modified, then resize the frame's internal raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
if the frame header's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
if the tag's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
if the tag's extended header's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
if the ID3v2.4 tag footer's values have been modified, then resize the raw binary buffer and store the new values there.
setBuffer() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
if the ID3v2.4 tag header's values have been modified, then resize the raw binary buffer and store the new values there.
setBufferSize(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
sets the size of the buffer.
setBufferSize(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
sets the size of the buffer.
setCdTOC(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
sets the raw binary data of the cd's table of contents from which this .mp3 was ripped.
setCdTOC(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
sets the raw binary data of the cd's table of contents from which this .mp3 was ripped.
setChannel(RelativeVolume.Channel) - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
set the speaker channel whose volume is being adjusted.
setComment(String) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the description of the song.
setComments(String) - Method in class com.beaglebuddy.mp3.MP3
stores a comment about the song in the .mp3 file.
setCompressed(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the frame is compressed using zlib.
setCompressed(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame is compressed using zlib.
setContactURL(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the contact URL.
setContactURL(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the contact URL.
setContentType(ID3v23FrameBodySynchronizedLyricsText.ContentType) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the type of synchronized lyrics/text to one of the predefined types listed below.
setContentType(ID3v24FrameBodySynchronizedLyricsText.ContentType) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the type of synchronized lyrics/text to one of the predefined types listed below.
setCounter(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
sets the number of times the song has been played.
setCounter(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
sets the number of times the song has been played.
setCounter(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
sets the number of times the song has been played.
setCounter(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
sets the number of times the song has been played.
setCRCData(byte[]) - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
sets the CRC data and the CRCDataPresent flag.
setCRCData(byte[]) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
sets the CRC data for this .mp3 file.
setCRCDataPresent(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
set whether this ID3v2.4 tag contains CRC data.
setCurrency(Currency) - Method in class com.beaglebuddy.id3.pojo.Price
sets the currency of the price.
setData(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
sets the data specific to the encryption method so that is used to encrypt/decrypt frames.
setData(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
sets the group specific data.
setData(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
sets the raw binary data.
setData(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
sets the actual .mp3 file identifier to the audio file database.
setData(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
sets the data specific to the encryption method so that is used to encrypt/decrypt frames.
setData(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
sets the group specific data.
setData(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
sets the raw binary data.
setData(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
sets the actual .mp3 file identifier to the audio file database.
setDataLengthIndicator(int) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the frame's data length indicator as well as the dataLengthIndicatorPresent flag.
setDataLengthIndicatorPresent(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame has a data length indicator.
setDescription(String) - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
sets the description of the image.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the description of the attached image.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
sets the description.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the description of the song.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
sets the description of the content.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the description of the synchronized lyrics.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
sets the description of the lyrics.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
sets the description of the text.
setDescription(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
sets the description of the url.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the description of the attached image.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
sets the description.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the description of the song.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
sets the description of the content.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the description of the synchronized lyrics.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
sets the description of the lyrics.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
sets the description of the text.
setDescription(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
sets the description of the url.
setDirection(Level.Direction) - Method in class com.beaglebuddy.id3.pojo.v23.Level
sets the direction of the equalization level, ie whether it is above or below the midline.
setEmbeddedInfoFlag(boolean) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
sets whether an ID3 tag with the maximum size described in 'Buffer size' may occur in the audiostream.
setEmbeddedInfoFlag(boolean) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
sets whether an ID3 tag with the maximum size described in 'Buffer size' may occur in the audiostream.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the character encoding of the description field.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
sets the character encoding of the description and text fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the character encoding of the seller and description fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
sets the character encoding of the filename and desctiption fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
sets the character encoding of the involved people.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
sets the character encoding of the seller.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the character encoding of the description and the synchronized lyrics.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
sets the character encoding of the text.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
sets the character encoding of the text.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
sets the character encoding of the description and the text (lyrics).
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
sets the character encoding of the description and the text..
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
sets the character encoding of the description.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the character encoding of the description field.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
sets the character encoding of the description and text fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the character encoding of the seller and description fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
sets the character encoding of the filename and desctiption fields.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
sets the character encoding of the involved people.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
sets the character encoding of the seller.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the character encoding of the description and the synchronized lyrics.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
sets the character encoding of the text.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
sets the character encoding of the text.
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
sets the character encoding of the description and the text (lyrics).
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
sets the character encoding of the description and the text..
setEncoding(Encoding) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
sets the character encoding of the description.
setEncrcrytpionInfo(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
sets the data required for decryption of the audio.
setEncrcrytpionInfo(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
sets the data required for decryption of the audio.
setEncrypted(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the frame is encrypted.
setEncrypted(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame is encrypted.
setEncryptionMethod(byte) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets the frame's encryption method as well as the encrypted flag.
setEncryptionMethod(byte) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the frame's encryption method as well as the encrypted flag.
setEventCodes(List<EventCode>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
sets the list of events and the time when they occurred in the .mp3 song.
setEventCodes(List<EventCode>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
sets the list of events and the time when they occurred in the .mp3 song.
setExperimentalIndicator(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
sets whether the ID3v2.3 tag is in an experimental stage.
setExperimentalIndicator(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
sets whether the ID3v2.4 tag is in an experimental stage.
setExperimentalIndicator(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
sets whether the ID3v2.4 tag is in an experimental stage.
setExtendedHeader(ID3v23TagExtendedHeader) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
sets the optional ID3v2.3 extended header as well as the tag header's extendedHeaderPresent flag.
setExtendedHeader(ID3v24TagExtendedHeader) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
sets the optional ID3v2.4 extended header as well as the tag header's extendedHeaderPresent flag.
setExtendedHeaderPresent(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
sets whether the optional extended header is present.
setExtendedHeaderPresent(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
sets whether the optional extended header is present.
setExtendedHeaderPresent(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
sets whether the optional extended header is present.
setFeedbackLeftToLeft(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the left to left feedback, which is the volume that should be returned to the next echo bounce on the left channel.
setFeedbackLeftToLeft(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the left to left feedback, which is the volume that should be returned to the next echo bounce on the left channel.
setFeedbackLeftToRight(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the left to right feedback, which is the volume that should be returned to the next echo bounce.
setFeedbackLeftToRight(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the left to right feedback, which is the volume that should be returned to the next echo bounce.
setFeedbackRightToLeft(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the right to left feedback, which is the volume that should be returned to the next echo bounce.
setFeedbackRightToLeft(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the right to left feedback, which is the volume that should be returned to the next echo bounce.
setFeedbackRightToRight(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the right to right feedback, which is the volume that should be returned to the next echo bounce on the right channel.
setFeedbackRightToRight(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the right to right feedback, which is the volume that should be returned to the next echo bounce on the right channel.
setFileAlterPreservation(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the frame should be preserved or discarded if the frame is unknown and the file, excluding the tag, is altered.
setFileAlterPreservation(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame should be preserved or discarded if the frame is unknown and the file, excluding the tag, is altered.
setFilename(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
sets the name of the file from which the encapsulated object was read from.
setFilename(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
sets the name of the file from which the encapsulated object was read from.
setFilePosition(int) - Method in class com.beaglebuddy.mpeg.MPEGFrame
set the byte offset within the .mp3 file where the MPEG audio frame occurred.
setFooter(ID3v24TagFooter) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
sets the ID3v2.4 tag's footer.
setFooterPresent(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
sets whether the ID3v2.4 tag footer is present.
setFractionAtIndexes(List<Short>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
A fraction index represents the relative position within data, and is a fraction given by the following formula:
fraction index = offset / * 2 ^
where:
time offset = (index point / * ). duration is the length (in ms) of the mp3 file and is obtained from the TLEN frame. offset is the offset (in bytes) of the mp3 frame (not to be confused with frames in an ID3v2.x tag) whose start occurs soonest in the .mp3 file after the time offset. Here is an example to illustrate these concepts:
     You have an .mp3 file which is 1 minute and 20 seconds long, has a disk size of 200,000 bytes, and whose first 10,000 bytes are used for the ID3v2.4 tag.
setFrameBodySize(int) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets the size of the frame body.
setFrameBodySize(int) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the size of the frame body.
setFrames(List<ID3v23Frame>) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
sets the list of frames and stores them in the ID3v2.3 tag.
setFrames(List<ID3v24Frame>) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
sets the list of frames and stores them in the ID3v2.4 tag.
setFrameType(FrameType) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets the frame type.
setFrameType(FrameType) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the frame type.
setFrequency(int) - Method in class com.beaglebuddy.id3.pojo.v23.Level
set the frequency (in hz) at which the equalization level occurs.
setFrequency(short) - Method in class com.beaglebuddy.id3.pojo.v24.Level
set the frequency (in hz) at which the equalization level occurs.
setGenre(byte) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the genre of the song.
setGroupId(byte) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets the frame's group id as well as the belongsToGroup flag.
setGroupId(byte) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the frame's group id as well as the belongsToGroup flag.
setGroupSymbol(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
sets the group symbol.
setGroupSymbol(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
sets the group symbol.
setHeader(ID3v23FrameHeader) - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
sets the ID3v2.3 frame's header.
setHeader(ID3v23TagHeader) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
sets the ID3v2.3 tag's header.
setHeader(ID3v24FrameHeader) - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
sets the ID3v2.4 frame's header.
setHeader(ID3v24TagHeader) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
sets the ID3v2.4 tag's header.
setId(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
sets the unique id of the group.
setID3v2xPadding(int) - Method in class com.beaglebuddy.mp3.MP3Base
this method sets the padding inside the ID3v2.x tag to the specified amount and saves the .mp3 file.
setIdentification(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
set the string which uniquely identifies the situation and/or device where this EQ curve should be applied.
setIdentification(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
set the string which uniquely identifies the situation and/or device where this EQ curve should be applied.
setImage(byte[]) - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
sets the raw bytes of the image.
setImage(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the raw binary data of the attached image.
setImage(File) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
loads the image and saves the raw binary data of the image.
setImage(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the raw binary data of the attached image.
setImage(File) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
loads the image and saves the raw binary data of the image.
setImageEncodingRestriction(ImageEncodingRestriction) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
set the restriction on which character sets may be used to encode image strings within the ID3v2.4 tag.
setImageSizeRestriction(ImageSizeRestriction) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
sets the restriction on the size of image strings within the ID3v2.4 tag.
setIndexedDataLength(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
sets the length (in bytes) of the .mp3 audio data being indexed.
setIndexedDataStart(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
sets the byte offset of the indexed .mp3 audio data from the beginning of the .mp3 file.
setInterpolationMethod(ID3v24FrameBodyEqualization.InterpolationMethod) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
set the method to use when interpolating between points on the EQ curve.
setInvolvedPeople(List<ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
sets the list of involved people and their role.
setInvolvedPeople(List<ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
sets the list of involved people and their role.
setInvolvement(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson
set the person's involvement.
setInvolvement(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson
set the person's involvement.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
sets the language the comments are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the language the synchronized lyrics are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
sets the language the terms of user are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
sets the language the unsynchronized lyrics are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
sets the language the comments are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the language the synchronized lyrics are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
sets the language the terms of user are written in.
setLanguage(Language) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
sets the language the unsynchronized lyrics are written in.
setLeadPerformer(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the lead performer who recorded the .mp3 song.
setLeft(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the delay between every bounce (in ms) on the left channel.
setLeft(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the delay between every bounce (in ms) on the left channel.
setLeftBounces(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the number of bounces that should be made for the reverb on the left channel.
setLeftBounces(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the number of bounces that should be made for the reverb on the left channel.
setLevels(Level[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
sets the levels comprising the equalization curve.
setLevels(List<Level>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
sets the levels comprising the equalization curve.
setLevels(Level[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
sets the levels comprising the equalization curve.
setLevels(List<Level>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
sets the levels comprising the equalization curve.
setLinkedFrameType(FrameType) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
sets the type of ID3v2.3 frame that is linked.
setLinkedFrameType(FrameType) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
sets the type of ID3v2.4 frame that is linked.
setLyrics(String) - Method in class com.beaglebuddy.mp3.MP3
sets the (english) lyrics to the song.
setLyrics(Language, String) - Method in class com.beaglebuddy.mp3.MP3
sets the lyrics to the song using the specified language.
setLyricsBy(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the person(s) who wrote the lyrics to the song.
setMethodSymbol(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
sets the id of encryption method.
setMethodSymbol(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
sets the id of encryption method.
setMimeType(String) - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
sets the mime type of the image.
setMimeType(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the mime type of the attached image.
setMimeType(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
sets the mime type of the encapsulated object.
setMimeType(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the mime type of the attached image.
setMimeType(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
sets the mime type of the encapsulated object.
setMusicBy(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the person(s) who wrote the music to the song.
setMusicType(Genre) - Method in class com.beaglebuddy.mp3.MP3
sets the category of music for this song.
setMusicType(String) - Method in class com.beaglebuddy.mp3.MP3
sets the category of music for this song.
setNumAdjustmentBits(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
sets the number of bits used for the representation of an adjustment in an equalization level.
setObject(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
sets the raw binary data of the encapsulated object.
setObject(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
sets the raw binary data of the encapsulated object.
setOffsetToNextTag(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
sets number of bytes until the next tag.
setOffsetToNextTag(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
sets number of bytes until the next tag.
setOffsetToNextTag(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
sets the offset to the next tag.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setOwnerId(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
sets the owner id, which is a URL containing an e-mail address, or a link to a location where an e-mail address can be found, that belongs to the organization responsible for the frame.
setPadding(int) - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
sets the amount of padding that should be reserved at the end of the ID3v2.3 tag.
setPadding(int) - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
sets the amount of padding that should be reserved at the end of the ID3v2.4 tag.
setPaddingSize(int) - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
sets the size of the padding, which is an area filled with 0's and found after the end of the ID3v2.3 tag and before the actual audio portion of the .mp3 file.
setPeakVolume(int) - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
set the peak volume for this speaker channel.
setPeakVolumeBackLeftChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the back left channel.
setPeakVolumeBackRightChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the back right channel.
setPeakVolumeBassChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the bass channel.
setPeakVolumeCenterChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the center channel.
setPeakVolumeFrontLeftChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the front left channel.
setPeakVolumeFrontRightChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the peak volume for the front right channel.
setPeakVolumeSize(RelativeVolume.PeakVolumeSize) - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
set the number of bits used to store the peak volume.
setPerson(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList.InvolvedPerson
set the name of the person involved.
setPerson(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList.InvolvedPerson
set the name of the person involved.
setPicture(PictureType, String) - Method in class com.beaglebuddy.mp3.MP3
adds the picture to the song.
setPicture(PictureType, File) - Method in class com.beaglebuddy.mp3.MP3
adds the picture to the song.
setPicture(PictureType, URL) - Method in class com.beaglebuddy.mp3.MP3
adds the picture to the song.
setPicture(AttachedPicture) - Method in class com.beaglebuddy.mp3.MP3
adds the attached picture to the song.
setPictureMimeType(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the seller's logo's mime type.
setPictureMimeType(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the seller's logo's mime type.
setPictureType(PictureType) - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
sets the type of picture the image represents.
setPictureType(PictureType) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
sets the picture type of the attached image.
setPictureType(PictureType) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
sets the picture type of the attached image.
setPosition(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
sets the position within the song.
setPosition(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
sets the position within the song.
setPremixLeftToRight(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the amount of left sound to be mixed in the right before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
setPremixLeftToRight(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the amount of left sound to be mixed in the right before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
setPremixRightToLeft(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets the amount of right sound to be mixed in the left before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
setPremixRightToLeft(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets the amount of right sound to be mixed in the left before any reverb is applied, where 0x00 id 0% and 0xFF is 100%.
setPreviewLength(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
sets length of unencrypted audio data.
setPreviewLength(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
sets length of unencrypted audio data.
setPreviewStart(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
sets a pointer to an unencrypted part of the audio.
setPreviewStart(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
sets a pointer to an unencrypted part of the audio.
setPrices(List<Price>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the price(s) of the .mp3 song.
setPrices(List<Price>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
sets the price(s) of the .mp3 song.
setPrices(List<Price>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the price(s) of the .mp3 song.
setPrices(List<Price>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
sets the price(s) of the .mp3 song.
setPublisher(String) - Method in class com.beaglebuddy.mp3.MP3
sets the publisher of the the song.
setPurchaseDate(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
sets the date the mp3 song was purchased.
setPurchaseDate(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
sets the date the mp3 song was purchased.
setRating(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
sets the rating of the song.
setRating(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
sets the rating of the song.
setRating(int) - Method in class com.beaglebuddy.mp3.MP3
sets the rating of the song.
setReadOnly(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the contents of this frame are intended to be read only.
setReadOnly(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the contents of this frame are intended to be read only.
setReceivedAs(ID3v23FrameBodyCommercial.ReceivedType) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets how the song was delivered to the buyer.
setReceivedAs(ID3v24FrameBodyCommercial.ReceivedType) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets how the song was delivered to the buyer.
setRelativeVolumeAdjustmentBackLeftChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the back left channel.
setRelativeVolumeAdjustmentBackRightChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the back right channel.
setRelativeVolumeAdjustmentBassChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the bass channel.
setRelativeVolumeAdjustmentCenterChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the center channel.
setRelativeVolumeAdjustmentFrontLeftChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the front left channel.
setRelativeVolumeAdjustmentFrontRightChannel(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
sets the relative volume adjustment for the front right channel.
setRight(int) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the delay between every bounce (in ms) on the right channel.
setRight(int) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the delay between every bounce (in ms) on the right channel.
setRightBounces(byte) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
sets the number of bounces that should be made for the reverb on the right channel.
setRightBounces(byte) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
sets the number of bounces that should be made for the reverb on the right channel.
setSeller(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the name of the seller.
setSeller(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
sets the vendor who sold the mp3 song.
setSeller(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the name of the seller.
setSeller(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
sets the vendor who sold the mp3 song.
setSellerLogo(byte[]) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets the raw bytes of the seller's logo image.
setSellerLogo(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets the raw bytes of the seller's logo image.
setSignature(byte[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
sets the binary signature of the group.
setSynchronizedLyrics(List<SynchronizedLyric>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the synchronized lyrics/text.
setSynchronizedLyrics(List<SynchronizedLyric>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the synchronized lyrics/text.
setSynchronizedLyrics(SynchronizedLyric[]) - Method in class com.beaglebuddy.mp3.MP3
sets the (english) synchronized lyrics to the song.
setSynchronizedLyrics(Language, SynchronizedLyric[]) - Method in class com.beaglebuddy.mp3.MP3
sets the synchronized lyrics to the song in the specified language.
setSynchronizedLyrics(List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3
sets the (english) synchronized lyrics to the song.
setSynchronizedLyrics(Language, List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3
sets the synchronized lyrics to the song in the specified language.
setTagAlterPreservation(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets whether the frame should be preserved or discarded if the frame is unknown and the tag is altered in any way.
setTagAlterPreservation(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame should be preserved or discarded if the frame is unknown and the tag is altered in any way.
setTagHasRestrictions(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
set whether the ID3v2.4 tag has any restrictions.
setTagIsAnUpdate(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
set whether this ID3v2.4 tag is an update of a tag found earlier in the .mp3 file or stream.
setTagSize(int) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
sets the size of the ID3v2.3 tag excluding the tag header, ie (total tag size - 10).
setTagSize(int) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
sets the size of the ID3v2.4 tag excluding this tag header and footer.
setTagSize(int) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
sets the size of the ID3v2.4 tag excluding the tag header, and if present, the tag footer.
setTagSizeRestriction(TagSizeRestriction) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
sets the restriction on the size of the ID3v2.4 tag and on the number of frames it may contain.
setTempoChanges(List<ID3v23FrameBodySynchronizedTempoCodes.TempoChange>) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
sets the list of the tempo changes that occur within the song.
setTempoChanges(List<ID3v24FrameBodySynchronizedTempoCodes.TempoChange>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
sets the list of the tempo changes that occur within the song.
setText(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
sets the actual comment(s) about the .mp3 file.
setText(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
sets the terms of use or ownership of the .mp3 file.
setText(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
sets the text.
setText(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
sets the lyrics to the song.
setText(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
sets the text.
setText(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
sets the actual comment(s) about the .mp3 file.
setText(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
sets the terms of use or ownership of the .mp3 file.
setText(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
sets the text.
setText(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
sets the lyrics to the song.
setText(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
sets the text.
setTextEncodingRestriction(TextEncodingRestriction) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
set the restriction on which character sets may be used to encode text strings within the ID3v2.4 tag.
setTextList(List<String>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
sets the text from the list of strings.
setTextSizeRestriction(TextSizeRestriction) - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
sets the restriction on the size of text strings within the ID3v2.4 tag.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
sets the time stamp format.
setTimeStampFormat(TimeStampFormat) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
sets the time stamp format.
setTitle(String) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the title of the song.
setTitle(String) - Method in class com.beaglebuddy.mp3.MP3
sets the name of the song stored in the .mp3 file.
setTitleFromFilename() - Method in class com.beaglebuddy.mp3.MP3
sets the name of the song stored in the .mp3 file from the name of the .mp3 file on disk.
setTrack(byte) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the track number of the song on the album.
setTrack(int) - Method in class com.beaglebuddy.mp3.MP3
sets the track number of the song.
setUncompressedSize(int) - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
sets the frame's uncompressed size as well as the compressed flag.
setUncompressedSize(int) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets the frame's uncompressed size as well as the compressed flag.
setUnsynchronization(boolean) - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
sets whether unsynchronization is used.
setUnsynchronization(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
sets whether unsynchronization is used.
setUnsynchronization(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
sets whether unsynchronization is used.
setUnsynchronized(boolean) - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
sets whether the frame is unsynchronized.
setURL(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
sets the url which holds a reference to the file which contains the linked frame.
setURL(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
sets the url.
setURL(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
sets the URL.
setURL(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
sets the url which holds a reference to the file which contains the linked frame.
setURL(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
sets the url.
setURL(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
sets the URL.
setUserEmail(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
sets the user's e-mail address.
setUserEmail(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
sets the user's e-mail address.
setV23Album(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.ALBUM_TITLE text frame with the specified album to the ID3v2.3 tag.
setV23AttachedPicture(AttachedPicture) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 attached picture frame with the specified picture type to the ID3v2.3 tag.
setV23AudioDuration(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.LENGTH text frame with the specified duration to the ID3v2.3 tag.
setV23AudioSize(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.SIZE text frame with the specified size to the ID3v2.3 tag.
setV23Band(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.BAND text frame with the specified band to the ID3v2.3 tag.
setV23Comments(Language, String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 comments frame with the comments written in the specified language to the ID3v2.3 tag.
setV23LeadPerformer(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.LEAD_PERFORMER text frame with the specified lead performer to the ID3v2.3 tag.
setV23LyricsBy(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.LYRICIST text frame with the specified title to the ID3v2.3 tag.
setV23MusicBy(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.COMPOSER text frame with the specified title to the ID3v2.3 tag.
setV23MusicType(Genre) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.CONTENT_TYPE text frame with the specified genre to the ID3v2.3 tag.
setV23MusicType(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.CONTENT_TYPE text frame with the specified genre to the ID3v2.3 tag.
setV23Publisher(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.PUBLISHER text frame with the specified title to the ID3v2.3 tag.
setV23Rating(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.POPULARIMETER frame with the specified rating to the ID3v2.3 tag.
setV23SynchronizedLyrics(List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 synchronized lyrics frame with the specified english song lyrics to the ID3v2.3 tag.
setV23SynchronizedLyrics(Language, List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 synchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.3 tag.
setV23SynchronizedLyrics(Encoding, Language, List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 synchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.3 tag.
setV23Text(String, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 text frame with the specified text to the ID3v2.3 tag.
setV23Text(int, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 text frame with the string value of the specified integer to the ID3v2.3 tag.
setV23Text(Encoding, String, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 text frame with the specified text to the ID3v2.3 tag.
setV23Title(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.SONG_TITLE text frame with the specified title to the ID3v2.3 tag.
setV23Track(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.TRACK_NUMBER text frame with the specified size to the ID3v2.3 tag.
setV23UnsynchronizedLyrics(Language, String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 unsynchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.3 tag.
setV23Year(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v23
adds an ID3v2.3 FrameType.YEAR text frame with the specified year to the ID3v2.3 tag.
setV24Album(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.ALBUM_TITLE text frame with the specified album to the ID3v2.4 tag.
setV24AttachedPicture(AttachedPicture) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 attached picture frame with the specified picture type to the ID3v2.4 tag.
setV24AudioDuration(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.LENGTH text frame with the specified duration to the ID3v2.4 tag.
setV24Band(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.BAND text frame with the specified band to the ID3v2.4 tag.
setV24Comments(Language, String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 comments frame with the comments written in the specified language to the ID3v2.4 tag.
setV24LeadPerformer(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.LEAD_PERFORMER text frame with the specified lead performer to the ID3v2.4 tag.
setV24LyricsBy(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.LYRICIST text frame with the specified title to the ID3v2.4 tag.
setV24MusicBy(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.COMPOSER text frame with the specified title to the ID3v2.4 tag.
setV24MusicType(Genre) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.CONTENT_TYPE text frame with the specified genre to the ID3v2.4 tag.
setV24MusicType(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.CONTENT_TYPE text frame with the specified genre to the ID3v2.4 tag.
setV24Publisher(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.PUBLISHER text frame with the specified title to the ID3v2.4 tag.
setV24Rating(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.POPULARIMETER frame with the specified rating to the ID3v2.4 tag.
setV24SynchronizedLyrics(List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 synchronized lyrics frame with the specified english song lyrics to the ID3v2.4 tag.
setV24SynchronizedLyrics(Language, List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 synchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.4 tag.
setV24SynchronizedLyrics(Encoding, Language, List<SynchronizedLyric>) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 synchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.4 tag.
setV24Text(String, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 text frame with the specified text to the ID3v2.4 tag.
setV24Text(int, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 text frame with the string value of the specified integer to the ID3v2.4 tag.
setV24Text(Encoding, String, FrameType) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 text frame with the specified text to the ID3v2.4 tag.
setV24Title(String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.SONG_TITLE text frame with the specified title to the ID3v2.4 tag.
setV24Track(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.TRACK_NUMBER text frame with the specified size to the ID3v2.4 tag.
setV24UnsynchronizedLyrics(Language, String) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 unsynchronized lyrics frame with the specified song lyrics written in the given language to the ID3v2.4 tag.
setV24Year(int) - Method in class com.beaglebuddy.mp3.MP3BaseID3v24
adds an ID3v2.4 FrameType.RECORDING_TIME text frame with the specified year to the ID3v2.4 tag.
setValidUntil(String) - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
sets how long the price is valid until.
setValidUntil(String) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
sets how long the price is valid until.
setVolume(double) - Method in class com.beaglebuddy.id3.pojo.v24.Level
set the amount of volume adjustment (in db) for this frequency.
Ex: +2.5 db
Ex: -3.0 db
setVolume(double) - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
set the amount of volume adjustment (in db) for this speaker channel..
Ex: +2.5 db
Ex: -3.0 db
setVolume(RelativeVolume) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
sets the relative volume setting for a specific speaker channel.
setVolumes(RelativeVolume[]) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
sets the volume settings comprising the relative volume adjustment.
setVolumes(List<RelativeVolume>) - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
sets the volumes comprising the equalization curve.
setYear(String) - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
sets the year the song was released.
setYear(int) - Method in class com.beaglebuddy.mp3.MP3
sets the year the song was recorded.
shortToBytes(int) - Static method in class com.beaglebuddy.util.Utility
converts a short value to a 2 byte array.
SIZE - Static variable in class com.beaglebuddy.ape.APEFooter
size (in bytes) of an APE header/footer
SourceFrequency - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of source frequencies supported by the LAME encoder.
StereoMode - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of stereo modes supported by the LAME encoder.
stringToBytes(Encoding, String) - Static method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUtility
converts a String to a byte array using a specified character set encoding.
stringToBytes(Encoding, String) - Static method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUtility
converts a String to a byte array using a specified character set encoding.
SurroundInfo - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of surround information types supported by the LAME encoder.
SynchronizedLyric - Class in com.beaglebuddy.id3.pojo
ID3 logo Beaglebuddy logo
An ID3v2.x synchronized lyric consists of some text and a corresponding timestamp specifying when the text occurs in the .mp3 file.
SynchronizedLyric(String, int) - Constructor for class com.beaglebuddy.id3.pojo.SynchronizedLyric
constructor
synchsafeIntToBytes(int) - Static method in class com.beaglebuddy.util.Utility
converts a synchsafe integer value to a 4 byte array.

T

TAG_FOOTER_SIZE - Static variable in class com.beaglebuddy.id3.v24.ID3v24TagFooter
size (in bytes) of the standard ID3v2.4 tag footer
TAG_HEADER_SIZE - Static variable in class com.beaglebuddy.id3.v23.ID3v23TagHeader
size (in bytes) of the standard ID3v2.3 tag header
TAG_HEADER_SIZE - Static variable in class com.beaglebuddy.id3.v24.ID3v24TagHeader
size (in bytes) of the standard ID3v2.4 tag header
TAG_SIZE - Static variable in class com.beaglebuddy.id3.v1.ID3v1Tag
fixed size (in bytes) of ID3v1 tags
tagHasRestrictions() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
 
TagNotFoundException - Exception in com.beaglebuddy.id3.exception
ID3 logo Beaglebuddy logo
Thrown when an ID3 tag can not be found in an .mp3 file.
TagNotFoundException(String) - Constructor for exception com.beaglebuddy.id3.exception.TagNotFoundException
constructor.
tagSize - Variable in class com.beaglebuddy.mp3.MP3Base
size (in bytes) of the ID3v2.x tag.
TagSizeRestriction - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
valid ID3v2.4 tag size restrictions.
TextEncodingRestriction - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
valid ID3v2.4 text encoding restrictions.
TextSizeRestriction - Enum in com.beaglebuddy.id3.enums.v24
ID3 logo Beaglebuddy logo
valid ID3v2.4 text size restrictions.
Timestamp - Class in com.beaglebuddy.id3.pojo.v24
ID3 logo Beaglebuddy logo

This timestamp class is a read only version supported by the ID3v2.4 specification.

Timestamp(int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
Timestamp(int, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
Timestamp(int, int, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
Timestamp(int, int, int, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
Timestamp(int, int, int, int, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
Timestamp(int, int, int, int, int, int) - Constructor for class com.beaglebuddy.id3.pojo.v24.Timestamp
constructor.
TimeStampFormat - Enum in com.beaglebuddy.id3.enums
ID3 logo Beaglebuddy logo
ID3v2.x time stamp units.
toString() - Method in class com.beaglebuddy.ape.APEFlags
gets a string representation of the APE flags.
toString() - Method in enum com.beaglebuddy.ape.APEFlags.Type
 
toString() - Method in class com.beaglebuddy.ape.APEFooter
gets a string representation of the APE footer.
toString(String) - Method in class com.beaglebuddy.ape.APEFooter
gets a string representation of the APE footer/header.
toString() - Method in class com.beaglebuddy.ape.APEHeader
gets a string representation of the APE header.
toString() - Method in class com.beaglebuddy.ape.APEItem
gets a string representation of the APE item.
toString() - Method in class com.beaglebuddy.ape.APETag
gets a string representation of the APE tag.
toString() - Method in enum com.beaglebuddy.id3.enums.Currency
gets a string representation of the ISO-4217 currency enum.
toString() - Method in enum com.beaglebuddy.id3.enums.EventType
gets a string representation of the event type enum.
toString() - Method in enum com.beaglebuddy.id3.enums.Genre
gets a string representation of the genre enum.
toString() - Method in enum com.beaglebuddy.id3.enums.ID3TagVersion
gets a string representation of the ID3v2.x version.
toString() - Method in enum com.beaglebuddy.id3.enums.Language
gets a string representation of the ISO-639-2 language enum.
toString() - Method in enum com.beaglebuddy.id3.enums.PictureType
gets a string representation of the picture type enum.
toString() - Method in enum com.beaglebuddy.id3.enums.TimeStampFormat
gets a string representation of the time stamp format enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v22.Encoding
gets a string representation of the encoding enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v23.Encoding
gets a string representation of the encoding enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v23.FrameType
gets a string representation of the frame type enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.Encoding
gets a string representation of the encoding enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.FrameType
gets a string representation of the frame type enum.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
get a string representation of the image encoding restriction.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
get a string representation of the image size restriction.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
get a string representation of the tag size restriction.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
get a string representation of the text encoding restriction.
toString() - Method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
get a string representation of the text size restriction.
toString() - Method in class com.beaglebuddy.id3.pojo.AttachedPicture
get a string representation of an attached picture.
toString() - Method in class com.beaglebuddy.id3.pojo.Price
get a string representation of a price.
toString() - Method in class com.beaglebuddy.id3.pojo.SynchronizedLyric
gets a string representation of the synchronized lyric.
toString() - Method in class com.beaglebuddy.id3.pojo.v23.Level
get a string representation of an equalization level.
toString() - Method in class com.beaglebuddy.id3.pojo.v24.Level
get a string representation of an ID3v2.4 equalization level.
toString() - Method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.Channel
 
toString() - Method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.PeakVolumeSize
 
toString() - Method in class com.beaglebuddy.id3.pojo.v24.RelativeVolume
get a string representation of a relative volume adjustment.
toString() - Method in class com.beaglebuddy.id3.pojo.v24.Timestamp
get a string representation of the time stamp.
toString() - Method in class com.beaglebuddy.id3.v1.ID3v1Tag
gets a string representation of the ID3v1 tag showing all of its fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAttachedPicture
gets a string representation of the attached picture frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyAudioEncryption
gets a string representation of the audio encryption frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyComments
gets a string representation of the comments frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial.ReceivedType
get a string representation of the received type.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial
gets a string representation of the commercial frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEncryptionMethodRegistration
gets a string representation of the encryption method registration frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEqualization
gets a string representation of the equalization frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyEventTimingCodes
gets a string representation of the event timing codes frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGeneralEncapsulatedObject
gets a string representation of the general encapsulated object frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyGroupIdentificationRegistration
gets a string representation of the group identification registration frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyInvolvedPeopleList
gets a string representation of the involved people list frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyLinkedInformation
gets a string representation of the linked information frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMPEGLocationLookupTable
gets a string representation of the MPEG location lookup table frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyMusicCDIdentifier
gets a string representation of the music CD identifier frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyOwnership
gets a string representation of the ownership frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPlayCounter
gets a string representation of the play counter frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
gets a string representation of the popularimeter frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPositionSynchronization
gets a string representation of the position synchronization frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPrivate
gets a string representation of the private frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRecommendedBufferSize
gets a string representation of the recommended buffer size frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment.Direction
 
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment
gets a string representation of the relative volume adjustment frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyReverb
gets a string representation of the reverb frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText.ContentType
gets a string representation of the synchronized lyric type enum.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText
gets a string representation of the synchronized lyrics/text frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes.TempoChange
gets a string representation of the tempo change.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedTempoCodes
gets a string representation of the synchronized tempo codes frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTermsOfUse
gets a string representation of the terms of use frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyTextInformation
gets a string representation of the text information frame body.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUniqueFileIdentifier
gets a string representation of the unique field identifier frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUnsynchronizedLyrics
gets a string representation of the unsynchronized lyrics frame body and shows the values of all its fields.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyURLLink
gets a string representation of the url link frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedTextInformation
gets a string representation of the user defined text information frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyUserDefinedURLLink
gets a string representation of the user defined url link frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v23.ID3v23Frame
gets a string representation of the ID3v2.3 tag frame.
toString() - Method in class com.beaglebuddy.id3.v23.ID3v23FrameHeader
gets a string representation of an ID3v2.3 frame's header.
toString() - Method in class com.beaglebuddy.id3.v23.ID3v23Tag
gets a string representation of the ID3v2.3 tag.
toString() - Method in class com.beaglebuddy.id3.v23.ID3v23TagExtendedHeader
gets a string representation of the ID3v2.3 tag extended header showing the values of its fields.
toString() - Method in class com.beaglebuddy.id3.v23.ID3v23TagHeader
gets a string representation of the ID3v2.3 tag header showing the values of all the tag header's fields as well as the extended header's fields if it is present.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAttachedPicture
gets a string representation of the attached picture frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioEncryption
gets a string representation of the audio encryption frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint
 
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex
gets a string representation of the audio seek pointer index frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyComments
gets a string representation of the comments frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial.ReceivedType
get a string representation of the received type.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial
gets a string representation of the commercial frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEncryptionMethodRegistration
gets a string representation of the encryption method registration frame body showing all of the frame's fields and their values.
toString() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization.InterpolationMethod
 
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization
gets a string representation of the equalization frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEventTimingCodes
gets a string representation of the event timing codes frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGeneralEncapsulatedObject
gets a string representation of the general encapsulated object frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyGroupIdentificationRegistration
gets a string representation of the group identification registration frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyInvolvedPeopleList
gets a string representation of the involved people list frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyLinkedInformation
gets a string representation of the linked information frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMPEGLocationLookupTable
gets a string representation of the MPEG location lookup table frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyMusicCDIdentifier
gets a string representation of the music CD identifier frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyOwnership
gets a string representation of the ownership frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPlayCounter
gets a string representation of the play counter frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
gets a string representation of the popularimeter frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPositionSynchronization
gets a string representation of the position synchronization frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPrivate
gets a string representation of the private frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRecommendedBufferSize
gets a string representation of the recommended buffer size frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyRelativeVolumeAdjustment
gets a string representation of the ID3v2.4 relative volume adjustment frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyReverb
gets a string representation of the reverb frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySeek
gets a string representation of the seek frame body.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySignature
gets a string representation of the signature frame body.
toString() - Method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText.ContentType
gets a string representation of the synchronized lyric type enum.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText
gets a string representation of the synchronized lyrics/text frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes.TempoChange
gets a string representation of the tempo change.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedTempoCodes
gets a string representation of the synchronized tempo codes frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTermsOfUse
gets a string representation of the terms of use frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyTextInformation
gets a string representation of the text information frame body.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUniqueFileIdentifier
gets a string representation of the unique field identifier frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUnsynchronizedLyrics
gets a string representation of the unsynchronized lyrics frame body and shows the values of all its fields.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyURLLink
gets a string representation of the url link frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedTextInformation
gets a string representation of the user defined text information frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyUserDefinedURLLink
gets a string representation of the user defined url link frame body showing all of the frame's fields and their values.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24Frame
gets a string representation of the ID3v2.4 tag frame.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24FrameHeader
gets a string representation of an ID3v2.4 frame's header.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24Tag
gets a string representation of the ID3v2.4 tag.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24TagExtendedHeader
gets a string representation of the ID3v2.4 tag extended header showing the values of its fields.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24TagFooter
gets a string representation of the ID3v2.4 tag footer showing the values of the ID3v2.4 tag footer's fields.
toString() - Method in class com.beaglebuddy.id3.v24.ID3v24TagHeader
gets a string representation of the ID3v2.4 tag header showing the values of the standard ID3v2.4 tag header's fields.
toString() - Method in class com.beaglebuddy.lyrics3.Lyrics3v1Tag
gets a string representation of the Lyrics3v1 tag.
toString() - Method in class com.beaglebuddy.lyrics3.Lyrics3v2Tag
gets a string representation of the Lyrics3v2 tag.
toString() - Method in class com.beaglebuddy.mp3.MP3
returns a string representation of the mp3 file.
toString() - Method in class com.beaglebuddy.mp3.MP3Base
gets a string representation of the mp3 file.
toString() - Method in enum com.beaglebuddy.mpeg.enums.ChannelMode
gets a string representation of the channel mode enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.Emphasis
gets a string representation of the emphasis enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.GainOriginator
gets a string representation of the LAME replay gain originator enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.GainType
gets a string representation of the LAME replay gain type enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.Layer
gets a string representation of the MPEG layer enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
gets a string representation of the MPEG version enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.SourceFrequency
gets a string representation of the source frequency enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.StereoMode
gets a string representation of the stereo mode enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.SurroundInfo
gets a string representation of the surround info enum.
toString() - Method in enum com.beaglebuddy.mpeg.enums.VBRMethod
gets a string representation of the LAME VBR method enum.
toString() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get a string representation of the LAME header.
toString() - Method in class com.beaglebuddy.mpeg.MPEGAudioSamples
gets a string representation of the mpeg audio frame's audio samples.
toString() - Method in class com.beaglebuddy.mpeg.MPEGFrame
gets a string representation of the mpeg audio frame.
toString() - Method in class com.beaglebuddy.mpeg.MPEGFrameHeader
gets a string representation of the mpeg audio frame header.
toString() - Method in class com.beaglebuddy.mpeg.MPEGSideInformation
gets a string representation of the mpeg audio frame's side information.
toString() - Method in class com.beaglebuddy.mpeg.pojo.ReplayGain
get a string representation of the LAME replay gain.
toString() - Method in class com.beaglebuddy.mpeg.pojo.Version
gets a a string representation of the LAME header version.
toString() - Method in class com.beaglebuddy.mpeg.VBRIHeader
 
toString() - Method in class com.beaglebuddy.mpeg.XingHeader
get a string representation of the Xing header.

U

UNKNOWN - Static variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
the .mp3 song does not have a rating yet
UNKNOWN - Static variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
the .mp3 song does not have a rating yet
usedNoGapNext() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get whether the .mp3 file was encoded by the LAME encoder with the --nogap option.
usedNoGapPrevious() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get whether the .mp3 file was encoded by the LAME encoder with the --nogap option.
usedPsytune() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get whether the .mp3 file was encoded by the LAME encoder with the --nspsytune option.
usedSafejoint() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get whether the .mp3 file was encoded by the LAME encoder with the --nssafejoint option.
usedUnwise() - Method in class com.beaglebuddy.mpeg.LAMEHeader
get whether the user used some settings which would likely damage quality in normal circumstances.
Utility - Class in com.beaglebuddy.util
ID3 logo Beaglebuddy logo
This class is a utility class which contains general purpose methods for dealing with raw binary data.
Utility() - Constructor for class com.beaglebuddy.util.Utility
default constructor.

V

validateMPEGFrames() - Method in class com.beaglebuddy.mp3.MP3Base
This method reads through the audio portion of an .mp3 file and validates the MPEG audio frames.
valueOf(String) - Static method in enum com.beaglebuddy.ape.APEFlags.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.ape.APEFlags.Type
convert an integral value to its corresponding enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.EventType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.EventType
converts an integral value to its corresponding event code enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.Genre
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.Genre
converts an integral value to its corresponding genre enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.ID3TagVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.PictureType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.PictureType
converts an integral value to its corresponding picture type enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.TimeStampFormat
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.TimeStampFormat
converts an integral value to its corresponding time stamp format enum where 1 == MPEG frames and 2 = milliseconds.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v22.Encoding
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.v22.Encoding
convert an integral value to its corresponding ID3v2.2 encoding enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v23.Encoding
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.v23.Encoding
convert an integral value to its corresponding ID3v2.3 encoding enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v23.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.Encoding
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum com.beaglebuddy.id3.enums.v24.Encoding
convert an integral value to its corresponding ID3v2.4 encoding enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
converts an integral value to its corresponding image encoding restriction enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
converts an integral value to its corresponding image size restriction enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
converts an integral value to its corresponding tag size restriction enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
converts an integral value to its corresponding text encoding restriction enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
converts an integral value to its corresponding text size restriction enum.
valueOf(String) - Static method in enum com.beaglebuddy.id3.pojo.v23.Level.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.Channel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.PeakVolumeSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial.ReceivedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial.ReceivedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization.InterpolationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.BitrateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.ChannelMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.ChannelMode
converts an integral value to its corresponding channel mode enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.Emphasis
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.Emphasis
converts an integral value to its corresponding emphasis enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.GainOriginator
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.GainOriginator
converts an integral value to its corresponding LAME replay gain originator enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.GainType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.GainType
converts an integral value to its corresponding LAME replay gain type enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.Layer
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.Layer
converts an integral value to its corresponding MPEG layer enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
converts an integral value to its corresponding MPEG version enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.SourceFrequency
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.SourceFrequency
converts an integral value to its corresponding LAME source frequency enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.StereoMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.StereoMode
converts an integral value to its corresponding stereo mode enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.SurroundInfo
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.SurroundInfo
converts an integral value to its corresponding LAME surround info enum.
valueOf(String) - Static method in enum com.beaglebuddy.mpeg.enums.VBRMethod
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.beaglebuddy.mpeg.enums.VBRMethod
converts an integral value to its corresponding LAME VBR method enum.
values() - Static method in enum com.beaglebuddy.ape.APEFlags.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.Genre
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.ID3TagVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.PictureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.TimeStampFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v22.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v23.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v23.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.ImageEncodingRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.ImageSizeRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.TagSizeRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.TextEncodingRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.enums.v24.TextSizeRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.pojo.v23.Level.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.Channel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.pojo.v24.RelativeVolume.PeakVolumeSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyCommercial.ReceivedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyRelativeVolumeAdjustment.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodySynchronizedLyricsText.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyAudioSeekPointIndex.BitsPerIndexPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyCommercial.ReceivedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyEqualization.InterpolationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodySynchronizedLyricsText.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.BitrateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.ChannelMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.Emphasis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.GainOriginator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.GainType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.Layer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.MPEGVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.SourceFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.StereoMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.SurroundInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.beaglebuddy.mpeg.enums.VBRMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VBRIHeader - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

A VBRI header is found in variable bit rate encoded .mp3 files that were encoded using the Fraunhofer encoder.

VBRIHeader() - Constructor for class com.beaglebuddy.mpeg.VBRIHeader
default constructor.
VBRIHeader(byte[], int) - Constructor for class com.beaglebuddy.mpeg.VBRIHeader
constructor.
VBRIHeader(byte[], InputStream) - Constructor for class com.beaglebuddy.mpeg.VBRIHeader
constructor.
VBRMethod - Enum in com.beaglebuddy.mpeg.enums
ID3 logo Beaglebuddy logo
The list of bit rate encoding methods supported by the LAME encoder.
Version - Class in com.beaglebuddy.mpeg.pojo
ID3 logo Beaglebuddy logo
LAME header version information.
Version(int, int, char) - Constructor for class com.beaglebuddy.mpeg.pojo.Version
constructor.

W

WORST - Static variable in class com.beaglebuddy.id3.v23.frame_body.ID3v23FrameBodyPopularimeter
lowest rating possible
WORST - Static variable in class com.beaglebuddy.id3.v24.frame_body.ID3v24FrameBodyPopularimeter
lowest rating possible

X

XingHeader - Class in com.beaglebuddy.mpeg
ID3 logo Beaglebuddy logo

The Xing header is found in variable bit rate encoded .mp3 files and is identified with an id of "Xing".

XingHeader() - Constructor for class com.beaglebuddy.mpeg.XingHeader
default constructor.
XingHeader(InputStream) - Constructor for class com.beaglebuddy.mpeg.XingHeader
constructor.
XingHeader(byte[], int) - Constructor for class com.beaglebuddy.mpeg.XingHeader
constructor.
A B C D E F G H I L M N P R S T U V W X 
ID3 logo Beaglebuddy logo