Chartbreaker
    Preparing search index...

    Variable MediaSource

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

    Type Declaration

    • ReadonlycanConstructInDedicatedWorker: boolean

      The canConstructInDedicatedWorker static property of the MediaSource interface returns true if MediaSource worker support is implemented, providing a low-latency feature detection mechanism.

      MDN Reference

    • prototype: MediaSource
    • isTypeSupported: function
      • The MediaSource.isTypeSupported() static method returns a boolean value which is true if the given MIME type and (optional) codec are likely to be supported by the current user agent.

        MDN Reference

        Parameters

        • type: string

        Returns boolean