[][src]Function stainless_ffmpeg_sys::av_usleep

pub unsafe extern "C" fn av_usleep(usec: c_uint) -> c_int

Sleep for a period of time. Although the duration is expressed in microseconds, the actual delay may be rounded to the precision of the system timer.

@param usec Number of microseconds to sleep. @return zero on success or (negative) error code.