docs(travis): Update protocol.md - e87955d [skip ci]

This commit is contained in:
Travis CI 2018-07-30 17:04:19 +00:00
parent e87955d59a
commit c675f1c20c
2 changed files with 18 additions and 9 deletions

View File

@ -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",

View File

@ -1,11 +1,6 @@
<!-- This file was generated based on handlebars templates. Do not edit directly! -->
# 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:**