#include <mptr.h>
Public Member Functions | |
Importer_LibAVCodec (const char *filename) | |
~Importer_LibAVCodec () | |
virtual bool | get_frame (synfig::Surface &surface, synfig::Time time, synfig::ProgressCallback *callback) |
Gets a frame and puts it into surface. |
Importer_LibAVCodec::Importer_LibAVCodec | ( | const char * | filename | ) |
Importer_LibAVCodec::~Importer_LibAVCodec | ( | ) |
bool Importer_LibAVCodec::get_frame | ( | synfig::Surface & | surface, | |
synfig::Time | time, | |||
synfig::ProgressCallback * | callback | |||
) | [virtual] |
Gets a frame and puts it into surface.
surface | Reference to surface to put frame into | |
time | For animated importers, determines which frame to get. For static importers, this parameter is unused. | |
callback | Pointer to callback class for progress, errors, etc. |
true
on success, false
on error Implements synfig::Importer.