@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. Returns candidates for ambiguous extensions (e.g. .mp4).
    • HEAD_REQUEST_PROBE: Sends an HTTP HEAD request and reads the Content-Type header.
    • MEDIA_METADATA_RESOLVER_PROBE: Partially downloads the file to resolve its actual MIME type via mediabunny. Use this to disambiguate formats the server's Content-Type header misreports (e.g. audio-only MP4 served as video/mp4).
    Index

    Enumeration Members

    EXTENSION_PROBE: "EXTENSION_PROBE"
    HEAD_REQUEST_PROBE: "HEAD_REQUEST_PROBE"
    MEDIA_METADATA_RESOLVER_PROBE: "MEDIA_METADATA_RESOLVER_PROBE"