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

Decrements the ‘active’ reference counter to indicate that the source is no longer fully active. If the reference counter is set to 0, will call the ‘deactivate’ callback

Unlike obs_source_dec_showing, this will cause children of this source to be considered not showing as well. obs_source_dec_showing should generally be used instead.