diff --git a/libobs/obs.h b/libobs/obs.h index 8933d43991e063e1b0d50a02453582db943e0165..e6f64886c8bfb16916bd653b3d630fe5fb176b16 100644 --- a/libobs/obs.h +++ b/libobs/obs.h @@ -761,8 +761,11 @@ EXPORT void obs_source_load(obs_source_t *source); /** Specifies to force audio to mono */ #define OBS_SOURCE_FLAG_FORCE_MONO (1<<1) -/** Sets source flags. Note that these are different from the main output - * flags. */ +/** + * Sets source flags. Note that these are different from the main output + * flags. These are generally things that can be set by the source or user, + * while the output flags are more used to determine capabilities of a source. + */ EXPORT void obs_source_set_flags(obs_source_t *source, uint32_t flags); /** Gets source flags. */