Class RekordboxPdb.AlbumRow

  • Enclosing class:
    RekordboxPdb

    public static class RekordboxPdb.AlbumRow
    extends io.kaitai.struct.KaitaiStruct
    A row that holds an album name and ID.
    • Constructor Detail

      • AlbumRow

        public AlbumRow​(io.kaitai.struct.KaitaiStream _io)
      • AlbumRow

        public AlbumRow​(io.kaitai.struct.KaitaiStream _io,
                        RekordboxPdb.RowRef _parent)
    • Method Detail

      • _unnamed0

        public int _unnamed0()
        Some kind of magic word? Usually 0x80, 0x00.
      • indexShift

        public int indexShift()
        TODO name from @flesniak, but what does it mean?
      • _unnamed2

        public long _unnamed2()
      • artistId

        public long artistId()
        Identifies the artist associated with the album.
      • id

        public long id()
        The unique identifier by which this album can be requested and linked from other rows (such as tracks).
      • _unnamed5

        public long _unnamed5()
      • _unnamed6

        public int _unnamed6()
      • ofsName

        public int ofsName()
        The location of the variable-length name string, relative to the start of this row.
      • _parent

        public RekordboxPdb.RowRef _parent()
        Overrides:
        _parent in class io.kaitai.struct.KaitaiStruct