| 
| 
  | VideoIOContext (const std::string &fname) | 
|   | 
| 
  | VideoIOContext (const char *buffer, int size) | 
|   | 
| 
int  | read (unsigned char *buf, int buf_size) | 
|   | 
| 
int64_t  | seek (int64_t offset, int whence) | 
|   | 
| 
AVIOContext *  | get_avio () | 
|   | 
 | 
| 
static int  | readFile (void *opaque, unsigned char *buf, int buf_size) | 
|   | 
| 
static int64_t  | seekFile (void *opaque, int64_t offset, int whence) | 
|   | 
| 
static int  | readMemory (void *opaque, unsigned char *buf, int buf_size) | 
|   | 
| 
static int64_t  | seekMemory (void *opaque, int64_t offset, int whence) | 
|   | 
Definition at line 221 of file video_decoder.h.
 
The documentation for this class was generated from the following file: