MediaSource: {
    prototype: MediaSource;
    isTypeSupported(type: string): boolean;
    new (): MediaSource;
}

Type declaration

  • prototype: MediaSource
  • isTypeSupported:function
    • Parameters

      • type: string

      Returns boolean