Get byte offset from seeking time
Posted: 26 Jun 2017 11:37
I'm using libVLC to play a video file while it's being "downloaded".
Does it provide a way to retrieve the file byte offset from a given seeking time (in msec) ?
Something like:
Thanks ♥.
Does it provide a way to retrieve the file byte offset from a given seeking time (in msec) ?
Something like:
Code: Select all
uint64_t getByteFromMsec(int msec);