ComposePart.compose property

A callback that produces a compose operation, specifying in exact pixels a) The source rect from the source video to select b) The dest rect within the output video to render to

Signature:

compose: <Pins extends string>(partStream: VideoStreamMetadata, settings: VideoComposeSettings<Pins>) => ComposeOperation;