Compare commits

..

No commits in common. "4654d2529f69b963aee36c769cefea0532b292c3" and "3c36619173a9cbb15a844af5697cbccaac8f67b9" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -433,19 +433,6 @@ class ReqClient:
""" """
return self.send("GetRecordDirectory") return self.send("GetRecordDirectory")
def set_record_directory(self, recordDirectory):
"""
Sets the current directory that the record output writes files to.
IMPORTANT NOTE: Requires obs websocket v5.3 or higher.
:param recordDirectory: Output directory
:type recordDirectory: str
"""
payload = {
"recordDirectory": recordDirectory,
}
return self.send("SetRecordDirectory", payload)
def get_source_active(self, name): def get_source_active(self, name):
""" """
Gets the active and show state of a source Gets the active and show state of a source

View File

@ -1 +1 @@
version = "1.6.2" version = "1.6.1"