Uses of Class
org.deepsymmetry.beatlink.DeviceAnnouncement
-
Packages that use DeviceAnnouncement 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. -
-
Uses of DeviceAnnouncement in org.deepsymmetry.beatlink
Methods in org.deepsymmetry.beatlink that return DeviceAnnouncement Modifier and Type Method Description DeviceAnnouncementDeviceFinder. 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.Methods in org.deepsymmetry.beatlink that return types with arguments of type DeviceAnnouncement Modifier and Type Method Description Set<DeviceAnnouncement>VirtualCdj. findUnreachablePlayers()Checks if we can see any players that are on a different network than the one we chose for the Virtual CDJ.Set<DeviceAnnouncement>DeviceFinder. getCurrentDevices()Get the set of DJ Link devices which currently can be seen on the network.Methods in org.deepsymmetry.beatlink with parameters of type DeviceAnnouncement Modifier and Type Method Description voidDeviceAnnouncementAdapter. deviceFound(DeviceAnnouncement announcement)voidDeviceAnnouncementListener. deviceFound(DeviceAnnouncement announcement)Invoked when a new DJ Link device is heard from on the network.voidDeviceAnnouncementAdapter. deviceLost(DeviceAnnouncement announcement)voidDeviceAnnouncementListener. deviceLost(DeviceAnnouncement announcement)Invoked when a DJ Link device is no longer seen on the network.static DeviceReferenceDeviceReference. getDeviceReference(DeviceAnnouncement announcement)Get a unique device identifier corresponding to a device we have received an announcement packet from.DeviceUpdateVirtualCdj. getLatestStatusFor(DeviceAnnouncement device)Look up the most recent status we have seen for a device, given its device announcement packet as returned byDeviceFinder.getCurrentDevices().
-