pub unsafe extern "C" fn mvdstdRenderVideoFrame(
config: *mut MVDSTD_Config,
wait: bool,
) -> ResultExpand description
Renders the video frame.
ยงArguments
config- Optional pointer to the configuration to use. When NULL, MVDSTD_SetConfig() should have been used previously for this video.wait- When true, wait for rendering to finish. When false, you can manually call this function repeatedly until it stops returning MVD_STATUS_BUSY.