supervision-js
    Preparing search index...

    Enumeration MediaIndexPlacement

    Where a container keeps the table that says which byte range holds which frame.

    Index
    Front: "front"

    Before the media data, so an open reads it in the first bytes.

    End: "end"

    After the media data, so an open over a link seeks to the end first.

    Fragmented: "fragmented"

    One index per fragment, spread through the file.

    Unknown: "unknown"

    Not an ISO base media file, which is the only layout this probe reads.