pub unsafe extern "C" fn obs_source_output_video(
    source: *mut obs_source_t,
    frame: *const obs_source_frame
)
Expand description

Outputs asynchronous video data. Set to NULL to deactivate the texture

NOTE: Non-YUV formats will always be treated as full range with this function! Use obs_source_output_video2 instead if partial range support is desired for non-YUV video formats.