avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include "ffmpeg.h"
Go to the source code of this file.
Namespaces | |
av | |
Functions | |
int64_t | av::gettime () |
Get the current time in microseconds. More... | |
int | av::usleep (unsigned usec) |
Sleep for a period of time. More... | |