Function videostream_sys::vsl_host_process
source · pub unsafe extern "C" fn vsl_host_process(host: *mut VSLHost) -> c_intExpand description
Process the host tasks by first expiring old frames and then servicing the first available connection in our pool. This function should be called in a loop, generally blocked by @ref vsl_host_poll.
@memberof VSLHost