All pages
Powered by GitBook
1 of 1

Loading...

STrackInfo

Index

Properties Index

Property

Properties

Title

string Title get

Title of the track

Artist

string Artist get

Artist of the track

string Title get

string Artist get

otc = function(trackInfo)
Space.Log(trackInfo.Title)
  end
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)
otc = function(trackInfo)
Space.Log(trackInfo.Artist)
  end
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)