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.",
|
"description": "A transition (other than \"cut\") has begun.",
|
||||||
"return": [
|
"return": [
|
||||||
"{String} `name` Transition name.",
|
"{String} `name` Transition name.",
|
||||||
|
"{String} `type` Transition type.",
|
||||||
"{int} `duration` Transition duration (in milliseconds).",
|
"{int} `duration` Transition duration (in milliseconds).",
|
||||||
"{String} `from-scene` Source scene of the transition",
|
"{String} `from-scene` Source scene of the transition",
|
||||||
"{String} `to-scene` Destination scene of the transition"
|
"{String} `to-scene` Destination scene of the transition"
|
||||||
@ -782,6 +783,11 @@
|
|||||||
"name": "name",
|
"name": "name",
|
||||||
"description": "Transition name."
|
"description": "Transition name."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "String",
|
||||||
|
"name": "type",
|
||||||
|
"description": "Transition type."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"name": "duration",
|
"name": "duration",
|
||||||
|
@ -432,6 +432,7 @@ A transition (other than "cut") has begun.
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | :---: | ------------|
|
| ---- | :---: | ------------|
|
||||||
| `name` | _String_ | Transition name. |
|
| `name` | _String_ | Transition name. |
|
||||||
|
| `type` | _String_ | Transition type. |
|
||||||
| `duration` | _int_ | Transition duration (in milliseconds). |
|
| `duration` | _int_ | Transition duration (in milliseconds). |
|
||||||
| `from-scene` | _String_ | Source scene of the transition |
|
| `from-scene` | _String_ | Source scene of the transition |
|
||||||
| `to-scene` | _String_ | Destination scene of the transition |
|
| `to-scene` | _String_ | Destination scene of the transition |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user