|
| FFmpegImage (int64_t pts) |
|
| FFmpegImage (AVFrame *frame) |
|
| FFmpegImage (FFmpegImage const &other)=delete |
|
FFmpegImage & | operator= (FFmpegImage const &other)=delete |
|
| FFmpegImage (FFmpegImage &&other) |
|
FFmpegImage & | operator= (FFmpegImage &&other) |
|
AVFrame const * | frame () const |
|
uint8_t * | y () |
|
int | y_stride () const |
|
uint8_t * | u () |
|
int | u_stride () const |
|
uint8_t * | v () |
|
int | v_stride () const |
|
Size | size () const |
|
void | set_pts (int64_t pts) |
|
|
AVFrame * | _frame = nullptr |
|
Definition at line 53 of file ffmpeg_image.h.
The documentation for this class was generated from the following files: