Go to the documentation of this file.
20 #ifndef AVFORMAT_AVIO_H
21 #define AVFORMAT_AVIO_H
38 #define AVIO_SEEKABLE_NORMAL 0x0001
113 int64_t timestamp,
int flags);
201 int64_t (*seek)(
void *opaque, int64_t
offset,
int whence));
231 #define AVSEEK_SIZE 0x10000
239 #define AVSEEK_FORCE 0x20000
341 #define AVIO_FLAG_READ 1
342 #define AVIO_FLAG_WRITE 2
343 #define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE)
360 #define AVIO_FLAG_NONBLOCK 8
368 #define AVIO_FLAG_DIRECT 0x8000
494 int64_t timestamp,
int flags);