type VideoDecodeCheckSupportAction = (options?) => boolean;Action function for checking video decoding/playback support. Returns true if WebCodecs APIs are available for video decoding and playback. Shows a blocking error dialog if not supported (unless dialog is disabled).
Parameters#
| Parameter | Type | Description |
|---|---|---|
options? | { dialog?: | boolean |
options.dialog? | boolean |
Returns#
boolean
true if video decoding is supported, false otherwise