Class ID3Frame.GeneralEncapsulatedObject
-
- All Implemented Interfaces:
public final class ID3Frame.GeneralEncapsulatedObject extends ID3Frame
A general encapsulated object ID3 frame.
See section 4.15 of https://id3.org/id3v2.4.0-frames for more information.
-
-
Method Summary
Modifier and Type Method Description final StringgetMimeType()The MIME type of the encapsulated object. final StringgetFileName()The file name of the encapsulated object. final StringgetDescription()The description of the encapsulated object. final ByteArraygetData()The data of the encapsulated object. -
-
Method Detail
-
getMimeType
final String getMimeType()
The MIME type of the encapsulated object.
-
getFileName
final String getFileName()
The file name of the encapsulated object.
-
getDescription
final String getDescription()
The description of the encapsulated object.
-
-
-
-