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);
208 int64_t (*seek)(
void *opaque, int64_t
offset,
int whence));
238 #define AVSEEK_SIZE 0x10000
246 #define AVSEEK_FORCE 0x20000
355 #define AVIO_FLAG_READ 1
356 #define AVIO_FLAG_WRITE 2
357 #define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE)
374 #define AVIO_FLAG_NONBLOCK 8
382 #define AVIO_FLAG_DIRECT 0x8000
508 int64_t timestamp,
int flags);