VideoComposeNode class
Signature:
export declare class VideoComposeNode<Pins extends string> extends ProcessorMediaNode<Pins>
Extends: ProcessorMediaNode<Pins>
Properties
Property | Type | Description |
---|---|---|
Map<Pins, StreamMetadata[]> |
Methods
Method | Modifiers | Description |
---|---|---|
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!) |