| 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 | Method and Description |
|---|---|
DeviceAnnouncement |
DeviceFinder.getLatestAnnouncementFrom(int deviceNumber)
Find and return the device announcement that was most recently received from a device identifying itself
with the specified device number, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceAnnouncement> |
DeviceFinder.getCurrentDevices()
Get the set of DJ Link devices which currently can be seen on the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceAnnouncementListener.deviceFound(DeviceAnnouncement announcement)
Invoked when a new DJ Link device is heard from on the network.
|
void |
DeviceAnnouncementAdapter.deviceFound(DeviceAnnouncement announcement) |
void |
DeviceAnnouncementListener.deviceLost(DeviceAnnouncement announcement)
Invoked when a DJ Link device is no longer seen on the network.
|
void |
DeviceAnnouncementAdapter.deviceLost(DeviceAnnouncement announcement) |
DeviceUpdate |
VirtualCdj.getLatestStatusFor(DeviceAnnouncement device)
Look up the most recent status we have seen for a device, given its device announcement packet as returned
by
DeviceFinder.getCurrentDevices(). |
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.