mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Fix new markdown warnings from latest master
This commit is contained in:
parent
d7de347b37
commit
2027394d33
2
.markdownlintignore
Normal file
2
.markdownlintignore
Normal file
@ -0,0 +1,2 @@
|
||||
/deps
|
||||
/docs/comments/node_modules
|
@ -344,6 +344,7 @@ void EventHandler::HandleInputAudioTracksChanged(void *param, calldata_t *data)
|
||||
* The monitor type of an input has changed.
|
||||
*
|
||||
* Available types are:
|
||||
*
|
||||
* - `OBS_MONITORING_TYPE_NONE`
|
||||
* - `OBS_MONITORING_TYPE_MONITOR_ONLY`
|
||||
* - `OBS_MONITORING_TYPE_MONITOR_AND_OUTPUT`
|
||||
|
@ -29,6 +29,7 @@ bool IsMediaTimeValid(obs_source_t *input)
|
||||
* Gets the status of a media input.
|
||||
*
|
||||
* Media States:
|
||||
*
|
||||
* - `OBS_MEDIA_STATE_NONE`
|
||||
* - `OBS_MEDIA_STATE_PLAYING`
|
||||
* - `OBS_MEDIA_STATE_OPENING`
|
||||
|
Loading…
Reference in New Issue
Block a user