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

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

Uses of APICID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type APICID3V2Frame
 void AllTests.TestID3Visitor.visitAPICID3V2Frame(APICID3V2Frame oAPICID3V2Frame)
           
 

Uses of APICID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type APICID3V2Frame
 void ID3Visitor.visitAPICID3V2Frame(APICID3V2Frame oAPICID3V2Frame)
           
 

Uses of APICID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return APICID3V2Frame
 APICID3V2Frame[] ID3V2_3_0Tag.getAPICFrames()
          Get all APIC frames stored in this tag.
 APICID3V2Frame ID3V2_3_0Tag.removeAPICFrame(java.lang.String sDescription)
          Remove a specific APIC frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type APICID3V2Frame
 void ID3V2_3_0Tag.addAPICFrame(APICID3V2Frame oAPICID3V2Frame)
          Add an attached picture frame to this tag.