diff --git a/docs/Watch-OBS.md b/docs/Watch-OBS.md index 5dfa2876..5b98f7d2 100644 --- a/docs/Watch-OBS.md +++ b/docs/Watch-OBS.md @@ -49,9 +49,16 @@ You can see the websocket password in Tools -> obs-websocket settings -> show co |----------|--------|--------|---------------------|-----------------| |`[String]`|false |2 |true (ByPropertyName)|WebSocketPassword| +#### **BufferSize** +The size of the buffer to use when receiving messages from the websocket. + +|Type |Required|Position|PipelineInput | +|---------|--------|--------|---------------------| +|`[Int32]`|false |3 |true (ByPropertyName)| + --- ### Syntax ```PowerShell -Watch-OBS [[-WebSocketURI] ] [[-WebSocketToken] ] [] +Watch-OBS [[-WebSocketURI] ] [[-WebSocketToken] ] [[-BufferSize] ] [] ```