Class JukeboxTrack
A track configured on a native jukebox.
public sealed class JukeboxTrack
- Inheritance
-
JukeboxTrack
- Inherited Members
- Extension Methods
Properties
Artist
Gets the artist name configured by the game.
public string Artist { get; }
Property Value
Index
Gets the index to pass to SelectTrack(int).
public int Index { get; }
Property Value
Name
Gets the track name configured by the game.
public string Name { get; }