pub unsafe extern "C" fn vsl_frame_wait(
    client: *mut VSLClient,
    until: i64
) -> *mut VSLFrame
Expand 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