Sets a scroll filter.
Adds or Changes a Scroll Filter on an OBS Input.
This allows you to scroll horizontally or vertically.
Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |
Set-OBSScrollFilter -HorizontalSpeed 100 -VerticalSpeed 100
The horizontal scroll speed.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 1 | true (ByPropertyName) | SpeedX Speed_X HSpeed |
The vertical scroll speed.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 2 | true (ByPropertyName) | SpeedY Speed_Y VSpeed |
If set, will not loop
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If provided, will limit the width.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 3 | true (ByPropertyName) | LimitX Limit_CX WidthLimit |
If provided, will limit the height.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 4 | true (ByPropertyName) | LimitY Limit_CY HeightLimit |
If set, will remove a filter if one already exists.
If this is not provided and the filter already exists, the settings of the filter will be changed.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Set-OBSScrollFilter [[-HorizontalSpeed] <Double>] [[-VerticalSpeed] <Double>] [-NoLoop] [[-LimitWidth] <Double>] [[-LimitHeight] <Double>] [-Force] [<CommonParameters>]