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

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

Uses of TIT2TextInformationID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type TIT2TextInformationID3V2Frame
 void AllTests.TestID3Visitor.visitTIT2TextInformationID3V2Frame(TIT2TextInformationID3V2Frame oTIT2TextInformationID3V2Frame)
           
 

Uses of TIT2TextInformationID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type TIT2TextInformationID3V2Frame
 void ID3Visitor.visitTIT2TextInformationID3V2Frame(TIT2TextInformationID3V2Frame oTIT2TextInformationID3V2Frame)
           
 

Uses of TIT2TextInformationID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return TIT2TextInformationID3V2Frame
 TIT2TextInformationID3V2Frame ID3V2_3_0Tag.setTIT2TextInformationFrame(TIT2TextInformationID3V2Frame oTIT2TextInformationID3V2Frame)
          Set a title/songname/content description frame in this tag.
 TIT2TextInformationID3V2Frame ID3V2_3_0Tag.getTIT2TextInformationFrame()
          Get the TIT2 frame set in this tag.
 TIT2TextInformationID3V2Frame ID3V2_3_0Tag.removeTIT2TextInformationFrame()
          Remove the TIT2 frame which was set in this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type TIT2TextInformationID3V2Frame
 TIT2TextInformationID3V2Frame ID3V2_3_0Tag.setTIT2TextInformationFrame(TIT2TextInformationID3V2Frame oTIT2TextInformationID3V2Frame)
          Set a title/songname/content description frame in this tag.