| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.data |
Offers rich information about the tracks loaded in players on the network.
|
| org.deepsymmetry.beatlink.dbserver |
Provides an interface to the database servers running on Pioneer players.
|
| Modifier and Type | Field and Description |
|---|---|
Message |
WaveformPreview.rawMessage
The message holding the preview as it was read over the network.
|
Message |
WaveformDetail.rawMessage
The message holding the detail as it was read over the network.
|
Message |
CueList.rawMessage
The message holding the cue list information as it was read over the network.
|
| Modifier and Type | Field and Description |
|---|---|
List<Message> |
TrackMetadata.rawItems
The raw dbserver messages containing the metadata when it was read over the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MetadataFinder.requestPlaylistItemsFrom(int player,
CdjStatus.TrackSourceSlot slot,
int sortOrder,
int playlistOrFolderId,
boolean folder)
Ask the specified player for the playlist entries of the specified playlist (if
folder is false,
or the list of playlists and folders inside the specified playlist folder (if folder is true. |
| Constructor and Description |
|---|
BeatGrid(DataReference reference,
Message message)
Constructor for when reading from the network.
|
CueList(Message message)
Constructor when reading from the network or a cache file.
|
WaveformDetail(DataReference reference,
Message message)
Constructor when reading from the network or a cache file.
|
WaveformPreview(DataReference reference,
Message message)
Constructor when reading from the network or a cache file.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static Message |
Message.read(DataInputStream is)
Read the next message from the stream.
|
Message |
Client.simpleRequest(Message.KnownType requestType,
Message.KnownType responseType,
Field... arguments)
Send a request that expects a single message as its response, then read and return that response.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.