Function obs_encoder_parent_video

Source
pub unsafe extern "C" fn obs_encoder_parent_video(
    encoder: *const obs_encoder_t,
) -> *mut video_t
Expand description

Returns the parent video output context used with this encoder, or NULL if not a video context. Used when an FPS divisor is set, where the original video context would not otherwise be gettable.