pub unsafe extern "C" fn obs_scene_sceneitem_from_source(
    scene: *mut obs_scene_t,
    source: *mut obs_source_t
) -> *mut obs_sceneitem_t
Expand description

Tries to find the sceneitem of the source in a given scene. Returns NULL if not found