Search found 2 matches

Go to advanced search

by _MO_
23 Apr 2018 17:28
Forum: Development around libVLC
Topic: libvlc_media_player_set_time() vs. libvlc_media_player_get_time()
Replies: 2
Views: 527

libvlc_media_player_set_time() vs. libvlc_media_player_get_time()

Situation: The video is paused. I'm setting time to 1000 milliseconds with libvlc_media_player_set_time() . In some time I'm getting the current time with libvlc_media_player_get_time() and it returns 998 milliseconds instead of 1000. Next, I'm setting time to 998 milliseconds (it should be current ...

Go to advanced search