Merge pull request #219 from christopher-dG/cdg/replaystopping

docs: Fix ReplayStopping description
This commit is contained in:
Stéphane L 2018-05-27 18:33:16 +02:00 committed by Stéphane L
parent 7bd434e755
commit d03c4cc4b9

View File

@ -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