Class RekordboxPdb.PlaylistEntryRow

  • Enclosing class:
    RekordboxPdb

    public static class RekordboxPdb.PlaylistEntryRow
    extends io.kaitai.struct.KaitaiStruct
    A row that associates a track with a position in a playlist.
    • Constructor Detail

      • PlaylistEntryRow

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

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

      • entryIndex

        public long entryIndex()
        The position within the playlist represented by this entry.
      • trackId

        public long trackId()
        The track found at this position in the playlist.
      • playlistId

        public long playlistId()
        The playlist to which this entry belongs.
      • _parent

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