[][src]Function ffmpeg_sys_next::av_gettime_relative

pub unsafe extern "C" fn av_gettime_relative() -> i64

Get the current time in microseconds since some unspecified starting point. On platforms that support it, the time comes from a monotonic clock This property makes this time source ideal for measuring relative time. The returned values may not be monotonic on platforms where a monotonic clock is not available.