| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.dbserver |
Provides an interface to the database servers running on Pioneer players.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Byte,Message.MenuIdentifier> |
Message.MENU_IDENTIFIER_MAP
Allows a menu/destination to be looked up by the value seen in the second byte of the first argument of many
request messages.
|
| Modifier and Type | Method and Description |
|---|---|
static Message.MenuIdentifier |
Message.MenuIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.MenuIdentifier[] |
Message.MenuIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberField |
Client.buildRMS1(int requestingPlayer,
Message.MenuIdentifier targetMenu,
CdjStatus.TrackSourceSlot slot)
Build the R:M:S:1 parameter that begins many queries.
|
NumberField |
Client.buildRMS1(Message.MenuIdentifier targetMenu,
CdjStatus.TrackSourceSlot slot)
Build the R:M:S:1 parameter that begins many queries.
|
Message |
Client.menuRequest(Message.KnownType requestType,
Message.MenuIdentifier targetMenu,
CdjStatus.TrackSourceSlot slot,
Field... arguments)
Send a request for a menu that we will retrieve items from in subsequent requests.
|
List<Message> |
Client.renderMenuItems(Message.MenuIdentifier targetMenu,
CdjStatus.TrackSourceSlot slot,
int offset,
int count)
Gather up the specified range of responses for a menu request.
|
List<Message> |
Client.renderMenuItems(Message.MenuIdentifier targetMenu,
CdjStatus.TrackSourceSlot slot,
Message availableResponse)
Gather up all the responses that are available for a menu request.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.