Uses of Class
com.mpatric.mp3agic.ID3v2ChapterFrameData
| Package | Description |
|---|---|
| com.mpatric.mp3agic |
-
Uses of ID3v2ChapterFrameData in com.mpatric.mp3agic
Methods in com.mpatric.mp3agic that return types with arguments of type ID3v2ChapterFrameData Modifier and Type Method Description ArrayList<ID3v2ChapterFrameData>AbstractID3v2Tag. getChapters()ArrayList<ID3v2ChapterFrameData>ID3v2. getChapters()Method parameters in com.mpatric.mp3agic with type arguments of type ID3v2ChapterFrameData Modifier and Type Method Description voidAbstractID3v2Tag. setChapters(ArrayList<ID3v2ChapterFrameData> chapters)voidID3v2. setChapters(ArrayList<ID3v2ChapterFrameData> chapters)