Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions
caffe2::VideoIOContext Class Reference

Public Member Functions

 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 Public Member Functions

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)
 

Detailed Description

Definition at line 221 of file video_decoder.h.


The documentation for this class was generated from the following file: