|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMP3Object | |
---|---|
org.farng.mp3 | Start with AbstractMP3Tag or MP3File |
org.farng.mp3.id3 | Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. |
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.id3 |
---|
Methods in org.farng.mp3.id3 that return AbstractMP3Object | |
---|---|
protected abstract AbstractMP3Object |
AbstractPictureFrameBody.createMimeTypeObject()
Create the appropriate MIME object. |
protected AbstractMP3Object |
FrameBodyAPIC.createMimeTypeObject()
|
protected AbstractMP3Object |
FrameBodyPIC.createMimeTypeObject()
|
Uses of AbstractMP3Object in org.farng.mp3.object |
---|
Subclasses of AbstractMP3Object in org.farng.mp3.object | |
---|---|
class |
AbstractTextObject
Base implementation for text-based text objects, to handle text encoding. |
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 |