|
Valkka
0.17.0
OpenSource Video Management
|
Add state information to stream. More...
#include <fileframefilter.h>


Public Member Functions | |
| InitStreamFrameFilter (const char *name, FrameFilter *next=NULL) | |
Public Member Functions inherited from FrameFilter | |
| FrameFilter (const char *name, FrameFilter *next=NULL) | |
| Default constructor. More... | |
| virtual | ~FrameFilter () |
| Virtual destructor // <pyapi> | |
Protected Member Functions | |
| void | go (Frame *frame) |
| Does the actual filtering/modification to the Frame. Define in subclass. | |
| void | run (Frame *frame) |
| Calls this->go(Frame* frame) and then calls the this->next->run(Frame* frame) (if this->next != NULL) | |
Protected Attributes | |
| std::vector< SetupFrame > | setupframes |
| cached setupframes | |
Protected Attributes inherited from FrameFilter | |
| std::string | name |
| FrameFilter * | next |
| The next frame filter in the chain to be applied. | |
Add state information to stream.
1.8.13