From d03c4cc4b9439ddf387eac23c61fdced55c90c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 27 May 2018 18:33:16 +0200 Subject: [PATCH] Merge pull request #219 from christopher-dG/cdg/replaystopping docs: Fix ReplayStopping description --- src/WSEvents.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/WSEvents.cpp b/src/WSEvents.cpp index 4a484d77..fe3a1cf7 100644 --- a/src/WSEvents.cpp +++ b/src/WSEvents.cpp @@ -303,7 +303,7 @@ const char* WSEvents::GetRecordingTimecode() { /** * Indicates a scene change. - * + * * @return {String} `scene-name` The new scene. * @return {Array} `sources` List of sources in the new scene. * @@ -334,7 +334,7 @@ void WSEvents::OnSceneChange() { /** * The scene list has been modified. * Scenes have been added, removed, or renamed. - * + * * @api events * @name ScenesChanged * @category scenes @@ -346,7 +346,7 @@ void WSEvents::OnSceneListChange() { /** * Triggered when switching to another scene collection or when renaming the current scene collection. - * + * * @api events * @name SceneCollectionChanged * @category scenes @@ -367,7 +367,7 @@ void WSEvents::OnSceneCollectionChange() { /** * Triggered when a scene collection is created, added, renamed, or removed. - * + * * @api events * @name SceneCollectionListChanged * @category scenes @@ -468,7 +468,7 @@ void WSEvents::OnStreamStarted() { /** * A request to stop streaming has been issued. - * + * * @return {boolean} `preview-only` Always false (retrocompatibility). * * @api events @@ -571,7 +571,7 @@ void WSEvents::OnReplayStarted() { } /** -* A request to start the replay buffer has been issued. +* A request to stop the replay buffer has been issued. * * @api events * @name ReplayStopping @@ -678,7 +678,7 @@ void WSEvents::StreamStatus() { /** * Emitted every 2 seconds after enabling it by calling SetHeartbeat. - * + * * @return {boolean} `pulse` Toggles between every JSON meassage as an "I am alive" indicator. * @return {string (optional)} `current-profile` Current active profile. * @return {string (optional)} `current-scene` Current active scene. @@ -690,7 +690,7 @@ void WSEvents::StreamStatus() { * @return {int (optional)} `total-record-time` Total time (in seconds) since recording started. * @return {int (optional)} `total-record-bytes` Total bytes recorded since the recording started. * @return {int (optional)} `total-record-frames` Total frames recorded since the recording started. - * + * * @api events * @name Heartbeat * @category general