mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - e87955d [skip ci]
This commit is contained in:
parent
e87955d59a
commit
c675f1c20c
@ -271,7 +271,9 @@
|
|||||||
"description": "A transition (other than \"cut\") has begun.",
|
"description": "A transition (other than \"cut\") has begun.",
|
||||||
"return": [
|
"return": [
|
||||||
"{String} `name` Transition name.",
|
"{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",
|
"api": "events",
|
||||||
"name": "TransitionBegin",
|
"name": "TransitionBegin",
|
||||||
@ -287,6 +289,16 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"name": "duration",
|
"name": "duration",
|
||||||
"description": "Transition duration (in milliseconds)."
|
"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": [
|
"names": [
|
||||||
@ -834,7 +846,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subheads": [],
|
"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",
|
"api": "events",
|
||||||
"name": "ReplayStopping",
|
"name": "ReplayStopping",
|
||||||
"category": "replay buffer",
|
"category": "replay buffer",
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
<!-- This file was generated based on handlebars templates. Do not edit directly! -->
|
<!-- This file was generated based on handlebars templates. Do not edit directly! -->
|
||||||
|
|
||||||
# obs-websocket 4.2.1 protocol reference
|
# obs-websocket 4.3.2 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)
|
|
||||||
|
|
||||||
# General Introduction
|
# General Introduction
|
||||||
Messages are exchanged between the client and the server as JSON objects.
|
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. |
|
| `name` | _String_ | Transition name. |
|
||||||
| `duration` | _int_ | Transition duration (in milliseconds). |
|
| `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
|
- 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:**
|
**Response Items:**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user