mpv_get_time_us method
Same as mpv_get_time_ns but in microseconds.
Implementation
int mpv_get_time_us(
ffi.Pointer<mpv_handle> ctx,
) {
return _mpv_get_time_us(
ctx,
);
}
Same as mpv_get_time_ns but in microseconds.
int mpv_get_time_us(
ffi.Pointer<mpv_handle> ctx,
) {
return _mpv_get_time_us(
ctx,
);
}