Jala 1.3

Class jala.Mp3.Id3v1

Object
   |
   +--jala.Mp3.Id3v1

class jala.Mp3.Id3v1


This class represents an Id3v1 tag.
Defined in Mp3.js


Constructor Summary
jala.Mp3.Id3v1 (audioObj)
            Constructs a new Id3v1 tag from an Mp3 file
 
Method Summary
 void copyFrom(tag)
           Copies standard fields from another tag.
 String getAlbum()
           Returns the album information of the tag.
 String getArtist()
           Returns the artist information of the tag.
 jala.Mp3 getAudio()
           Returns the wrapper for the underlying audio file.
 String getComment()
           Returns the comment information of the tag.
 String getGenre()
           Returns the genre information of the tag.
 org.farng.mp3.id3.AbstractID3v1 getJavaObject()
           Returns the java representation of the tag, class depends on the actual library used.
 Object getTextContent(<String> id)
           This method could be used to retrieve an arbitrary field of the underlying tag.
 String getTitle()
           Returns the title information of the tag.
 String getTrackNumber()
           Returns the track number information of the tag.
 String getYear()
           Returns the year information of the tag.
 void setAlbum(<String> album)
           Sets the album information.
 void setArtist(<String> artist)
           Sets the artist information.
 void setComment(<String> comment)
           Sets the comment
 void setGenre(<String> genre)
           Sets the genre information.
 void setTextContent(<String> id, val)
           This method could be used to set an arbitrary field of the underlying tag.
 void setTitle(<String> title)
           Sets the title information
 void setTrackNumber(<Number> trackNumber)
           Sets the track number information.
 void setYear(<Number> year)
           Sets the year information.

Constructor Detail

jala.Mp3.Id3v1

jala.Mp3.Id3v1(audioObj)

Method Detail

copyFrom

void copyFrom(tag)

getAlbum

String getAlbum()

getArtist

String getArtist()

getAudio

jala.Mp3 getAudio()

getComment

String getComment()

getGenre

String getGenre()

getJavaObject

org.farng.mp3.id3.AbstractID3v1 getJavaObject()

getTextContent

Object getTextContent(<String> id)

getTitle

String getTitle()

getTrackNumber

String getTrackNumber()

getYear

String getYear()

setAlbum

void setAlbum(<String> album)

setArtist

void setArtist(<String> artist)

setComment

void setComment(<String> comment)

setGenre

void setGenre(<String> genre)

setTextContent

void setTextContent(<String> id, val)

setTitle

void setTitle(<String> title)

setTrackNumber

void setTrackNumber(<Number> trackNumber)

setYear

void setYear(<Number> year)

Jala 1.3

Documentation generated by JSDoc on Tue Jan 8 15:45:31 2008