VideoComposeNode class

Signature:

export declare class VideoComposeNode<Pins extends string> extends ProcessorMediaNode<Pins>

Extends: ProcessorMediaNode<Pins>

Methods

Method Modifiers Description

updateConfig(settings)

Updates the config used for a video compose operation If transitions are specified, animations will be provided, otherwise the change will be immediate

Note: This is not a 'cheap' operation and care should be taken not to do this too often (more than once a second for example!)