From d866546514e647127fe01d29f1f9f1c1e2a34b75 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 28 May 2023 21:09:51 +0000 Subject: [PATCH] Fixing filters documentation #92 #93 #94 #95 #96 #97 --- docs/Set-OBSRecordDirectory.md | 76 ++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docs/Set-OBSRecordDirectory.md diff --git a/docs/Set-OBSRecordDirectory.md b/docs/Set-OBSRecordDirectory.md new file mode 100644 index 000000000..7a6f2b07c --- /dev/null +++ b/docs/Set-OBSRecordDirectory.md @@ -0,0 +1,76 @@ +Set-OBSRecordDirectory +---------------------- + + + + +### Synopsis +Set-OBSRecordDirectory : SetRecordDirectory + + + +--- + + +### Description + +Sets the current directory that the record output writes files to. + + +Set-OBSRecordDirectory calls the OBS WebSocket with a request of type SetRecordDirectory. + + + +--- + + +### Related Links +* [https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setrecorddirectory](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setrecorddirectory) + + + + + +--- + + +### Parameters +#### **RecordDirectory** + +Output directory + + + + + + +|Type |Required|Position|PipelineInput | +|----------|--------|--------|---------------------| +|`[String]`|true |1 |true (ByPropertyName)| + + + +#### **PassThru** + +If set, will return the information that would otherwise be sent to OBS. + + + + + + +|Type |Required|Position|PipelineInput |Aliases | +|----------|--------|--------|---------------------|-----------------------------| +|`[Switch]`|false |named |true (ByPropertyName)|OutputRequest
OutputInput| + + + + + +--- + + +### Syntax +```PowerShell +Set-OBSRecordDirectory [-RecordDirectory] [-PassThru] [] +```