|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ID3Exception | |
org.blinkenlights.jid3 | |
org.blinkenlights.jid3.crypt | |
org.blinkenlights.jid3.io | |
org.blinkenlights.jid3.util | |
org.blinkenlights.jid3.v1 | |
org.blinkenlights.jid3.v2 |
Uses of ID3Exception in org.blinkenlights.jid3 |
Subclasses of ID3Exception in org.blinkenlights.jid3 | |
class |
InvalidFrameID3Exception
Exception generated when a frame read from a file is invalid. |
Methods in org.blinkenlights.jid3 that throw ID3Exception | |
void |
MP3File.sync()
|
ID3Tag[] |
MP3File.getTags()
|
ID3V1Tag |
MP3File.getID3V1Tag()
|
ID3V2Tag |
MP3File.getID3V2Tag()
|
void |
MP3File.removeTags()
|
void |
MP3File.removeID3V1Tag()
|
void |
MP3File.removeID3V2Tag()
|
abstract void |
MediaFile.sync()
Update the actual file to reflect the current state of the tags as set in this object. |
abstract ID3Tag[] |
MediaFile.getTags()
Get any tags stored in the file. |
abstract ID3V1Tag |
MediaFile.getID3V1Tag()
Get the ID3 V1 tag from this file. |
abstract ID3V2Tag |
MediaFile.getID3V2Tag()
Get the ID3 V2 tag from this file. |
abstract void |
MediaFile.removeTags()
Remove both V1 and V2 tags from this file if present. |
abstract void |
MediaFile.removeID3V1Tag()
Remove V1 tags from this file if present. |
abstract void |
MediaFile.removeID3V2Tag()
Remove V2 tags from this file if present. |
Uses of ID3Exception in org.blinkenlights.jid3.crypt |
Subclasses of ID3Exception in org.blinkenlights.jid3.crypt | |
class |
ID3CryptException
|
Uses of ID3Exception in org.blinkenlights.jid3.io |
Methods in org.blinkenlights.jid3.io that throw ID3Exception | |
int |
ID3DataInputStream.readID3Four()
Read an encoded four byte value. |
void |
ID3DataOutputStream.writeID3Four(int iValue)
Write an encoded four byte value. |
static TextEncoding |
TextEncoding.getTextEncoding(int iEncoding)
Get the text encoding object represented by a given integer value. |
static TextEncoding |
TextEncoding.getTextEncoding(byte byEncoding)
Get the text encoding object represented by a given byte value. |
Uses of ID3Exception in org.blinkenlights.jid3.util |
Methods in org.blinkenlights.jid3.util that throw ID3Exception | |
void |
ID3Observer.update(ID3Subject oID3Subject)
|
void |
ID3Subject.notifyID3Observers()
|
Uses of ID3Exception in org.blinkenlights.jid3.v1 |
Methods in org.blinkenlights.jid3.v1 that throw ID3Exception | |
static ID3V1Tag |
ID3V1Tag.read(java.io.InputStream oIS)
Read an ID3 V1 tag from an input stream. |
abstract void |
ID3V1Tag.write(java.io.OutputStream oOS)
Write tag to output stream. |
static ID3V1Tag.Genre |
ID3V1Tag.Genre.lookupGenre(int iType)
Return the genre object represented by a byte value. |
static ID3V1Tag.Genre |
ID3V1Tag.Genre.lookupGenre(java.lang.String sGenre)
Return the genre object represented by a string value. |
void |
ID3V1_0Tag.write(java.io.OutputStream oOS)
|
void |
ID3V1_1Tag.setAlbumTrack(int iAlbumTrack)
Set the track number for this title on the album from which it came. |
void |
ID3V1_1Tag.write(java.io.OutputStream oOS)
|
Uses of ID3Exception in org.blinkenlights.jid3.v2 |
Methods in org.blinkenlights.jid3.v2 that throw ID3Exception | |
void |
AENCID3V2Frame.setOwnerIdentifier(java.lang.String sOwnerIdentifier)
Set the owner identifier for the encryption described in this frame. |
void |
AENCID3V2Frame.setPreviewRange(int iPreviewStartFrame,
int iPreviewLengthFrames)
Set the range of the unencrypted preview section of this file. |
void |
APICID3V2Frame.setDescription(java.lang.String sDescription)
Set the description for the picture in this frame. |
void |
APICID3V2Frame.setPictureData(byte[] abyPictureData)
Set the picture data for the image in this frame. |
void |
COMMID3V2Frame.setComment(java.lang.String sLanguage,
java.lang.String sShortDescription,
java.lang.String sActualText)
Set the language of this comment. |
void |
COMMID3V2Frame.setLanguage(java.lang.String sLanguage)
Set the language of this comment. |
void |
COMRID3V2Frame.setCommercialInformation(java.lang.String sPrice,
java.lang.String sValidUntil,
java.lang.String sContactUrl,
byte byReceivedAs,
java.lang.String sNameOfSeller,
java.lang.String sDescription,
java.lang.String sPictureMimeType,
byte[] abySellerLogoData)
Set commercial information. |
void |
ENCRID3V2Frame.setEncryptionDetails(java.lang.String sOwnerIdentifier,
byte byMethodSymbol,
byte[] abyEncryptionData)
Set details for this encryption frame. |
EQUAID3V2Frame.Adjustment |
EQUAID3V2Frame.getAdjustment(int iFrequency)
Get the currently set adjustment for a given frequency. |
EQUAID3V2Frame.Adjustment |
EQUAID3V2Frame.removeAdjustment(int iFrequency)
Remove an existing adjustment. |
ETCOID3V2Frame.Event |
ETCOID3V2Frame.getEvent(int iTimestamp)
Get the event which has been set for a given time. |
void |
GEOBID3V2Frame.setEncapsulatedObject(java.lang.String sMimeType,
java.lang.String sFilename,
java.lang.String sContentDescription,
byte[] abyEncapsulatedObjectData)
Set the encapsulated object for this frame. |
void |
GRIDID3V2Frame.setGroupIdentificationRegistration(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
Set group identification registration data. |
void |
ID3V2Frame.notifyID3Observers()
|
void |
ID3V2Frame.setEncryption(byte byEncryptionMethod)
Set encryption method for this frame. |
byte |
ID3V2Frame.getEncryptionMethod()
Get the encryption method symbol used to encrypt this frame. |
protected void |
ID3V2Frame.writeHeader(java.io.OutputStream oOS)
Write the header of this frame to an output stream. |
void |
ID3V2Frame.write(java.io.OutputStream oOS)
Write this frame to an output stream. |
abstract void |
ID3V2Tag.sanityCheck()
|
abstract void |
ID3V2Tag.write(java.io.OutputStream oOS)
Write this tag to an output stream. |
static ID3V2Tag |
ID3V2Tag.read(java.io.InputStream oIS)
Read a tag from an input stream. |
void |
ID3V2Tag.setCRC(boolean bCRCUsed)
Set the CRC flag (extended header must be enabled before this flag can be set. |
static void |
ID3V2Tag.setDefaultPaddingLength(int iPaddingLength)
Set the default padding length to be added at the end of newly created tags. |
void |
ID3V2Tag.setPaddingLength(int iPaddingLength)
Set the padding length to be added at the end of this tag. |
abstract void |
ID3V2Tag.setArtist(java.lang.String sArtist)
Convenience method for setting artist directly from tag. |
abstract void |
ID3V2Tag.setTitle(java.lang.String sTitle)
Convenience method for setting song title directly from tag. |
abstract void |
ID3V2Tag.setAlbum(java.lang.String sAlbum)
Convenience method for setting album title directly from tag. |
abstract void |
ID3V2Tag.setYear(int iYear)
Convenience method for setting year directly from tag. |
abstract int |
ID3V2Tag.getYear()
Convenience method for retrieving year directly from tag. |
abstract void |
ID3V2Tag.setTrackNumber(int iTrackNumber)
Convenience method for setting track number directly from tag. |
abstract void |
ID3V2Tag.setTrackNumber(int iTrackNumber,
int iTotalTracks)
Convenience method for setting track number and total number of tracks directly from tag. |
abstract int |
ID3V2Tag.getTrackNumber()
Convenience method for retrieving track number directly from tag. |
abstract int |
ID3V2Tag.getTotalTracks()
Convenience method for retrieving total number of tracks directly from tag. |
abstract void |
ID3V2Tag.setGenre(java.lang.String sGenre)
Convenience method for setting genre directly from tag. |
abstract void |
ID3V2Tag.setComment(java.lang.String sComment)
Convenience method for setting comment directly from tag. |
void |
ID3V2_3_0Tag.write(java.io.OutputStream oOS)
|
void |
ID3V2_3_0Tag.update(ID3Subject oID3Subject)
|
void |
ID3V2_3_0Tag.sanityCheck()
Sanity check, to see if this frame is in a consistent state for writing. |
void |
ID3V2_3_0Tag.addUnknownFrame(UnknownID3V2Frame oUnknownID3V2Frame)
Add an unknown frame to this tag. |
void |
ID3V2_3_0Tag.addAENCFrame(AENCID3V2Frame oAENCID3V2Frame)
Add an audio encryption frame to this tag. |
void |
ID3V2_3_0Tag.addAPICFrame(APICID3V2Frame oAPICID3V2Frame)
Add an attached picture frame to this tag. |
void |
ID3V2_3_0Tag.addCOMMFrame(COMMID3V2Frame oCOMMID3V2Frame)
Add a comment frame to this tag. |
void |
ID3V2_3_0Tag.addENCRFrame(ENCRID3V2Frame oENCRID3V2Frame)
Add an encryption frame to this tag. |
void |
ID3V2_3_0Tag.addGEOBFrame(GEOBID3V2Frame oGEOBID3V2Frame)
Add a general encapsulated object frame to this tag. |
void |
ID3V2_3_0Tag.addGRIDFrame(GRIDID3V2Frame oGRIDID3V2Frame)
Add a group identification registration frame to this tag. |
void |
ID3V2_3_0Tag.addLINKFrame(LINKID3V2Frame oLINKID3V2Frame)
Add a linked information frame to this tag. |
void |
ID3V2_3_0Tag.addPRIVFrame(PRIVID3V2Frame oPRIVID3V2Frame)
Add a private frame to this tag. |
PRIVID3V2Frame |
ID3V2_3_0Tag.removePRIVFrame(java.lang.String sOwnerIdentifier,
byte[] abyPrivateData)
Remove a specific PRIV frame from this tag. |
void |
ID3V2_3_0Tag.addPOPMFrame(POPMID3V2Frame oPOPMID3V2Frame)
Add a popularimeter frame to this tag. |
void |
ID3V2_3_0Tag.addSYLTFrame(SYLTID3V2Frame oSYLTID3V2Frame)
Add a synchronized lyric/text frame to this tag. |
void |
ID3V2_3_0Tag.addTXXXTextInformationFrame(TXXXTextInformationID3V2Frame oTXXXTextInformationID3V2Frame)
Add a user-defined text information frame to this tag. |
void |
ID3V2_3_0Tag.addUFIDFrame(UFIDID3V2Frame oUFIDID3V2Frame)
Add a unique file identifier frame to this tag. |
void |
ID3V2_3_0Tag.addUSLTFrame(USLTID3V2Frame oUSLTID3V2Frame)
Add a unsynchronized lyric/text frame to this tag. |
void |
ID3V2_3_0Tag.addWCOMUrlLinkFrame(WCOMUrlLinkID3V2Frame oWCOMUrlLinkID3V2Frame)
Add a commercial information frame to this tag. |
void |
ID3V2_3_0Tag.addWOARUrlLinkFrame(WOARUrlLinkID3V2Frame oWOARUrlLinkID3V2Frame)
Add an official artist/performer webpage frame to this tag. |
void |
ID3V2_3_0Tag.addWXXXUrlLinkFrame(WXXXUrlLinkID3V2Frame oWXXXUrlLinkID3V2Frame)
Add a user-defined URL link frame to this tag. |
void |
ID3V2_3_0Tag.setArtist(java.lang.String sArtist)
|
void |
ID3V2_3_0Tag.setTitle(java.lang.String sTitle)
|
void |
ID3V2_3_0Tag.setAlbum(java.lang.String sAlbum)
|
void |
ID3V2_3_0Tag.setYear(int iYear)
|
int |
ID3V2_3_0Tag.getYear()
|
void |
ID3V2_3_0Tag.setTrackNumber(int iTrackNumber)
|
void |
ID3V2_3_0Tag.setTrackNumber(int iTrackNumber,
int iTotalTracks)
|
int |
ID3V2_3_0Tag.getTrackNumber()
|
int |
ID3V2_3_0Tag.getTotalTracks()
|
void |
ID3V2_3_0Tag.setGenre(java.lang.String sGenre)
|
void |
ID3V2_3_0Tag.setComment(java.lang.String sComment)
|
void |
LINKID3V2Frame.setContents(byte[] abyFrameIdentifier,
java.lang.String sURL,
java.lang.String sAdditionalData)
Set the contents of this frame. |
void |
OWNEID3V2Frame.setOwnershipInformation(java.lang.String sPricePaid,
java.lang.String sDateOfPurchase,
java.lang.String sSeller)
Set ownership information. |
void |
PCNTID3V2Frame.setPlayCount(int iPlayCount)
Set the play count. |
void |
POPMID3V2Frame.setPopularity(java.lang.String sEmailToUser,
int iPopularity,
int iPlayCount)
Set the popularity values for this frame. |
void |
POPMID3V2Frame.setPopularity(java.lang.String sEmailToUser,
int iPopularity)
Set the popularity values for this frame, not specifying a play count value. |
void |
POSSID3V2Frame.setPositionSynchronizationValue(POSSID3V2Frame.TimestampFormat oTimestampFormat,
int iPosition)
Set position synchronization values for this frame. |
void |
PRIVID3V2Frame.setPrivateInformation(java.lang.String sOwnerIdentifier,
byte[] abyPrivateData)
Set private information. |
void |
RBUFID3V2Frame.setRecommendedBufferSize(int i24BufferSize,
boolean bEmbeddedInfoFlag,
int iOffsetToNextTag)
Set the recommended buffer size. |
void |
RBUFID3V2Frame.setRecommendedBufferSize(int i24BufferSize,
boolean bEmbeddedInfoFlag)
Set the recommended buffer size. |
void |
RVRBID3V2Frame.setReverbDetails(int iReverbLeftMS,
int iReverbRightMS,
int iReverbBouncesLeft,
int iReverbBouncesRight,
int iReverbFeedbackLeftToLeft,
int iReverbFeedbackLeftToRight,
int iReverbFeedbackRightToRight,
int iReverbFeedbackRightToLeft,
int iPremixLeftToRight,
int iPremixRightToLeft)
Set the reverb details for this track. |
void |
SYLTID3V2Frame.setLanguage(java.lang.String sLanguage)
Set the language used in this frame. |
void |
SYLTID3V2Frame.setContentDescriptor(java.lang.String sContentDescriptor)
Set the content descriptor for this frame. |
void |
SYLTID3V2Frame.addSyncEntry(SYLTID3V2Frame.SyncEntry oSyncEntry)
Add a sync entry to the frame. |
void |
SYTCID3V2Frame.addTempoChange(SYTCID3V2Frame.TempoChange oTempoChange)
Add a tempo change to the frame. |
void |
TDATTextInformationID3V2Frame.setDate(int iDay,
int iMonth)
Set the date on which this recording was made. |
int |
TDATTextInformationID3V2Frame.getMonth()
Get the month in which the recording was made. |
void |
TDLYTextInformationID3V2Frame.setPlaylistDelay(int iPlaylistDelayMillis)
Set the playlist delay value. |
void |
TIMETextInformationID3V2Frame.setTime(int iHours,
int iMinutes)
Set the time value. |
void |
TKEYTextInformationID3V2Frame.setInitialKey(java.lang.String sInitialKey)
Set the initial key of the track. |
void |
TORYTextInformationID3V2Frame.setOriginalReleaseYear(int iOriginalReleaseYear)
Set the original release year of the recording in this track. |
void |
TPOSTextInformationID3V2Frame.setPartNumber(int iPartNumber)
Set the part number in the set to which this recording belongs. |
void |
TPOSTextInformationID3V2Frame.setPartNumberAndTotalParts(int iPartNumber,
int iTotalParts)
Set the part number in the set to which this recording belongs, and the total number of parts in the complete set. |
void |
TRCKTextInformationID3V2Frame.setTrackNumber(int iTrackNumber)
Set the track number or position in set of this recording in its original album or collection. |
void |
TRCKTextInformationID3V2Frame.setTrackNumberAndTotalTracks(int iTrackNumber,
int iTotalTracks)
Set the track number or position in set of this recording in its original album or collection, and the total number of tracks in the complete set. |
int |
TRCKTextInformationID3V2Frame.getTotalTracks()
Get the total number of tracks in this album or collection. |
void |
TSIZTextInformationID3V2Frame.setSizeInBytes(int iSizeInBytes)
Set the size in bytes, of the tagged audio file, not counting the tag length. |
void |
TSRCTextInformationID3V2Frame.setISRC(java.lang.String sISRC)
Set the ISRC code for this track. |
void |
TXXXTextInformationID3V2Frame.setDescriptionAndInformation(java.lang.String sDescription,
java.lang.String sInformation)
Set the description of the information to be stored in this frame, along with the actual information. |
void |
TYERTextInformationID3V2Frame.setYear(int iYear)
Set the year of the recording in this track. |
void |
UFIDID3V2Frame.setUniqueIdentifier(java.lang.String sOwnerIdentifier,
byte[] abyIdentifier)
Set unique file identifier. |
void |
USERID3V2Frame.setTermsOfUse(java.lang.String sLanguage,
java.lang.String sTermsOfUse)
Set the terms of use. |
void |
USLTID3V2Frame.setLanguage(java.lang.String sLanguage)
Set the language used in this frame. |
void |
USLTID3V2Frame.setContentDescriptor(java.lang.String sContentDescriptor)
Set the content descriptor for this frame. |
void |
WCOMUrlLinkID3V2Frame.setCommercialInformation(java.lang.String sCommercialInformationUrl)
Set commercial information URL for this track. |
void |
WCOMUrlLinkID3V2Frame.setCommercialInformation(java.net.URL oCommercialInformationUrl)
Set commercial information URL for this track. |
void |
WOARUrlLinkID3V2Frame.setOfficialArtistWebPage(java.lang.String sOfficialArtistUrl)
Set official artist or performer web page URL for this track. |
void |
WOARUrlLinkID3V2Frame.setOfficialArtistWebPage(java.net.URL oOfficialArtistUrl)
Set official artist or performer web page URL for this track. |
void |
WXXXUrlLinkID3V2Frame.setDescriptionAndUrl(java.lang.String sDescription,
java.lang.String sUrl)
Set the description of the URL to be stored in this frame, along with the actual URL. |
void |
WXXXUrlLinkID3V2Frame.setDescriptionAndUrl(java.lang.String sDescription,
java.net.URL oURL)
Set the description of the URL to be stored in this frame, along with the actual URL. |
Constructors in org.blinkenlights.jid3.v2 that throw ID3Exception | |
AENCID3V2Frame(java.lang.String sOwnerIdentifier,
int iPreviewStartFrame,
int iPreviewLengthFrames,
byte[] abyEncryptionInfo)
Constructor. |
|
AENCID3V2Frame(java.io.InputStream oIS)
|
|
APICID3V2Frame(java.lang.String sMimeType,
APICID3V2Frame.PictureType oPictureType,
java.lang.String sDescription,
byte[] abyPictureData)
Constructor. |
|
APICID3V2Frame(java.io.InputStream oIS)
|
|
COMMID3V2Frame(java.lang.String sLanguage,
java.lang.String sShortDescription,
java.lang.String sActualText)
Constructor. |
|
COMMID3V2Frame(java.io.InputStream oIS)
|
|
COMRID3V2Frame(java.lang.String sPrice,
java.lang.String sValidUntil,
java.lang.String sContactUrl,
byte byReceivedAs,
java.lang.String sNameOfSeller,
java.lang.String sDescription,
java.lang.String sPictureMimeType,
byte[] abySellerLogoData)
Constructor. |
|
COMRID3V2Frame(java.io.InputStream oIS)
|
|
ENCRID3V2Frame(java.lang.String sOwnerIdentifier,
byte byMethodSymbol,
byte[] abyEncryptionData)
Constructor. |
|
ENCRID3V2Frame(java.io.InputStream oIS)
|
|
EQUAID3V2Frame(java.io.InputStream oIS)
|
|
EQUAID3V2Frame.Adjustment(boolean bIncrement,
int iFrequency,
byte[] abyAdjustment)
Constructor. |
|
ETCOID3V2Frame(ETCOID3V2Frame.TimestampFormat oTimestampFormat)
Constructor. |
|
ETCOID3V2Frame(java.io.InputStream oIS)
|
|
ETCOID3V2Frame.Event(ETCOID3V2Frame.EventType oEventType,
int iTimestamp)
Constructor. |
|
GEOBID3V2Frame(java.lang.String sMimeType,
java.lang.String sFilename,
java.lang.String sContentDescription,
byte[] abyEncapsulatedObjectData)
Constructor. |
|
GEOBID3V2Frame(java.io.InputStream oIS)
|
|
GRIDID3V2Frame(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
Constructor. |
|
GRIDID3V2Frame(java.io.InputStream oIS)
|
|
IPLSID3V2Frame(java.io.InputStream oIS)
|
|
IPLSID3V2Frame.InvolvedPerson(java.lang.String sInvolvement,
java.lang.String sPerson)
Constructor. |
|
LINKID3V2Frame(byte[] abyFrameIdentifier,
java.lang.String sURL,
java.lang.String sAdditionalData)
Constructor |
|
LINKID3V2Frame(java.io.InputStream oIS)
|
|
MCDIID3V2Frame(byte[] abyCDTOC)
Constructor. |
|
MCDIID3V2Frame(java.io.InputStream oIS)
|
|
MLLTID3V2Frame(byte[] abyMPEGLocationLookupTable)
Constructor. |
|
MLLTID3V2Frame(java.io.InputStream oIS)
|
|
OWNEID3V2Frame(java.lang.String sPricePaid,
java.lang.String sDateOfPurchase,
java.lang.String sSeller)
Creates a new instance of OWNEID3V2Frame |
|
OWNEID3V2Frame(java.io.InputStream oIS)
|
|
PCNTID3V2Frame(int iPlayCount)
Creates a new instance of PCNTID3V2Frame |
|
PCNTID3V2Frame(java.io.InputStream oIS)
|
|
POPMID3V2Frame(java.lang.String sEmailToUser,
int iPopularity,
int iPlayCount)
Creates a new instance of POPMID3V2Frame. |
|
POPMID3V2Frame(java.lang.String sEmailToUser,
int iPopularity)
Creates a new instance of POPMID3V2Frame, not specifying the play count value. |
|
POPMID3V2Frame(java.io.InputStream oIS)
|
|
POSSID3V2Frame(POSSID3V2Frame.TimestampFormat oTimestampFormat,
int iPosition)
Creates a new instance of POSSID3V2Frame. |
|
POSSID3V2Frame(java.io.InputStream oIS)
|
|
PRIVID3V2Frame(java.lang.String sOwnerIdentifier,
byte[] abyPrivateData)
Creates a new instance of PRIVID3V2Frame |
|
PRIVID3V2Frame(java.io.InputStream oIS)
|
|
RBUFID3V2Frame(int i24BufferSize,
boolean bEmbeddedInfoFlag,
int iOffsetToNextTag)
Creates a new instance of RBUFID3V2Frame. |
|
RBUFID3V2Frame(int i24BufferSize,
boolean bEmbeddedInfoFlag)
Creates a new instance of RBUFID3V2Frame. |
|
RBUFID3V2Frame(java.io.InputStream oIS)
|
|
RVADID3V2Frame(byte[] abyData)
Creates a new instance of RVADID3V2Frame. |
|
RVADID3V2Frame(java.io.InputStream oIS)
|
|
RVRBID3V2Frame(int iReverbLeftMS,
int iReverbRightMS,
int iReverbBouncesLeft,
int iReverbBouncesRight,
int iReverbFeedbackLeftToLeft,
int iReverbFeedbackLeftToRight,
int iReverbFeedbackRightToRight,
int iReverbFeedbackRightToLeft,
int iPremixLeftToRight,
int iPremixRightToLeft)
Creates a new instance of RVRBID3V2Frame. |
|
RVRBID3V2Frame(java.io.InputStream oIS)
|
|
SYLTID3V2Frame(java.lang.String sLanguage,
SYLTID3V2Frame.TimestampFormat oTimestampFormat,
SYLTID3V2Frame.ContentType oContentType,
java.lang.String sContentDescriptor)
Creates a new instance of SYLTID3V2Frame. |
|
SYLTID3V2Frame(java.io.InputStream oIS)
|
|
SYLTID3V2Frame.SyncEntry(java.lang.String sText,
int iTimestamp)
|
|
SYTCID3V2Frame(SYTCID3V2Frame.TimestampFormat oTimestampFormat)
Creates a new instance of SYTCID3V2Frame. |
|
SYTCID3V2Frame(java.io.InputStream oIS)
|
|
SYTCID3V2Frame.TempoChange(int iBeatsPerMinute,
int iTimestamp)
Constructor. |
|
TALBTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TBPMTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TCOMTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TCONTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TCOPTextInformationID3V2Frame(int iYear,
java.lang.String sCopyrightMessage)
Constructor. |
|
TCOPTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TDATTextInformationID3V2Frame(int iDay,
int iMonth)
Constructor. |
|
TDATTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TDLYTextInformationID3V2Frame(int iPlaylistDelayMillis)
Constructor. |
|
TDLYTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TENCTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TEXTTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TFLTTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TIMETextInformationID3V2Frame(int iHours,
int iMinutes)
Constructor. |
|
TIMETextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TIT1TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TIT2TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TIT3TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TKEYTextInformationID3V2Frame(java.lang.String sInitialKey)
Constructor. |
|
TKEYTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TLANTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TLENTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TMEDTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TOALTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TOFNTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TOLYTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TOPETextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TORYTextInformationID3V2Frame(int iOriginalReleaseYear)
Constructor. |
|
TORYTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TOWNTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPE1TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPE2TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPE3TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPE4TextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPOSTextInformationID3V2Frame(int iPartNumber)
Constructor. |
|
TPOSTextInformationID3V2Frame(int iPartNumber,
int iTotalParts)
Constructor. |
|
TPOSTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPUBTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TRCKTextInformationID3V2Frame(int iTrackNumber)
Constructor. |
|
TRCKTextInformationID3V2Frame(int iTrackNumber,
int iTotalTracks)
Constructor. |
|
TRCKTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TRDATextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TRSNTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TRSOTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TSIZTextInformationID3V2Frame(int iSizeInBytes)
Constructor. |
|
TSIZTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TSRCTextInformationID3V2Frame(java.lang.String sISRC)
Constructor. |
|
TSRCTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TSSETextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TXXXTextInformationID3V2Frame(java.lang.String sDescription,
java.lang.String sInformation)
Constructor. |
|
TXXXTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TYERTextInformationID3V2Frame(int iYear)
Constructor. |
|
TYERTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
UFIDID3V2Frame(java.lang.String sOwnerIdentifier,
byte[] abyIdentifier)
Creates a new instance of UFIDID3V2Frame. |
|
UFIDID3V2Frame(java.io.InputStream oIS)
|
|
USERID3V2Frame(java.lang.String sLanguage,
java.lang.String sTermsOfUse)
Creates a new instance of USERID3V2Frame. |
|
USERID3V2Frame(java.io.InputStream oIS)
|
|
USLTID3V2Frame(java.lang.String sLanguage,
java.lang.String sContentDescriptor,
java.lang.String sLyrics)
|
|
USLTID3V2Frame(java.io.InputStream oIS)
|
|
UnknownTextInformationID3V2Frame(java.lang.String sFrameId,
java.io.InputStream oIS)
|
|
UnknownUrlLinkID3V2Frame(java.lang.String sFrameId,
java.io.InputStream oIS)
|
|
UrlLinkID3V2Frame(java.lang.String sURL)
Constructor for user created frames. |
|
UrlLinkID3V2Frame(java.net.URL oURL)
Constructor for user created frames. |
|
UrlLinkID3V2Frame(java.io.InputStream oIS)
Constructor to be used internally when reading frames from a file. |
|
WCOMUrlLinkID3V2Frame(java.lang.String sCommercialInformationUrl)
Constructor. |
|
WCOMUrlLinkID3V2Frame(java.net.URL oCommercialInformationUrl)
Constructor. |
|
WCOMUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WCOPUrlLinkID3V2Frame(java.lang.String sCopyrightLegalInformationUrl)
Constructor. |
|
WCOPUrlLinkID3V2Frame(java.net.URL oCopyrightLegalInformationUrl)
Constructor. |
|
WCOPUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WOAFUrlLinkID3V2Frame(java.lang.String sOfficialAudioFileUrl)
Constructor. |
|
WOAFUrlLinkID3V2Frame(java.net.URL oOfficialAudioFileUrl)
Constructor. |
|
WOAFUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WOARUrlLinkID3V2Frame(java.lang.String sOfficialArtistUrl)
Constructor. |
|
WOARUrlLinkID3V2Frame(java.net.URL oOfficialArtistUrl)
Constructor. |
|
WOARUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WOASUrlLinkID3V2Frame(java.lang.String sOfficialAudioSourceUrl)
Constructor. |
|
WOASUrlLinkID3V2Frame(java.net.URL oOfficialAudioSourceUrl)
Constructor. |
|
WOASUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WORSUrlLinkID3V2Frame(java.lang.String sOfficialInternetRadioStationUrl)
Constructor. |
|
WORSUrlLinkID3V2Frame(java.net.URL oOfficialInternetRadioStationUrl)
Constructor. |
|
WORSUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WPAYUrlLinkID3V2Frame(java.lang.String sPaymentUrl)
Constructor. |
|
WPAYUrlLinkID3V2Frame(java.net.URL oPaymentUrl)
Constructor. |
|
WPAYUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WPUBUrlLinkID3V2Frame(java.lang.String sPublishersUrl)
Constructor. |
|
WPUBUrlLinkID3V2Frame(java.net.URL oPublishersUrl)
Constructor. |
|
WPUBUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WXXXUrlLinkID3V2Frame(java.lang.String sDescription,
java.lang.String sUrl)
Constructor. |
|
WXXXUrlLinkID3V2Frame(java.lang.String sDescription,
java.net.URL oURL)
Constructor. |
|
WXXXUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |