Skip to content

MediaOverlayConfig

MediaOverlayConfig = OverlayCommon & OverlayVideoFields & NoInlineContent & object

Defined in: asset.ts:280

An image (.svg/.png) or video (.mp4) file overlay. Only this variant accepts the OverlayVideoFields (volume/speed/time/start/end), which apply to .mp4 files and are rejected at recording time for images. No props.

path: string

File path: .svg/.png (image) or .mp4 (video).

optional props?: never