Function videostream_sys::vsl_frame_wait
source · pub unsafe extern "C" fn vsl_frame_wait(
client: *mut VSLClient,
until: i64
) -> *mut VSLFrameExpand description
Waits for a frame to arrive and returns a new frame object. Frames who’s timestamp is less than @param until will be ignored.
@memberof VSLFrame