public class DeckReference extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
hotCue
The hot cue number in which the track is loaded, or 0 if it is actively loaded on the playback deck.
|
int |
player
The player in which this track is loaded.
|
| Modifier and Type | Method and Description |
|---|---|
static DeckReference |
getDeckReference(int player,
int hotCue)
Get a unique reference to a place where a track is currently loaded in a player.
|
String |
toString() |
public final int player
public final int hotCue
public static DeckReference getDeckReference(int player, int hotCue)
player - the player in which the track is loadedhotCue - hot cue number in which the track is loaded, or 0 if it is actively loaded on the playback deckCopyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.