0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

docs: Add return type of obs_source_audio_active

This commit is contained in:
CodeYan01 2024-06-01 11:02:31 +08:00 committed by Ryan Foster
parent 7a870fd923
commit 64f6c30cb1

View File

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