Rectangle input properties for Script Engine. Read the documentation for more info.
Properties | |
| int | Width [get, set] |
| Rectangle width. [min=1, max=8192, default=400]. | |
| int | Height [get, set] |
| Rectangle height. [min=1, max=8192, default=400]. | |
| int | Red [get, set] |
| Red channel. [min=0, max=255, default=255]. | |
| int | Green [get, set] |
| Green channel. [min=0, max=255, default=255]. | |
| int | Blue [get, set] |
| Blue channel. [min=0, max=255, default=255]. | |
| int | Alpha [get, set] |
| Alpha channel. [min=0, max=255, default=255]. | |
Properties inherited from VindralEngineBaseTypes.VindralBaseClasses.AbstractInput | |
| float | InputTrimDb [get, set] |
| Input trim (gain) | |
| float | InputTrim [get] |
| Input trim (gain). 0-1 float, linear scale. | |
| float | StereoGainDb [get, set] |
| Gain (db) | |
| Dictionary< IChannelStrip, float > | ChannelStripGains [get, set] |
| SubMix channel strip gains. Dictionary of channel strip guid and gain (0.0 - 1.0) | |
| float | Pan [get, set] |
| Pan audio left or right. [min = -100, max = 100]. | |
| int | InputAudioDelayMs [get, set] |
| Input audio delay (ms) | |
| bool | Mute [get, set] |
| Mute audio. | |
| bool | Solo [get, set] |
| Isolate the audio signal by muting all other sources. Only audible when Audio Preview in Composer is active. | |
| bool | PFL [get, set] |
| Routes the signal to monitoring outputs before the gain is applied. Also called Pre-fader-listening (PFL). Only audible when Audio Preview in Composer is active. | |
| AudioMixerVuMeterPrePost | VuMeterConfiguration [get, set] |
| Vu-meter configuration. | |
| bool | HideInAudioMixer [get, set] |
| Hides and removes the input from the Audio Mixer view in the Composer GUI without disabling its audio. | |
| float | Send1Gain [get, set] |
| Audio level sent to the auxiliary bus Send 1. [min = -100, max = 100]. | |
| AudioMixerPrePost | Send1PrePost [get, set] |
| Defines whether the signal sent to Send 1 is taken before or after Send 1 Gain. | |
| AudioStereoRemap | StereoRemap [get, set] |
| Audio channel reassignment for the stereo output. | |
| AudioRemap | AudioRemapLeft1 [get, set] |
| Remap Left 1 to another audio channel. | |
| AudioRemap | AudioRemapRight1 [get, set] |
| Remap Right 1 to another audio channel. | |
| AudioRemap | AudioRemapLeft2 [get, set] |
| Remap Left 2 to another audio channel. | |
| AudioRemap | AudioRemapRight2 [get, set] |
| Remap Right 2 to another audio channel. | |
| AudioRemap | AudioRemapLeft3 [get, set] |
| Remap Left 3 to another audio channel. | |
| AudioRemap | AudioRemapRight3 [get, set] |
| Remap Right 3 to another audio channel. | |
| AudioRemap | AudioRemapLeft4 [get, set] |
| Remap Left 4 to another audio channel. | |
| AudioRemap | AudioRemapRight4 [get, set] |
| Remap Right 4 to another audio channel. | |
| bool | UseGateFilter [get, set] |
| Activate the audio gate filter. | |
| float | GateThresholdDb [get, set] |
| Threshold (dB). [min=-48, max=0, default=-24]. | |
| float | GateFilterGainReductionDb [get, set] |
| Gain reduction (dB). [min=-36, max=0, default=-36]. | |
| float | GateFilterRatio [get, set] |
| Ratio (1:1 - 20:1). [min=1, max=20, default=4]. | |
| float | GateFilterAttack [get, set] |
| Attack (ms). [min=1, max=200, default=20]. | |
| float | GateFilterRelease [get, set] |
| Release (ms). [min=5, max=5000, default=250]. | |
| float | GateFilterKnee [get, set] |
| Gate knee value (1 - 8). [min=1, max=8, default=2.8]. | |
| float | GateFilterMakeupGainDb [get, set] |
| Gate makeup gain (dB). [min=0, max=24, default=0]. | |
| CompressorMode | GateFilterCompressorMode [get, set] |
| Gate compressor mode. | |
| CompressorLink | GateFilterCompressorLinkMode [get, set] |
| Gate compressor link mode. | |
| CompressorDetection | GateFilterCompressorDetectionMode [get, set] |
| Gate Detection. | |
| bool | UseLowCutFilter [get, set] |
| Activate the Low Cut filter. | |
| int | LowCutFilterOffFrequency [get, set] |
| Cut-Off frequency (Hz). [min=20, max=200, default=80]. | |
| int | LowCutFilterOrder [get, set] |
| "Filter order (3-20). [min=3, max=20, default=10] | |
| string | Tag [get, set] |
| Tag input with a name. Tags can be used with Smart Search to search for tags. | |
| int | Width [get, protected set] |
| Input source width. | |
| int | Height [get, protected set] |
| Input source height. | |