Uses of Class
com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
Package | Description |
---|---|
com.mpatric.mp3agic |
-
Uses of ID3v2ChapterTOCFrameData in com.mpatric.mp3agic
Methods in com.mpatric.mp3agic that return types with arguments of type ID3v2ChapterTOCFrameData Modifier and Type Method Description ArrayList<ID3v2ChapterTOCFrameData>
AbstractID3v2Tag. getChapterTOC()
ArrayList<ID3v2ChapterTOCFrameData>
ID3v2. getChapterTOC()
Method parameters in com.mpatric.mp3agic with type arguments of type ID3v2ChapterTOCFrameData Modifier and Type Method Description void
AbstractID3v2Tag. setChapterTOC(ArrayList<ID3v2ChapterTOCFrameData> toc)
void
ID3v2. setChapterTOC(ArrayList<ID3v2ChapterTOCFrameData> ctoc)