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

    Interface PlayerAudioLoadOptions

    Load options for audio tracks.

    interface PlayerAudioLoadOptions {
        fileFormatType?: FileFormatType;
        forceSkipMetadataResolution?: boolean;
    }

    Hierarchy

    • PlayerTrackLoadOptions
      • PlayerAudioLoadOptions
    Index

    Properties

    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.