pub unsafe extern "C" fn obs_view_enum_video_info(
view: *mut obs_view_t,
enum_proc: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut obs_video_info) -> bool>,
param: *mut c_void,
)
Expand description
Enumerate the video info of all mixes using the specified view context