SynchronizedLyrics

class SynchronizedLyrics @JvmOverloads constructor(val type: Int, val text: List<Pair<String, Int>>, val timestampFormat: Int, val language: String = "eng", val description: String = "") : FrameValue

Synchronised lyrics.

Requirements:

See also

Constructors

Link copied to clipboard
constructor(type: Int, text: List<Pair<String, Int>>, timestampFormat: Int, language: String = "eng", description: String = "")
constructor(type: Int, timestampFormat: Int, vararg text: Pair<String, Int>, language: String = "eng", description: String = "")
constructor(type: Int, timestampFormat: Int, vararg text: Map<String, Int>, language: String = "eng", description: String = "")
constructor(type: SynchronizedLyricsType, timestampFormat: SynchronizedLyricsTimestampFormat, text: List<Pair<String, Int>>, language: String = "eng", description: String = "")
constructor(type: SynchronizedLyricsType, timestampFormat: SynchronizedLyricsTimestampFormat, vararg text: Pair<String, Int>, language: String = "eng", description: String = "")
constructor(type: SynchronizedLyricsType, timestampFormat: SynchronizedLyricsTimestampFormat, vararg text: Map<String, Int>, language: String = "eng", description: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int

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