Search Docs
Loading...
Skip to content

Type Alias: VideoEncodeCheckSupportAction

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#

ParameterTypeDescription
options?{ dialog?:boolean
options.dialog?boolean

Returns#

Promise<boolean>

A promise that resolves to true if video encoding is supported, false otherwise