File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -122,18 +122,25 @@ Initial Release of obs-powershell
122
122
' Send-OBS' ,
123
123
' Show-OBS' ,
124
124
' Watch-OBS' ,
125
+ ' Get-OBSEffect' ,
126
+ ' Import-OBSEffect' ,
127
+ ' Remove-OBSEffect' ,
128
+ ' Start-OBSEffect' ,
129
+ ' Stop-OBSEffect' ,
125
130
' Set-OBSAudioOutputSource' ,
126
131
' Set-OBSBrowserSource' ,
127
132
' Set-OBSColorSource' ,
128
133
' Set-OBSDisplaySource' ,
129
134
' Set-OBSMediaSource' ,
130
135
' Set-OBSVLCSource' ,
131
136
' Set-OBSWindowSource' ,
132
- ' Get-OBSEffect' ,
133
- ' Import-OBSEffect' ,
134
- ' Remove-OBSEffect' ,
135
- ' Start-OBSEffect' ,
136
- ' Stop-OBSEffect' ,
137
+ ' Set-OBSColorFilter' ,
138
+ ' Set-OBSEqualizerFilter' ,
139
+ ' Set-OBSGainFilter' ,
140
+ ' Set-OBSRenderDelayFilter' ,
141
+ ' Set-OBSScaleFilter' ,
142
+ ' Set-OBSScrollFilter' ,
143
+ ' Set-OBSSharpnessFilter' ,
137
144
' Add-OBSInput' ,
138
145
' Add-OBSProfile' ,
139
146
' Add-OBSScene' ,
@@ -271,13 +278,6 @@ Initial Release of obs-powershell
271
278
' Switch-OBSRecordPause' ,
272
279
' Switch-OBSReplayBuffer' ,
273
280
' Switch-OBSStream' ,
274
- ' Switch-OBSVirtualCam' ,
275
- ' Set-OBSColorFilter' ,
276
- ' Set-OBSEqualizerFilter' ,
277
- ' Set-OBSGainFilter' ,
278
- ' Set-OBSRenderDelayFilter' ,
279
- ' Set-OBSScaleFilter' ,
280
- ' Set-OBSScrollFilter' ,
281
- ' Set-OBSSharpnessFilter'
281
+ ' Switch-OBSVirtualCam'
282
282
}
283
283
You can’t perform that action at this time.
0 commit comments