Webportal v1

embedded apps

API Reference - Media.GetTrackName()

Media.GetTrackName()

Type Method
Min Privacy Full
wave 2
wave 3
wave 4

Media.GetTrackName()

Description Gets the current track’s name.
Response String The name of the current track, 32 characters long max.
Parameter Void

Example

1
2
3
4
5
6
//Check the state of the media

if (Media.GetMediaState() === 2) {
	// Media currently playing
	var currentTrack = Media.GetTrackName()
}

Appeared in Software version 30.10.10.00