LyricMetadata

data class LyricMetadata(val artist: String? = null, val album: String? = null, val title: String? = null, val author: String? = null, val length: Long? = null, val by: String? = null, val offset: Long? = null, val creator: String? = null, val version: String? = null, val isSynced: Boolean? = null)

LyricMetadata model.

Constructors

Link copied to clipboard
constructor(artist: String? = null, album: String? = null, title: String? = null, author: String? = null, length: Long? = null, by: String? = null, offset: Long? = null, creator: String? = null, version: String? = null, isSynced: Boolean? = null)

Properties

Link copied to clipboard
val album: String? = null

The album this song is on.

Link copied to clipboard
val artist: String? = null

The song artist.

Link copied to clipboard
val author: String? = null

The author of the lyric data.

Link copied to clipboard
val by: String? = null

Who the LRC file was created by.

Link copied to clipboard
val creator: String? = null

The software used to create the LRC file.

Link copied to clipboard
val isSynced: Boolean? = null

A value indicating whether this lyric is synced.

Link copied to clipboard
val length: Long? = null

The length of the song in ticks.

Link copied to clipboard
val offset: Long? = null

The lyric offset compared to audio in ticks.

Link copied to clipboard
val title: String? = null

The title of the song.

Link copied to clipboard
val version: String? = null

The version of the creator used.