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

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

Uses of AENCID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type AENCID3V2Frame
 void AllTests.TestID3Visitor.visitAENCID3V2Frame(AENCID3V2Frame oAENCID3V2Frame)
           
 

Uses of AENCID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type AENCID3V2Frame
 void ID3Visitor.visitAENCID3V2Frame(AENCID3V2Frame oAENCID3V2Frame)
           
 

Uses of AENCID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return AENCID3V2Frame
 AENCID3V2Frame[] ID3V2_3_0Tag.getAENCFrames()
          Get all AENC frames stored in this tag.
 AENCID3V2Frame ID3V2_3_0Tag.removeAENCFrame(java.lang.String sOwnerIdentifier)
          Remove a specific AENC frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type AENCID3V2Frame
 void ID3V2_3_0Tag.addAENCFrame(AENCID3V2Frame oAENCID3V2Frame)
          Add an audio encryption frame to this tag.