type VideoEncodeCheckSupportAction = (options?) => Promise<boolean>;Action function for checking video encoding/export support. Returns true if H.264 video encoding and AAC audio encoding are supported. Shows a warning dialog if not supported (unless dialog is disabled).
Parameters#
| Parameter | Type | Description |
|---|---|---|
options? | { dialog?: | boolean |
options.dialog? | boolean |
Returns#
Promise<boolean>
A promise that resolves to true if video encoding is supported, false otherwise