Class RekordboxAnlz.CueExtendedEntry

  • Enclosing class:
    RekordboxAnlz

    public static class RekordboxAnlz.CueExtendedEntry
    extends io.kaitai.struct.KaitaiStruct
    A cue extended list entry. Can either describe a memory cue or a loop.
    • Method Detail

      • _unnamed0

        public byte[] _unnamed0()
      • 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 byte[] _unnamed5()
      • 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.
      • _unnamed8

        public byte[] _unnamed8()
      • lenComment

        public long lenComment()
      • comment

        public String comment()
        The comment assigned to this cue by the DJ, if any, with a trailing NUL.
      • colorCode

        public Integer colorCode()
        A lookup value for a color table? We use this to index to the colors shown in rekordbox.
      • colorRed

        public Integer colorRed()
        The red component of the color to be displayed.
      • colorGreen

        public Integer colorGreen()
        The green component of the color to be displayed.
      • colorBlue

        public Integer colorBlue()
        The blue component of the color to be displayed.
      • _unnamed15

        public byte[] _unnamed15()