Class RekordboxPdb.PlaylistTreeRow

  • Enclosing class:
    RekordboxPdb

    public static class RekordboxPdb.PlaylistTreeRow
    extends io.kaitai.struct.KaitaiStruct
    A row that holds a playlist name, ID, indication of whether it is an ordinary playlist or a folder of other playlists, a link to its parent folder, and its sort order.
    • Constructor Detail

      • PlaylistTreeRow

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

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

      • isFolder

        public Boolean isFolder()
      • parentId

        public long parentId()
        The ID of the `playlist_tree_row` in which this one can be found, or `0` if this playlist exists at the root level.
      • _unnamed1

        public byte[] _unnamed1()
      • sortOrder

        public long sortOrder()
        The order in which the entries of this playlist are sorted.
      • id

        public long id()
        The unique identifier by which this playlist or folder can be requested and linked from other rows.
      • rawIsFolder

        public long rawIsFolder()
        Has a non-zero value if this is actually a folder rather than a playlist.
      • _parent

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