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

    Interface AudioTrackLoadOptions

    Load options for audio tracks.

    interface AudioTrackLoadOptions {
        args?: AudioArgs;
        fileFormatType?: FileFormatType;
        forceSkipMetadataResolution?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    args?: AudioArgs
    fileFormatType?: FileFormatType
    forceSkipMetadataResolution?: boolean

    When true, disables all automatic media probing / metadata HTTP requests for this track (file format detection, audio channel count, etc.). fileFormatType must be provided explicitly, or loading fails — anything else that would normally be probed falls back to a default value instead.