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 StringgetUrl()final StringgetMimeType()The MIME type of the attached picture. final BytegetPictureType()The type of the attached picture. final StringgetDescription()The description of the attached picture. final ByteArraygetData()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.
-
-
-
-