mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
docs: Add return type of obs_source_audio_active
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user