SongTrack.getMetaData

Gets metadata from the track.

class SongTrack
final
T
getMetaData
(
T = string
)
(
string key
)

Parameters

key string

The key of the metadata to retrieve.

Return Value

Type: T

The metadata if existing, null otherwise.

Meta