Variable MediaSource
MediaSource : {
canConstructInDedicatedWorker: boolean;
prototype: MediaSource;
isTypeSupported(type: string): boolean;
new (): MediaSource;
}
canConstructInDedicatedWorker: boolean;
prototype: MediaSource;
isTypeSupported(type: string): boolean;
new (): MediaSource;
}
Type declaration
- new (): MediaSource
Returns MediaSource
Readonly
canConstruct : booleanIn Dedicated Worker prototype: MediaSource
is
Type :functionSupported
MDN Reference