Uses of Class
org.deepsymmetry.beatlink.data.CueList.Entry
-
Packages that use CueList.Entry Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of CueList.Entry in org.deepsymmetry.beatlink.data
Fields in org.deepsymmetry.beatlink.data with type parameters of type CueList.Entry Modifier and Type Field Description List<CueList.Entry>CueList. entriesThe entries present in the cue list, sorted into order by increasing position, with hot cues coming after ordinary memory points if both are at the same position (as often seems to happen).static Comparator<CueList.Entry>CueList. SORT_COMPARATORThe comparator used for sorting the cue list entries during construction, which orders them by position within the track, with hot cues coming after ordinary memory points if both exist at the same position.static Comparator<CueList.Entry>CueList. TIME_ONLY_COMPARATORA comparator for sorting or searching entries that considers only their position within the track, and not whether they are a hot cue.Methods in org.deepsymmetry.beatlink.data that return CueList.Entry Modifier and Type Method Description CueList.EntryCueList. findEntryAfter(long milliseconds)Returns the entry whose track position comes most closely after the specified number of milliseconds, if any.CueList.EntryCueList. findEntryBefore(long milliseconds)Returns the entry whose track position comes most closely before the specified number of milliseconds, if any.Methods in org.deepsymmetry.beatlink.data with parameters of type CueList.Entry Modifier and Type Method Description static ColorWaveformDetailComponent. cueColor(CueList.Entry entry)Deprecated.usegetColor()instead
-