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

The album this song is on.

Link copied to clipboard

The song artist.

Link copied to clipboard

The author of the lyric data.

Link copied to clipboard
val by: String?

Who the LRC file was created by.

Link copied to clipboard

The software used to create the LRC file.

Link copied to clipboard

A value indicating whether this lyric is synced.

Link copied to clipboard
val length: Long?

The length of the song in ticks.

Link copied to clipboard
val offset: Long?

The lyric offset compared to audio in ticks.

Link copied to clipboard

The title of the song.

Link copied to clipboard

The version of the creator used.