QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LibVLC time

Functions

LIBVLC_API int64_t libvlc_clock (void)
 

Detailed Description

These functions provide access to the LibVLC time/clock.

Function Documentation

LIBVLC_API int64_t libvlc_clock ( void  )

Return the current time as defined by LibVLC. The unit is the microsecond. Time increases monotonically (regardless of time zone changes and RTC adjustements). The origin is arbitrary but consistent across the whole system (e.g. the system uptim, the time since the system was booted).

Note
On systems that support it, the POSIX monotonic clock is used.