Skip to content

VLCTime: add clock and delay from LibVLC

[VLCTime clock] will match libvlc_clock() and [VLCTime delay:ts] will match libvlc_delay(ts).

They are returning and taking int64_t as parameter, much like libvlc itself, so as to avoid allocation of the VLCTime wrapper.

Edited by Alexandre Janniaux

Merge request reports