|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMP3Object | |
org.farng.mp3 | Start with AbstractMP3Tag or MP3File |
org.farng.mp3.object | Each tag is broken down into fields or fragments which are further broken down into Objects |
Uses of AbstractMP3Object in org.farng.mp3 |
Methods in org.farng.mp3 with parameters of type AbstractMP3Object | |
protected void |
AbstractMP3FragmentBody.appendToObjectList(AbstractMP3Object object)
|
Uses of AbstractMP3Object in org.farng.mp3.object |
Subclasses of AbstractMP3Object in org.farng.mp3.object | |
class |
ObjectBooleanByte
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectBooleanString
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectByteArraySizeTerminated
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectGroupRepeated
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectID3v2LyricLine
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectLyrics3Image
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectLyrics3Line
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectLyrics3TimeStamp
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectNumberFixedLength
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectNumberHashMap
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectNumberVariableLength
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringDate
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringDateTime
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringFixedLength
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringHashMap
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringNullTerminated
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
class |
ObjectStringSizeTerminated
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment s Then each fragment is broken down
in to individual AbstractMP3Object s |
Methods in org.farng.mp3.object with parameters of type AbstractMP3Object | |
void |
ObjectGroupRepeated.addObject(AbstractMP3Object object)
|
void |
ObjectGroupRepeated.addProperty(AbstractMP3Object object)
|
Constructors in org.farng.mp3.object with parameters of type AbstractMP3Object | |
AbstractMP3Object(AbstractMP3Object copyObject)
Creates a new AbstractMP3Object object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |