mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 40ea7cf [skip ci]
This commit is contained in:
parent
40ea7cfe15
commit
c7b49b28c2
@ -768,6 +768,7 @@
|
||||
"description": "A transition (other than \"cut\") has begun.",
|
||||
"return": [
|
||||
"{String} `name` Transition name.",
|
||||
"{String} `type` Transition type.",
|
||||
"{int} `duration` Transition duration (in milliseconds).",
|
||||
"{String} `from-scene` Source scene of the transition",
|
||||
"{String} `to-scene` Destination scene of the transition"
|
||||
@ -782,6 +783,11 @@
|
||||
"name": "name",
|
||||
"description": "Transition name."
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"name": "type",
|
||||
"description": "Transition type."
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "duration",
|
||||
|
@ -432,6 +432,7 @@ A transition (other than "cut") has begun.
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ------------|
|
||||
| `name` | _String_ | Transition name. |
|
||||
| `type` | _String_ | Transition type. |
|
||||
| `duration` | _int_ | Transition duration (in milliseconds). |
|
||||
| `from-scene` | _String_ | Source scene of the transition |
|
||||
| `to-scene` | _String_ | Destination scene of the transition |
|
||||
|
Loading…
x
Reference in New Issue
Block a user