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

    Interface PlayerTextTrackLoadOptions

    Load options for text tracks.

    interface PlayerTextTrackLoadOptions {
        adaptiveRendering?: boolean;
        fallbackFormat?: FallbackFormat;
        fileFormatType?: FileFormatType;
        forceSkipMetadataResolution?: boolean;
        handlerType?: PlayerTextHandlerType;
        renderingRegion?: PlayerTextRenderingRegion;
        timeReference?: TimeReference;
    }

    Hierarchy

    • PlayerTrackLoadOptions
      • PlayerTextTrackLoadOptions
    Index

    Properties

    adaptiveRendering?: boolean

    Not supported with NATIVE or EMBEDDED handlerType

    fallbackFormat?: FallbackFormat
    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.

    handlerType?: PlayerTextHandlerType
    renderingRegion?: PlayerTextRenderingRegion

    Not supported with NATIVE or EMBEDDED handlerType

    timeReference?: TimeReference