Class ID3Frame.AttachedPicture
-
- All Implemented Interfaces:
public final class ID3Frame.AttachedPicture extends ID3Frame
An attached picture ID3 frame.
See section 4.14 of https://id3.org/id3v2.4.0-frames for more information.
-
-
Method Summary
Modifier and Type Method Description final String
getUrl()
final String
getMimeType()
The MIME type of the attached picture. final Byte
getPictureType()
The type of the attached picture. final String
getDescription()
The description of the attached picture. final ByteArray
getData()
The data of the attached picture. -
-
Method Detail
-
getMimeType
final String getMimeType()
The MIME type of the attached picture.
-
getPictureType
final Byte getPictureType()
The type of the attached picture.
-
getDescription
final String getDescription()
The description of the attached picture.
-
-
-
-