pub unsafe extern "C" fn obs_source_set_video_frame(
source: *mut obs_source_t,
frame: *const obs_source_frame,
)
Expand description
Sets current async video frame immediately
NOTE: Non-YUV formats will always be treated as full range with this function! Use obs_source_preload_video2 instead if partial range support is desired for non-YUV video formats.