libobs: Add API to mute/unmute sources
This commit is contained in:
@@ -828,6 +828,9 @@ EXPORT obs_source_t *obs_source_get_filter_by_name(obs_source_t *source,
|
||||
EXPORT bool obs_source_enabled(const obs_source_t *source);
|
||||
EXPORT void obs_source_set_enabled(obs_source_t *source, bool enabled);
|
||||
|
||||
EXPORT bool obs_source_muted(const obs_source_t *source);
|
||||
EXPORT void obs_source_set_muted(obs_source_t *source, bool muted);
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Functions used by sources */
|
||||
|
||||
|
Reference in New Issue
Block a user