File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,16 @@ You can see the websocket password in Tools -> obs-websocket settings -> show co
4949| ----------| --------| --------| ---------------------| -----------------|
5050| ` [String] ` | false | 2 | true (ByPropertyName)| WebSocketPassword|
5151
52+ #### ** BufferSize**
53+ The size of the buffer to use when receiving messages from the websocket.
54+
55+ | Type | Required| Position| PipelineInput |
56+ | ---------| --------| --------| ---------------------|
57+ | ` [Int32] ` | false | 3 | true (ByPropertyName)|
58+
5259---
5360
5461### Syntax
5562``` PowerShell
56- Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [<CommonParameters>]
63+ Watch-OBS [[-WebSocketURI] <Uri>] [[-WebSocketToken] <String>] [[-BufferSize] <Int32>] [ <CommonParameters>]
5764```
You can’t perform that action at this time.
0 commit comments