Class RekordboxAnlz.CueEntry

  • Enclosing class:
    RekordboxAnlz

    public static class RekordboxAnlz.CueEntry
    extends io.kaitai.struct.KaitaiStruct
    A cue list entry. Can either represent a memory cue or a loop.
    • Constructor Detail

      • CueEntry

        public CueEntry​(io.kaitai.struct.KaitaiStream _io)
    • Method Detail

      • magic

        public byte[] magic()
        Identifies this as a cue list entry (cue point).
      • lenHeader

        public long lenHeader()
      • lenEntry

        public long lenEntry()
      • hotCue

        public long hotCue()
        If zero, this is an ordinary memory cue, otherwise this a hot cue with the specified number.
      • _unnamed5

        public long _unnamed5()
      • orderFirst

        public int orderFirst()
      • orderLast

        public int orderLast()
      • _unnamed9

        public byte[] _unnamed9()
      • time

        public long time()
        The position, in milliseconds, at which the cue point lies in the track.
      • loopTime

        public long loopTime()
        The position, in milliseconds, at which the player loops back to the cue time if this is a loop.
      • _unnamed12

        public byte[] _unnamed12()
      • _parent

        public RekordboxAnlz.CueTag _parent()
        Overrides:
        _parent in class io.kaitai.struct.KaitaiStruct