Skip to content

Commit

Permalink
Extending OBS.GetInputList.Response (Fixes #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed May 28, 2023
1 parent 6369ef9 commit 3b8f005
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/OBS.GetInputList.Response.get_Filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
OBS.GetInputList.Response.get_Filters()
---------------------------------------




### Synopsis
Gets an input's filters



---


### Description

Gets the filters related to an OBS input.



---


### Related Links
* Get-OBSSourceFilterList





---


### Examples
#### EXAMPLE 1
```PowerShell
$obsPowerShellIcon = Show-OBS -Uri https://obs-powershell.start-automating.com/Assets/obs-powershell-animated-icon.svg
$obsPowerShellIcon | Set-OBSColorFilter -Opacity .5
$obsPowerShellIcon.Input.Filters
```



---

0 comments on commit 3b8f005

Please sign in to comment.