TextInformationFrame

TextInformationFrame

class TextInformationFrame(id: String, val description: String?, val value: String) : Id3Frame

Constructors

TextInformationFrameconstructor(id: String, description: String?, value: String)

Properties

NameSummary
description@JvmField
val description: String?
value@JvmField
val value: String

Functions

NameSummary
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int