Uses of Class
com.mpatric.mp3agic.ID3v2Frame
| Package | Description |
|---|---|
| com.mpatric.mp3agic |
-
Uses of ID3v2Frame in com.mpatric.mp3agic
Subclasses of ID3v2Frame in com.mpatric.mp3agic Modifier and Type Class Description classID3v24FrameclassID3v2ObseleteFrameFields in com.mpatric.mp3agic with type parameters of type ID3v2Frame Modifier and Type Field Description protected ArrayList<ID3v2Frame>ID3v2ChapterFrameData. subframesprotected ArrayList<ID3v2Frame>ID3v2ChapterTOCFrameData. subframesMethods in com.mpatric.mp3agic that return ID3v2Frame Modifier and Type Method Description protected ID3v2FrameAbstractID3v2Tag. createFrame(byte[] bytes, int currentOffset)protected ID3v2FrameAbstractID3v2Tag. createFrame(String id, byte[] data)protected ID3v2FrameID3v24Tag. createFrame(byte[] buffer, int currentOffset)protected ID3v2FrameID3v24Tag. createFrame(String id, byte[] data)Methods in com.mpatric.mp3agic that return types with arguments of type ID3v2Frame Modifier and Type Method Description List<ID3v2Frame>ID3v2FrameSet. getFrames()ArrayList<ID3v2Frame>ID3v2ChapterFrameData. getSubframes()ArrayList<ID3v2Frame>ID3v2ChapterTOCFrameData. getSubframes()Methods in com.mpatric.mp3agic with parameters of type ID3v2Frame Modifier and Type Method Description protected voidAbstractID3v2Tag. addFrame(ID3v2Frame frame, boolean replace)voidID3v2FrameSet. addFrame(ID3v2Frame frame)Method parameters in com.mpatric.mp3agic with type arguments of type ID3v2Frame Modifier and Type Method Description voidID3v2ChapterFrameData. setSubframes(ArrayList<ID3v2Frame> subframes)voidID3v2ChapterTOCFrameData. setSubframes(ArrayList<ID3v2Frame> subframes)