Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::ffmpeg::Frame Class Reference

Classes

struct  NoBuffers
 Tag for constructing an AVFrame without data buffers,. More...
 

Public Member Functions

 Frame ()
 Construct a Frame without an AVFrame, sending it to an encoder signals end of stream.
 
 Frame (const Frame &)=delete
 
 Frame (enum AVPixelFormat pix_fmt, int width, int height)
 
 Frame (Frame &&rhs)
 
 Frame (NoBuffers)
 Allocate an AVFrame without any data buffers, for use as a decoder destination where the decoder provides the buffers.
 
void makeWritable ()
 
 operator bool () const
 
Frameoperator= (const Frame &)=delete
 
Frameoperator= (Frame &&that)
 

Public Attributes

AVFrame * frame
 

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