Skip to content

libvlc.VLCTimeNow

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libvlc.VLCTimeNow

Method signature

 Protected Function VLCTimeNow() As Int64

Remarks

Returns 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 uptime).

Clone this wiki locally