MetaTagPicture

Class associated with Picture data from a Video/Audio Stream (e.g. ID3 Tag Data).

Properties

Link copied to clipboard

The extended attributes that may have been associated with this tag in byte form.

Link copied to clipboard
abstract val id: String?

The frame id. Note: This parameter is optional, UNKNOWN_ID value will be used if none provided.

Link copied to clipboard
abstract val mimeType: MetaTagText?

The MIME type of the picture associated with the current content (from the content's timed metadata ID3 tags).

Link copied to clipboard
abstract val picture: Bitmap?

The converted PictureData to a Bitmap.

Link copied to clipboard
abstract val pictureData: ByteArray?

The picture data in byte array for of the same type specified by the mime type.

Link copied to clipboard
abstract val schemeIdUri: String?

The URI of the supported scheme ID.

Link copied to clipboard
abstract val type: FrameType

The FrameType value.