UnsynchronisedLyrics

class UnsynchronisedLyrics @JvmOverloads constructor(val lyrics: String, val description: String = "", val language: String = "eng") : FrameValue

Unsynchronised lyrics.

Requirements:

  • Language must be in ISO 639-2 format.

See also

Constructors

Link copied to clipboard
constructor(lyrics: String, description: String = "", language: String = "eng")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String