public class CueList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CueList.Entry
Breaks out information about each entry in the cue list.
|
| Modifier and Type | Field and Description |
|---|---|
List<CueList.Entry> |
entries
The 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).
|
Message |
rawMessage
The message holding the cue list information as it was read over the network.
|
| Constructor and Description |
|---|
CueList(Message message)
Constructor when reading from the network or a cache file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getHotCueCount()
Return the number of entries in the cue list that represent hot cues.
|
int |
getMemoryPointCount()
Return the number of entries in the cue list that represent ordinary memory points, rather than hot cues.
|
int |
hashCode() |
String |
toString() |
public final Message rawMessage
public final List<CueList.Entry> entries
public CueList(Message message)
message - the response that contains the cue list informationpublic int getHotCueCount()
public int getMemoryPointCount()
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.