Skip to content

Commit cb24cf9

Browse files
author
James Brundage
committed
Updating README.ps1.md
Mentioning effect and linking to references
2 parents 9974992 + 45ce55c commit cb24cf9

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

obs-powershell.psd1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,25 +122,18 @@ Initial Release of obs-powershell
122122
'Send-OBS',
123123
'Show-OBS',
124124
'Watch-OBS',
125-
'Get-OBSEffect',
126-
'Import-OBSEffect',
127-
'Remove-OBSEffect',
128-
'Start-OBSEffect',
129-
'Stop-OBSEffect',
130125
'Set-OBSAudioOutputSource',
131126
'Set-OBSBrowserSource',
132127
'Set-OBSColorSource',
133128
'Set-OBSDisplaySource',
134129
'Set-OBSMediaSource',
135130
'Set-OBSVLCSource',
136131
'Set-OBSWindowSource',
137-
'Set-OBSColorFilter',
138-
'Set-OBSEqualizerFilter',
139-
'Set-OBSGainFilter',
140-
'Set-OBSRenderDelayFilter',
141-
'Set-OBSScaleFilter',
142-
'Set-OBSScrollFilter',
143-
'Set-OBSSharpnessFilter',
132+
'Get-OBSEffect',
133+
'Import-OBSEffect',
134+
'Remove-OBSEffect',
135+
'Start-OBSEffect',
136+
'Stop-OBSEffect',
144137
'Add-OBSInput',
145138
'Add-OBSProfile',
146139
'Add-OBSScene',
@@ -278,6 +271,13 @@ Initial Release of obs-powershell
278271
'Switch-OBSRecordPause',
279272
'Switch-OBSReplayBuffer',
280273
'Switch-OBSStream',
281-
'Switch-OBSVirtualCam'
274+
'Switch-OBSVirtualCam',
275+
'Set-OBSColorFilter',
276+
'Set-OBSEqualizerFilter',
277+
'Set-OBSGainFilter',
278+
'Set-OBSRenderDelayFilter',
279+
'Set-OBSScaleFilter',
280+
'Set-OBSScrollFilter',
281+
'Set-OBSSharpnessFilter'
282282
}
283283

0 commit comments

Comments
 (0)