STrackInfo

Index

Properties Index

Property

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)

Last updated

Sinespace® is a registered trademark of Sine Wave Entertainment Ltd, All Rights Reserved.