VideoComposeNode.updateConfig() method
Updates the config used for a video compose operation If transitions are specified, animations will be provided, otherwise the change will be immediate
This is not a 'cheap' operation and care should be taken not to do this too often (more than once a second for example!) |
Signature:
updateConfig(settings: VideoComposeSettingsUpdate<Pins>): void;