pub unsafe extern "C" fn obs_source_add_active_child(
    parent: *mut obs_source_t,
    child: *mut obs_source_t
) -> bool
Expand description

Adds an active child source. Must be called by parent sources on child sources when the child is added and active. This ensures that the source is properly activated if the parent is active.

@returns true if source can be added, false if it causes recursion