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);
211 int64_t (*seek)(
void *opaque, int64_t
offset,
int whence));
247 #define AVSEEK_SIZE 0x10000
255 #define AVSEEK_FORCE 0x20000
368 #define AVIO_FLAG_READ 1
369 #define AVIO_FLAG_WRITE 2
370 #define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE)
387 #define AVIO_FLAG_NONBLOCK 8
395 #define AVIO_FLAG_DIRECT 0x8000
521 int64_t timestamp,
int flags);