Skip to content

Commit

Permalink
docs: Add return type of obs_source_audio_active
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeYan01 authored and RytoEX committed Jun 2, 2024
1 parent 7a870fd commit 64f6c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/reference-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,8 @@ General Source Functions
---------------------

.. function:: obs_source_set_audio_active(obs_source_t *source, bool active)
obs_source_audio_active(const obs_source_t *source)
.. function:: void obs_source_set_audio_active(obs_source_t *source, bool active)
bool obs_source_audio_active(const obs_source_t *source)
Sets/gets the audio active status (controls whether the source is shown in the mixer).

Expand Down

0 comments on commit 64f6c30

Please sign in to comment.