mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - f2f80c4 [skip ci]
This commit is contained in:
parent
f2f80c4e7e
commit
ff548589bc
@ -861,7 +861,7 @@
|
|||||||
"{String} `name` Transition name.",
|
"{String} `name` Transition name.",
|
||||||
"{String} `type` Transition type.",
|
"{String} `type` Transition type.",
|
||||||
"{int} `duration` Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API.",
|
"{int} `duration` Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API.",
|
||||||
"{String} `from-scene` Source scene of the transition",
|
"{String (optional)} `from-scene` Source scene of the transition",
|
||||||
"{String} `to-scene` Destination scene of the transition"
|
"{String} `to-scene` Destination scene of the transition"
|
||||||
],
|
],
|
||||||
"api": "events",
|
"api": "events",
|
||||||
@ -885,7 +885,7 @@
|
|||||||
"description": "Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API."
|
"description": "Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "String",
|
"type": "String (optional)",
|
||||||
"name": "from-scene",
|
"name": "from-scene",
|
||||||
"description": "Source scene of the transition"
|
"description": "Source scene of the transition"
|
||||||
},
|
},
|
||||||
@ -989,7 +989,7 @@
|
|||||||
"{String} `name` Transition name.",
|
"{String} `name` Transition name.",
|
||||||
"{String} `type` Transition type.",
|
"{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 (optional)} `from-scene` Source scene of the transition",
|
||||||
"{String} `to-scene` Destination scene of the transition"
|
"{String} `to-scene` Destination scene of the transition"
|
||||||
],
|
],
|
||||||
"api": "events",
|
"api": "events",
|
||||||
@ -1013,7 +1013,7 @@
|
|||||||
"description": "Transition duration (in milliseconds)."
|
"description": "Transition duration (in milliseconds)."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "String",
|
"type": "String (optional)",
|
||||||
"name": "from-scene",
|
"name": "from-scene",
|
||||||
"description": "Source scene of the transition"
|
"description": "Source scene of the transition"
|
||||||
},
|
},
|
||||||
|
@ -516,7 +516,7 @@ A transition (other than "cut") has begun.
|
|||||||
| `name` | _String_ | Transition name. |
|
| `name` | _String_ | Transition name. |
|
||||||
| `type` | _String_ | Transition type. |
|
| `type` | _String_ | Transition type. |
|
||||||
| `duration` | _int_ | Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API. |
|
| `duration` | _int_ | Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API. |
|
||||||
| `from-scene` | _String_ | Source scene of the transition |
|
| `from-scene` | _String (optional)_ | Source scene of the transition |
|
||||||
| `to-scene` | _String_ | Destination scene of the transition |
|
| `to-scene` | _String_ | Destination scene of the transition |
|
||||||
|
|
||||||
|
|
||||||
@ -556,7 +556,7 @@ A stinger transition has finished playing its video.
|
|||||||
| `name` | _String_ | Transition name. |
|
| `name` | _String_ | Transition name. |
|
||||||
| `type` | _String_ | Transition type. |
|
| `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 (optional)_ | 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