MetaTagText

interface MetaTagText : MetaTag

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

Types

Link copied to clipboard

Properties

Link copied to clipboard

The Encoding Used for the Data.

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 schemeIdUri: String?

The URI of the supported scheme ID.

Link copied to clipboard
abstract val text: String?

Attempts to convert the text to a String for consumption by an end user. The value is null if the text data cannot be converted to a string.

Link copied to clipboard
abstract val textData: ByteArray?

The text data in the tag.

Link copied to clipboard
abstract val type: FrameType

The FrameType value.