Class RekordboxAnlz.SongStructureTag

  • Enclosing class:
    RekordboxAnlz

    public static class RekordboxAnlz.SongStructureTag
    extends io.kaitai.struct.KaitaiStruct
    Stores the song structure, also known as phrases (intro, verse, bridge, chorus, up, down, outro).
    • Constructor Detail

      • SongStructureTag

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

      • mask

        public byte[] mask()
      • rawMood

        public Integer rawMood()
        This is a way to tell whether the rest of the tag has been masked. The value is supposed to range from 1 to 3, but in masked files it will be much larger.
      • isMasked

        public Boolean isMasked()
      • lenEntryBytes

        public long lenEntryBytes()
        The size of each entry, in bytes. Seems to always be 24.
      • lenEntries

        public int lenEntries()
        The number of phrases.
      • _raw_body

        public byte[] _raw_body()
      • _raw__raw_body

        public byte[] _raw__raw_body()