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

This commit is contained in:
Travis CI 2020-03-04 09:57:04 +00:00
parent 9233d4f6dc
commit e1c92956f8
2 changed files with 3 additions and 3 deletions

View File

@ -769,7 +769,7 @@
"return": [
"{String} `name` Transition name.",
"{String} `type` Transition type.",
"{int} `duration` Transition duration (in milliseconds).",
"{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} `to-scene` Destination scene of the transition"
],
@ -791,7 +791,7 @@
{
"type": "int",
"name": "duration",
"description": "Transition duration (in milliseconds)."
"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",

View File

@ -433,7 +433,7 @@ A transition (other than "cut") has begun.
| ---- | :---: | ------------|
| `name` | _String_ | Transition name. |
| `type` | _String_ | Transition type. |
| `duration` | _int_ | Transition duration (in milliseconds). |
| `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 |
| `to-scene` | _String_ | Destination scene of the transition |