isTypeSupported method
Deprecated. Gets a value that indicates if the specified key system supports the specified media type.
![]() |
Syntax
var retval = MSMediaKeys.isTypeSupported(keySystem, type);Parameters
- keySystem [in]
-
Type: string
The key system to check support for.
- type [in]
-
Type: string
The MIME type to check support for.
Return value
Type: boolean
true if type is supported by keySystem; otherwise, false.
Remarks
As of Microsoft Edge this method is deprecated. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.
See also
Show:
