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

    Interface PlayerTextTrackLoadOptions

    Load options for text tracks.

    interface PlayerTextTrackLoadOptions {
        fallbackFormat?: FallbackFormat;
        fileFormatType?: FileFormatType;
        handlerType?: PlayerTextHandlerType;
        timeReference?: TimeReference;
    }

    Hierarchy

    • PlayerTrackLoadOptions
      • PlayerTextTrackLoadOptions
    Index

    Properties

    fallbackFormat?: FallbackFormat
    fileFormatType?: FileFormatType
    handlerType?: PlayerTextHandlerType
    timeReference?: TimeReference