pub unsafe extern "C" fn obs_scene_create(
name: *const c_char,
) -> *mut obs_scene_t
Expand description
Creates a scene.
A scene is a source which is a container of other sources with specific display orientations. Scenes can also be used like any other source.