mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #637 from Palakis/fix/getstreamingstatus-docs
Docs: Add recording-paused to documentation
This commit is contained in:
@ -11,9 +11,10 @@
|
|||||||
*
|
*
|
||||||
* @return {boolean} `streaming` Current streaming status.
|
* @return {boolean} `streaming` Current streaming status.
|
||||||
* @return {boolean} `recording` Current recording status.
|
* @return {boolean} `recording` Current recording status.
|
||||||
|
* @return {boolean} `recording-paused` If recording is paused.
|
||||||
|
* @return {boolean} `preview-only` Always false. Retrocompatibility with OBSRemote.
|
||||||
* @return {String (optional)} `stream-timecode` Time elapsed since streaming started (only present if currently streaming).
|
* @return {String (optional)} `stream-timecode` Time elapsed since streaming started (only present if currently streaming).
|
||||||
* @return {String (optional)} `rec-timecode` Time elapsed since recording started (only present if currently recording).
|
* @return {String (optional)} `rec-timecode` Time elapsed since recording started (only present if currently recording).
|
||||||
* @return {boolean} `preview-only` Always false. Retrocompatibility with OBSRemote.
|
|
||||||
*
|
*
|
||||||
* @api requests
|
* @api requests
|
||||||
* @name GetStreamingStatus
|
* @name GetStreamingStatus
|
||||||
|
Reference in New Issue
Block a user