Function obs_source_set_hidden

Source
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. / / Simply sets a ‘hidden’ flag when the source is still alive but shouldn’t be found