Uses of Interface
org.jaudiotagger.tag.id3.framebody.ID3v24FrameBody

Packages that use ID3v24FrameBody
org.jaudiotagger.tag   
org.jaudiotagger.tag.id3.framebody   
 

Uses of ID3v24FrameBody in org.jaudiotagger.tag
 

Fields in org.jaudiotagger.tag with type parameters of type ID3v24FrameBody
private  java.util.HashMap<java.lang.Class<? extends ID3v24FrameBody>,java.util.LinkedList<java.lang.String>> TagOptionSingleton.keywordMap
           
 

Methods in org.jaudiotagger.tag that return types with arguments of type ID3v24FrameBody
 java.util.Iterator<java.lang.Class<? extends ID3v24FrameBody>> TagOptionSingleton.getKeywordIterator()
           
 

Method parameters in org.jaudiotagger.tag with type arguments of type ID3v24FrameBody
 void TagOptionSingleton.addKeyword(java.lang.Class<? extends ID3v24FrameBody> id3v2FrameBodyClass, java.lang.String keyword)
           
 java.util.Iterator<java.lang.String> TagOptionSingleton.getKeywordListIterator(java.lang.Class<? extends ID3v24FrameBody> id3v2_4FrameBody)
           
 

Uses of ID3v24FrameBody in org.jaudiotagger.tag.id3.framebody
 

Classes in org.jaudiotagger.tag.id3.framebody that implement ID3v24FrameBody
 class FrameBodyAENC
          Audio encryption Frame.
 class FrameBodyAPIC
          Attached picture frame.
 class FrameBodyASPI
          Audio files with variable bit rates are intrinsically difficult to deal with in the case of seeking within the file.
 class FrameBodyCOMM
          Comments frame.
 class FrameBodyCOMR
          Commercial frame.
 class FrameBodyDeprecated
          Represents a framebody for a frame identifier that is not defined for the tag version but was valid for a for an earlier tag version.
 class FrameBodyENCR
          Encryption method registration frame.
 class FrameBodyEQU2
          Equalisation (2)

This is another subjective, alignment frame.

 class FrameBodyETCO
          Event timing codes frame.
 class FrameBodyGEOB
          General encapsulated object frame.
 class FrameBodyGRID
          Group identification registration frame.
 class FrameBodyLINK
          Linked information frame.
 class FrameBodyMCDI
          Music CD identifier frame.
 class FrameBodyMLLT
          MPEG location lookup table frame.
 class FrameBodyOWNE
          Ownership frame.
 class FrameBodyPCNT
          Play counter frame.
 class FrameBodyPOPM
          Popularimeter frame.
 class FrameBodyPOSS
          Position synchronisation frame.
 class FrameBodyPRIV
          Private frame.
 class FrameBodyRBUF
          Body of Recommended buffer size frame, generally used for streaming audio
 class FrameBodyRVA2
           
 class FrameBodyRVRB
          Reverb frame.
 class FrameBodySEEK
           
 class FrameBodySIGN
           
 class FrameBodySYLT
          Synchronised lyrics/text frame.
 class FrameBodySYTC
          Synchronised tempo codes frame.
 class FrameBodyTALB
          Album/Movie/Show title Text information frame.
 class FrameBodyTBPM
          Beats Per Minute Text information frame.
 class FrameBodyTCMP
          Is part of a Compilation (iTunes frame)

 class FrameBodyTCOM
          Composer Text information frame.
 class FrameBodyTCON
          Content type Text information frame.
 class FrameBodyTCOP
          Copyright message Text information frame.
 class FrameBodyTDEN
           
 class FrameBodyTDLY
          Playlist delay Text information frame.
 class FrameBodyTDOR
           
 class FrameBodyTDRC
           
 class FrameBodyTDRL
           
 class FrameBodyTDTG
           
 class FrameBodyTENC
          Encoded by Text information frame.
 class FrameBodyTEXT
          Lyricist/Text writer Text information frame.
 class FrameBodyTFLT
          File type Text information frame.
 class FrameBodyTIPL
          The 'Involved people list' is intended as a mapping between functions like producer and names.
 class FrameBodyTIT1
          Content group description Text information frame.
 class FrameBodyTIT2
          Title/Songname/Content description Text information frame.
 class FrameBodyTIT3
          Subtitle/Description refinement Text information frame.
 class FrameBodyTKEY
          Initial key Text information frame.
 class FrameBodyTLAN
          Language(s) Text information frame.
 class FrameBodyTLEN
          Length Text information frame.
 class FrameBodyTMCL
           
 class FrameBodyTMED
          Length Text information frame.
 class FrameBodyTMOO
           
 class FrameBodyTOPE
          Original artist(s)/performer(s) Text information frame.
 class FrameBodyTPE1
          Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group Text information frame.
 class FrameBodyTPE2
          Band/Orchestra/Accompaniment Text information frame.
 class FrameBodyTPE3
          Conductor Text information frame.
 class FrameBodyTPE4
          Interpreted, remixed, or otherwise modified by Text information frame.
 class FrameBodyTPOS
          Part of a set Text information frame.
 class FrameBodyTPRO
           
 class FrameBodyTPUB
          Publisher Text information frame.
 class FrameBodyTRCK
          Track number/position in set Text Information frame.
 class FrameBodyTRSN
          Internet radio station name Text information frame.
 class FrameBodyTRSO
          Internet radio station owner Text information frame.
 class FrameBodyTSO2
          Album Artist Sort name ( iTunes Only)
 class FrameBodyTSOA
          Album Sort name
 class FrameBodyTSOC
          Composer Sort name (iTunes Only)
 class FrameBodyTSOP
           
 class FrameBodyTSOT
          Title Sort name
 class FrameBodyTSRC
           
 class FrameBodyTSSE
          Software/Hardware and settings used for encoding Text information frame.
 class FrameBodyTSST
           
 class FrameBodyTXXX
          User defined text information frame

This frame is intended for one-string text information concerning the audio file in a similar way to the other "T"-frames.

 class FrameBodyUFID
          A UFID Framebody consists of an owner that identifies the server hosting the unique identifier database, and the unique identifier itself which can be up to 64 bytes in length.
 class FrameBodyUnsupported
          Represents a framebody for a frame identifier jaudiotagger has not implemented a framebody for.
 class FrameBodyUSER
          Terms of use frame.
 class FrameBodyUSLT
          Unsychronised lyrics/text transcription frame.
 class FrameBodyWCOM
          Commercial information URL link frames.
 class FrameBodyWCOP
          Copyright/Legal information URL link frames.
 class FrameBodyWOAF
          Official audio file webpage URL link frames.
 class FrameBodyWOAR
          Official artist/performer webpage URL link frames.
 class FrameBodyWOAS
          Official audio source webpage URL link frames.
 class FrameBodyWORS
          Official internet radio station homepage URL link frames.
 class FrameBodyWPAY
          Payment URL link frames.
 class FrameBodyWPUB
          Publishers official webpage URL link frames.
 class FrameBodyWXXX
          Represents a user defined url