VLCTime: add clock and delay from LibVLC
All threads resolved!
All threads resolved!
[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
Activity
Filter activity
changed milestone to %4.0
added Feature label
assigned to @alexandre-janniaux
- Resolved by Thomas Guillem
Are you sure
libvlc_delay
is part of the LibVLC public API?
Please register or sign in to reply