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
long function(void* opaque, int stream_index, long timestamp, int flags) read_seek;

Meta