pub unsafe extern "C" fn obs_source_set_hidden(
source: *mut obs_source_t,
hidden: bool,
)Expand description
The ‘hidden’ flag is not the same as a sceneitem’s visibility. It is a property the determines if it can be found through searches. **/