pub unsafe extern "C" fn obs_group_from_source(
source: *const obs_source_t,
) -> *mut obs_scene_t
Expand description
Gets the group from its source, or NULL if not a group
pub unsafe extern "C" fn obs_group_from_source(
source: *const obs_source_t,
) -> *mut obs_scene_t
Gets the group from its source, or NULL if not a group