public class DataReference extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
player
The player in which this track, album art, beat grid, or waveform is mounted.
|
int |
rekordboxId
The unique ID of the track, album art, beat grid, or waveform within that media database.
|
CdjStatus.TrackSourceSlot |
slot
The slot in which the track, album art, beat grid, or waveform is mounted.
|
| Constructor and Description |
|---|
DataReference(int player,
CdjStatus.TrackSourceSlot slot,
int rekordboxId)
Create a unique reference to a track, album art, beat grid, or waveform that is currently available on
the network.
|
DataReference(SlotReference slot,
int rekordboxId)
Create a unique reference to a track, album art, beat grid, or waveform that is currently available on
the network.
|
public final int player
public final CdjStatus.TrackSourceSlot slot
public final int rekordboxId
public DataReference(int player,
CdjStatus.TrackSourceSlot slot,
int rekordboxId)
player - the player in which the item is mountedslot - the slot in which the item is mountedrekordboxId - the unique ID of the item within that media databaseNullPointerException - if slot is nullpublic DataReference(SlotReference slot, int rekordboxId)
slot - the slot in which the item is mountedrekordboxId - the unique ID of the item within that media databaseCopyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.