Inheritance diagram for vetProcess:

Public Member Functions | |
| vetProcess () | |
| ~vetProcess () | |
| void | setInput (vetInput &sourceVideo) |
| vetInput * | getInput () |
| void | setOutput (vetOutput &outputVideo) |
| vetOutput * | getOutput () |
| VETRESULT | addFilter (vetFilter &aFilter) |
| VETRESULT | removeFilter (vetFilter &oldFilter) |
| VETRESULT | run () |
| VETRESULT | runOnce () |
| bool | isMultiThreadingEnabled () const |
| Return current process setting about MultiThreading. | |
| int | getMaxThreads () const |
| Return max simultaneuos thread. | |
| int | getCurrentThreads () const |
Protected Attributes | |
| vetInput * | v_source |
| vetOutput * | v_out |
| vetFilter ** | v_Filters |
| unsigned int | width |
| unsigned int | height |
| bool | v_isMultiThreadingEnabled |
| int | v_MaxSimultaneousThread |
| int | v_currentThreads |
Definition at line 62 of file vetProcess.h.
|
|
Definition at line 121 of file vetProcess.h. References v_currentThreads. |
|
|
Return max simultaneuos thread.
Definition at line 114 of file vetProcess.h. References v_MaxSimultaneousThread. |
|
|
Return current process setting about MultiThreading.
Definition at line 107 of file vetProcess.h. References v_isMultiThreadingEnabled. |
1.4.4