From e1c92956f8a282996bb6e51261b56af7cad4b63f Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Wed, 4 Mar 2020 09:57:04 +0000 Subject: [PATCH] docs(travis): Update protocol.md - 9233d4f [skip ci] --- docs/generated/comments.json | 4 ++-- docs/generated/protocol.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index e21f0201..77a21a0e 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -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", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index bf1cb9e0..8f066073 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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 |