public class SlotReference extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
player
The player in which this slot is found.
|
CdjStatus.TrackSourceSlot |
slot
The specific type of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
static SlotReference |
getSlotReference(DataReference dataReference)
Get a unique reference to the media slot on the network from which the specified data was loaded.
|
static SlotReference |
getSlotReference(int player,
CdjStatus.TrackSourceSlot slot)
Get a unique reference to a media slot on the network from which tracks can be loaded.
|
String |
toString() |
public final int player
public final CdjStatus.TrackSourceSlot slot
public static SlotReference getSlotReference(int player, CdjStatus.TrackSourceSlot slot)
player - the player in which the slot is foundslot - the specific type of the slotNullPointerException - if slot is nullpublic static SlotReference getSlotReference(DataReference dataReference)
dataReference - the data whose media slot is of interestCopyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.