vot.js - v2.4.12
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    API_ORIGIN: string = window.location.origin
    extraInfo: boolean
    language: string
    origin: string
    referer: string

    Methods

    • Parameters

      • videoId: string

      Returns
          | undefined
          | {
              duration: undefined;
              host: VOTTypes.ServiceType.VideoService;
              url: string;
              videoId: string;
          }
          | { description: string; duration: number; title: string; url: string }

    • Parameters

      • videoId: string

      Returns
          | undefined
          | { url: string }
          | {
              duration: undefined;
              host: VOTTypes.ServiceType.VideoService;
              url: string;
              videoId: string;
          }