| Package | Description |
|---|---|
| org.deepsymmetry.beatlink |
A library for synchronizing with beats from Pioneer DJ Link equipment,
and finding out details about the tracks that are playing.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Byte,CdjStatus.PlayState3> |
CdjStatus.PLAY_STATE_3_MAP
Allows a known P3 value to be looked up based on the byte that was seen in a status update.
|
| Modifier and Type | Method and Description |
|---|---|
CdjStatus.PlayState3 |
CdjStatus.getPlayState3()
Get the third play state found in the packet, labeled P3 in Figure 11 of the
Packet Analysis document.
|
static CdjStatus.PlayState3 |
CdjStatus.PlayState3.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdjStatus.PlayState3[] |
CdjStatus.PlayState3.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.