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

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

Uses of PRIVID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type PRIVID3V2Frame
 void AllTests.TestID3Visitor.visitPRIVID3V2Frame(PRIVID3V2Frame oPRIVID3V2Frame)
           
 

Uses of PRIVID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type PRIVID3V2Frame
 void ID3Visitor.visitPRIVID3V2Frame(PRIVID3V2Frame oPRIVID3V2Frame)
           
 

Uses of PRIVID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return PRIVID3V2Frame
 PRIVID3V2Frame[] ID3V2_3_0Tag.getPRIVFrames()
          Get all PRIV frames stored in this tag.
 PRIVID3V2Frame ID3V2_3_0Tag.removePRIVFrame(java.lang.String sOwnerIdentifier, byte[] abyPrivateData)
          Remove a specific PRIV frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type PRIVID3V2Frame
 void ID3V2_3_0Tag.addPRIVFrame(PRIVID3V2Frame oPRIVID3V2Frame)
          Add a private frame to this tag.