Uses of Class
de.vdheide.mp3.ID3v2

Packages that use ID3v2
de.vdheide.mp3   
 

Uses of ID3v2 in de.vdheide.mp3
 

Methods in de.vdheide.mp3 with parameters of type ID3v2
static TagContent TextFrameNoEncoding.read(ID3v2 id3v2, java.lang.String type)
          Read content from ID3v2 tag.
static TagContent TextFrame.read(boolean encoding, ID3v2 id3v2, java.lang.String type)
          Read content from ID3v2 tag.
static TagContent TextFrameEncoding.read(ID3v2 id3v2, java.lang.String type)
          Read content from ID3v2 tag.
 

Constructors in de.vdheide.mp3 with parameters of type ID3v2
TextFrameNoEncoding(ID3v2 id3v2, java.lang.String type, TagContent content, boolean use_compression)
          Creates a new TextFrameNoEncoding with a given content
TextFrame(boolean encoding, ID3v2 id3v2, java.lang.String type, TagContent content, boolean use_compression)
          Creates a new TextFrame with a given content
TextFrameEncoding(ID3v2 id3v2, java.lang.String type, TagContent content, boolean use_compression)
          Creates a new TextFrameEncoding with a given content