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

    Interface PlayerTextTrackLoadOptions

    Load options for text tracks.

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

    Hierarchy

    • PlayerTrackLoadOptions
      • PlayerTextTrackLoadOptions
    Index

    Properties

    adaptiveRendering?: boolean

    Not supported with NATIVE or EMBEDDED handlerType

    fallbackFormat?: FallbackFormat
    fileFormatType?: FileFormatType
    handlerType?: PlayerTextHandlerType
    renderingRegion?: PlayerTextRenderingRegion

    Not supported with NATIVE or EMBEDDED handlerType

    timeReference?: TimeReference