SpectrumSettings interface
Signature:
export interface SpectrumSettings extends ProcessorNodeSettings<SpectrumNode>
Extends: ProcessorNodeSettings<SpectrumNode>
Properties
| Property | Type | Description |
|---|---|---|
(Optional) Optional build-time knobs. See SpectrumBuildOptions. |
||
boolean |
(Optional) When set, the spectrum processor runs its GPU-mode pipeline regardless of whether the input frame is host (InMemory) or an NVIDIA surface, and emits nvidia-output frames. Useful when the downstream consumer (e.g. an Default: |
|
Non-empty list of outputs. One frame stream is produced per entry, sharing a single internal expression DAG so common subtrees (sources, resizes, tone maps, …) are evaluated once. |