Skip to content

textmode.export.js / VideoExportErrorCode

Type Alias: VideoExportErrorCode

ts
type VideoExportErrorCode = 
  | "VIDEO_EXPORT_UNSUPPORTED"
  | "VIDEO_CODEC_UNSUPPORTED"
  | "VIDEO_EXPORT_ABORTED"
  | "VIDEO_EXPORT_FAILED"
  | "VIDEO_TRANSPARENCY_UNSUPPORTED";