Uses of Class
org.blinkenlights.jid3.v2.COMMID3V2Frame

Packages that use COMMID3V2Frame
org.blinkenlights.jid3.test   
org.blinkenlights.jid3.util   
org.blinkenlights.jid3.v2   
 

Uses of COMMID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type COMMID3V2Frame
 void AllTests.TestID3Visitor.visitCOMMID3V2Frame(COMMID3V2Frame oCOMMID3V2Frame)
           
 

Uses of COMMID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type COMMID3V2Frame
 void ID3Visitor.visitCOMMID3V2Frame(COMMID3V2Frame oCOMMID3V2Frame)
           
 

Uses of COMMID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return COMMID3V2Frame
 COMMID3V2Frame[] ID3V2_3_0Tag.getCOMMFrames()
          Get all COMM frames stored in this tag.
 COMMID3V2Frame ID3V2_3_0Tag.removeCOMMFrame(java.lang.String sLanguage, java.lang.String sShortDescription)
          Remove a specific COMM frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type COMMID3V2Frame
 void ID3V2_3_0Tag.addCOMMFrame(COMMID3V2Frame oCOMMID3V2Frame)
          Add a comment frame to this tag.