| Modifier and Type | Field and Description |
|---|---|
long |
cuePosition
Indicates the location of the cue in half-frame units, which are 1/150 of a second.
|
long |
cueTime
Indicates the location of the cue in milliseconds.
|
int |
hotCueNumber
If this has a non-zero value, this entry is a hot cue with that identifier.
|
boolean |
isLoop
Indicates whether this entry represents a loop, as opposed to a simple cue point.
|
long |
loopPosition
If the entry represents a loop, indicates the loop point in half-frame units, which are 1/150 of a second.
|
long |
loopTime
If the entry represents a loop, indicates the loop point in milliseconds.
|
public final int hotCueNumber
public final boolean isLoop
public final long cuePosition
public final long cueTime
public final long loopPosition
cuePosition.public final long loopTime
cueTime.public Entry(int number,
long position)
number - if non-zero, this is a hot cue, with the specified identifierposition - the position of this cue/memory point in half-frame units, which are 1/150 of a secondpublic Entry(int number,
long startPosition,
long endPosition)
number - if non-zero, this is a hot cue, with the specified identifierstartPosition - the position of the start of this loop in half-frame units, which are 1/150 of a secondendPosition - the position of the end of this loop in half-frame unitsCopyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.