StreamSwitchHardNode class
Signature:
export declare class StreamSwitchHardNode<Pins extends string> extends ProcessorMediaNode<Pins>
Extends: ProcessorMediaNode<Pins>
Properties
| Property | Type | Description |
|---|---|---|
Pins | undefined |
The currently active source (that is, the source which has been requested to be active - may not yet be present on the output until the corresponding event is raised). |