mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-04-19 18:13:46 +01:00
Compare commits
No commits in common. "4654d2529f69b963aee36c769cefea0532b292c3" and "3c36619173a9cbb15a844af5697cbccaac8f67b9" have entirely different histories.
4654d2529f
...
3c36619173
@ -433,19 +433,6 @@ class ReqClient:
|
||||
"""
|
||||
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):
|
||||
"""
|
||||
Gets the active and show state of a source
|
||||
|
@ -1 +1 @@
|
||||
version = "1.6.2"
|
||||
version = "1.6.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user