#include <moviecapture.h>
Inheritance diagram for MovieCapture:

Public Member Functions | |
| virtual bool | captureFrame ()=0 |
| virtual bool | end ()=0 |
| virtual int | getFrameCount () const =0 |
| virtual float | getFrameRate () const =0 |
| virtual int | getHeight () const =0 |
| virtual int | getWidth () const =0 |
| MovieCapture () | |
| virtual bool | start (const std::string &filename, int width, int height, float fps)=0 |
| virtual | ~MovieCapture () |
|
|
Definition at line 19 of file moviecapture.h. 00019 {};
|
|
|
Definition at line 20 of file moviecapture.h. 00020 {};
|
|
|
Implemented in AVICapture. Referenced by CelestiaCore::draw(). |
|
|
Implemented in AVICapture. Referenced by CelestiaCore::recordEnd(). |
|
|
Implemented in AVICapture. Referenced by CelestiaCore::renderOverlay(). |
|
|
Implemented in AVICapture. Referenced by CelestiaCore::renderOverlay(), and CelestiaCore::tick(). |
|
|
Implemented in AVICapture. Referenced by CelestiaCore::renderOverlay(). |
|
|
Implemented in AVICapture. Referenced by CelestiaCore::renderOverlay(). |
|
||||||||||||||||||||
|
Implemented in AVICapture. Referenced by BeginMovieCapture(). |
1.4.1