Skip to content

libvlc.VLCTimeUntil

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

libvlc.VLCTimeUntil

Method signature

 Protected Function VLCTimeUntil(PointInTime As Int64) As Int64

Remarks

Returns the number of Microseconds until (or since) the VLCTimeNow matches the specified PointInTime. Points in the past will be negative.

Clone this wiki locally