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

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

Uses of TXXXTextInformationID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type TXXXTextInformationID3V2Frame
 void AllTests.TestID3Visitor.visitTXXXTextInformationID3V2Frame(TXXXTextInformationID3V2Frame oTXXXTextInformationID3V2Frame)
           
 

Uses of TXXXTextInformationID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type TXXXTextInformationID3V2Frame
 void ID3Visitor.visitTXXXTextInformationID3V2Frame(TXXXTextInformationID3V2Frame oTXXXTextInformationID3V2Frame)
           
 

Uses of TXXXTextInformationID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return TXXXTextInformationID3V2Frame
 TXXXTextInformationID3V2Frame[] ID3V2_3_0Tag.getTXXXTextInformationFrames()
          Get all TXXX frames stored in this tag.
 TXXXTextInformationID3V2Frame ID3V2_3_0Tag.removeTXXXTextInformationFrame(java.lang.String sDescription)
          Remove a specific TXXX frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type TXXXTextInformationID3V2Frame
 void ID3V2_3_0Tag.addTXXXTextInformationFrame(TXXXTextInformationID3V2Frame oTXXXTextInformationID3V2Frame)
          Add a user-defined text information frame to this tag.