STrackInfo
Index
Properties Index
Properties
Title
string Title get
Title of the track
otc = function(trackInfo)
Space.Log(trackInfo.Title)
end
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)
Artist
string Artist get
Artist of the track
otc = function(trackInfo)
Space.Log(trackInfo.Artist)
end
Space.Host.ExecutingObject.Radio.OnTrackChange(otc)