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

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

Uses of POPMID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type POPMID3V2Frame
 void AllTests.TestID3Visitor.visitPOPMID3V2Frame(POPMID3V2Frame oPOPMID3V2Frame)
           
 

Uses of POPMID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type POPMID3V2Frame
 void ID3Visitor.visitPOPMID3V2Frame(POPMID3V2Frame oPOPMID3V2Frame)
           
 

Uses of POPMID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return POPMID3V2Frame
 POPMID3V2Frame[] ID3V2_3_0Tag.getPOPMFrames()
          Get all POPM frames stored in this tag.
 POPMID3V2Frame ID3V2_3_0Tag.removePOPMFrame(java.lang.String sEmailToUser)
          Remove a specific POPM frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type POPMID3V2Frame
 void ID3V2_3_0Tag.addPOPMFrame(POPMID3V2Frame oPOPMID3V2Frame)
          Add a popularimeter frame to this tag.