diff --git a/docs/generated/comments.json b/docs/generated/comments.json index fc4ebf64..e2aa9986 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -271,7 +271,9 @@ "description": "A transition (other than \"cut\") has begun.", "return": [ "{String} `name` Transition name.", - "{int} `duration` Transition duration (in milliseconds)." + "{int} `duration` Transition duration (in milliseconds).", + "{String} `from-scene` Source scene of the transition", + "{String} `to-scene` Destination scene of the transition" ], "api": "events", "name": "TransitionBegin", @@ -287,6 +289,16 @@ "type": "int", "name": "duration", "description": "Transition duration (in milliseconds)." + }, + { + "type": "String", + "name": "from-scene", + "description": "Source scene of the transition" + }, + { + "type": "String", + "name": "to-scene", + "description": "Destination scene of the transition" } ], "names": [ @@ -834,7 +846,7 @@ }, { "subheads": [], - "description": "A request to start the replay buffer has been issued.", + "description": "A request to stop the replay buffer has been issued.", "api": "events", "name": "ReplayStopping", "category": "replay buffer", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 1b67197b..e15e7fb4 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1,11 +1,6 @@ -# obs-websocket 4.2.1 protocol reference - -**This is the reference for the unreleased obs-websocket 4.2.1. See the list below for older versions.** -- [4.2.0 protocol reference](https://github.com/Palakis/obs-websocket/blob/4.2.0/docs/generated/protocol.md) -- [4.1.0 protocol reference](https://github.com/Palakis/obs-websocket/blob/4.1.0/PROTOCOL.md) -- [4.0.0 protocol reference](https://github.com/Palakis/obs-websocket/blob/4.0.0/PROTOCOL.md) +# obs-websocket 4.3.2 protocol reference # General Introduction Messages are exchanged between the client and the server as JSON objects. @@ -304,6 +299,8 @@ A transition (other than "cut") has begun. | ---- | :---: | ------------| | `name` | _String_ | Transition name. | | `duration` | _int_ | Transition duration (in milliseconds). | +| `from-scene` | _String_ | Source scene of the transition | +| `to-scene` | _String_ | Destination scene of the transition | --- @@ -508,7 +505,7 @@ _No additional response items._ - Added in v4.2.0 -A request to start the replay buffer has been issued. +A request to stop the replay buffer has been issued. **Response Items:**