From d05ff26930d3e2390b69c60c96cbb064dae93d19 Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Thu, 10 Jun 2021 05:56:15 +0000 Subject: [PATCH] docs(ci): Update protocol.md - 5350832 [skip ci] --- docs/generated/comments.json | 40 ++++++++++++++++++------------------ docs/generated/protocol.md | 22 ++++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 3edf169e6..95d3d9375 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -1674,7 +1674,7 @@ "api": "events", "name": "VirtualCamStarted", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "names": [ { "name": "", @@ -1690,7 +1690,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -1707,7 +1707,7 @@ "api": "events", "name": "VirtualCamStopped", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "names": [ { "name": "", @@ -1723,7 +1723,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -4477,7 +4477,7 @@ "api": "requests", "name": "Sleep", "category": "general", - "since": "unreleased", + "since": "4.9.1", "params": [ { "type": "int", @@ -4500,7 +4500,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -5422,7 +5422,7 @@ "api": "requests", "name": "SetTracks", "category": "sources", - "since": "unreleased", + "since": "4.9.1", "params": [ { "type": "String", @@ -5455,7 +5455,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -5481,7 +5481,7 @@ "api": "requests", "name": "GetTracks", "category": "sources", - "since": "unreleased", + "since": "4.9.1", "returns": [ { "type": "boolean", @@ -5536,7 +5536,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -5702,7 +5702,7 @@ "api": "requests", "name": "GetSourceActive", "category": "sources", - "since": "unreleased", + "since": "4.9.1", "returns": [ { "type": "boolean", @@ -5732,7 +5732,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -11439,7 +11439,7 @@ "api": "requests", "name": "GetVirtualCamStatus", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "returns": [ { "type": "boolean", @@ -11467,7 +11467,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -11484,7 +11484,7 @@ "api": "requests", "name": "StartStopVirtualCam", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "names": [ { "name": "", @@ -11500,7 +11500,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -11517,7 +11517,7 @@ "api": "requests", "name": "StartVirtualCam", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "names": [ { "name": "", @@ -11533,7 +11533,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { @@ -11550,7 +11550,7 @@ "api": "requests", "name": "StopVirtualCam", "category": "virtual cam", - "since": "unreleased", + "since": "4.9.1", "names": [ { "name": "", @@ -11566,7 +11566,7 @@ "sinces": [ { "name": "", - "description": "unreleased" + "description": "4.9.1" } ], "heading": { diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 44e623ca6..b28cda152 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1,6 +1,6 @@ -# obs-websocket 4.9.0 protocol reference +# obs-websocket 4.9.1 protocol reference # General Introduction Messages are exchanged between the client and the server as JSON objects. @@ -796,7 +796,7 @@ _No additional response items._ ### VirtualCamStarted -- Unreleased +- Added in v4.9.1 Virtual cam started successfully. @@ -809,7 +809,7 @@ _No additional response items._ ### VirtualCamStopped -- Unreleased +- Added in v4.9.1 Virtual cam stopped successfully. @@ -1824,7 +1824,7 @@ Executes a list of requests sequentially (one-by-one on the same thread). ### Sleep -- Unreleased +- Added in v4.9.1 Waits for the specified duration. Designed to be used in `ExecuteBatch` operations. @@ -2216,7 +2216,7 @@ _No additional response items._ ### SetTracks -- Unreleased +- Added in v4.9.1 Changes whether an audio track is active for a source. @@ -2238,7 +2238,7 @@ _No additional response items._ ### GetTracks -- Unreleased +- Added in v4.9.1 Gets whether an audio track is active for a source. @@ -2331,7 +2331,7 @@ _No additional response items._ ### GetSourceActive -- Unreleased +- Added in v4.9.1 Get the source's active status of a specified source (if it is showing in the final mix). @@ -4567,7 +4567,7 @@ _No additional response items._ ### GetVirtualCamStatus -- Unreleased +- Added in v4.9.1 Get current virtual cam status. @@ -4588,7 +4588,7 @@ _No specified parameters._ ### StartStopVirtualCam -- Unreleased +- Added in v4.9.1 Toggle virtual cam on or off (depending on the current virtual cam state). @@ -4605,7 +4605,7 @@ _No additional response items._ ### StartVirtualCam -- Unreleased +- Added in v4.9.1 Start virtual cam. Will return an `error` if virtual cam is already active. @@ -4623,7 +4623,7 @@ _No additional response items._ ### StopVirtualCam -- Unreleased +- Added in v4.9.1 Stop virtual cam. Will return an `error` if virtual cam is not active.