@byomakase/omakase-player
    Preparing search index...

    Enumeration MediaProbeToolType

    Identifies the strategy used to probe a media URL.

    • EXTENSION_PROBE: Infers the format from the URL file extension.
    • HEAD_REQUEST_PROBE: Sends an HTTP HEAD request and reads the Content-Type header.
    • METADATA_RESOLVE: Fetches deeper media metadata (e.g. frame rate, codec) by partially downloading the file.
    Index

    Enumeration Members

    EXTENSION_PROBE: "EXTENSION_PROBE"
    HEAD_REQUEST_PROBE: "HEAD_REQUEST_PROBE"
    METADATA_RESOLVE: "METADATA_RESOLVE"