Function rsmpeg::ffi::av_usleep[][src]

pub unsafe extern "C" fn av_usleep(usec: u32) -> i32
Expand description

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.