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 class
ID3v24Frame
class
ID3v2ObseleteFrame
Fields in com.mpatric.mp3agic with type parameters of type ID3v2Frame Modifier and Type Field Description protected ArrayList<ID3v2Frame>
ID3v2ChapterFrameData. subframes
protected ArrayList<ID3v2Frame>
ID3v2ChapterTOCFrameData. subframes
Methods in com.mpatric.mp3agic that return ID3v2Frame Modifier and Type Method Description protected ID3v2Frame
AbstractID3v2Tag. createFrame(byte[] bytes, int currentOffset)
protected ID3v2Frame
AbstractID3v2Tag. createFrame(String id, byte[] data)
protected ID3v2Frame
ID3v24Tag. createFrame(byte[] buffer, int currentOffset)
protected ID3v2Frame
ID3v24Tag. 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 void
AbstractID3v2Tag. addFrame(ID3v2Frame frame, boolean replace)
void
ID3v2FrameSet. addFrame(ID3v2Frame frame)
Method parameters in com.mpatric.mp3agic with type arguments of type ID3v2Frame Modifier and Type Method Description void
ID3v2ChapterFrameData. setSubframes(ArrayList<ID3v2Frame> subframes)
void
ID3v2ChapterTOCFrameData. setSubframes(ArrayList<ID3v2Frame> subframes)