pub unsafe extern "C" fn obs_source_inc_active(
    source: *mut obs_source_t
)
Expand description

Increments the ‘active’ reference counter to indicate that the source is fully active. If the reference counter was 0, will call the ‘activate’ callback.

Unlike obs_source_inc_showing, this will cause children of this source to be considered showing as well (currently used by transition previews to make the stinger transition show correctly). obs_source_inc_showing should generally be used instead.