AVIOContext.read_seek

Seek to a given timestamp in stream with the specified stream_index. Needed for some network streaming protocols which don't support seeking to byte position.

struct AVIOContext
int64_t function(void* opaque, int stream_index, int64_t timestamp, int flags) read_seek;

Meta