#include <videorecorder.h>
Public Member Functions | |
| VideoRecorder (const ASCString &filename, const SDL_Surface *surf, int framerate=15, int ascFramerateLimit=30, int quality=100) | |
| const ASCString | getFilename () |
| void | storeFrame (const SDL_Surface *surf) |
| void | close () |
| ~VideoRecorder () | |
Definition at line 29 of file videorecorder.h.
| VideoRecorder::VideoRecorder | ( | const ASCString & | filename, | |
| const SDL_Surface * | surf, | |||
| int | framerate = 15, |
|||
| int | ascFramerateLimit = 30, |
|||
| int | quality = 100 | |||
| ) |
Definition at line 178 of file videorecorder.cpp.
| VideoRecorder::~VideoRecorder | ( | ) |
Definition at line 182 of file videorecorder.cpp.
| const ASCString VideoRecorder::getFilename | ( | ) |
| void VideoRecorder::storeFrame | ( | const SDL_Surface * | surf | ) |
Definition at line 180 of file videorecorder.cpp.
| void VideoRecorder::close | ( | ) |
Definition at line 181 of file videorecorder.cpp.
1.5.1