Search


Search something to see results

MediaSource

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

Type declaration

  • prototype: MediaSource
  • ReadonlycanConstructInDedicatedWorker: boolean
  • isTypeSupported: function

    Parameters

    • type: string

    Returns boolean