|
Valkka
0.17.0
OpenSource Video Management
|
Gates between two input streams. More...
#include <framefilterset.h>

Public Member Functions | |
| DoubleGate (const char *name, FrameFilter *next=NULL, FrameFilter *next2=NULL) | |
| void | setChannel (int i) |
| int | getCurrentChannel () |
| FrameFilter * | getInputChannel (int i) |
Protected Attributes | |
| std::string | name |
| CachingGateFrameFilter | channel0 |
| CachingGateFrameFilter | channel1 |
| int | n_channel |
Gates between two input streams.
The idea is this:
* filter_chain_0 ----> +--------+ ----> output_filter_chain0 * | Double | * | Gate | * | | * filter_chain_1 ----> +--------+ ----> output_filter_chain1 *
1.8.13