Stream Split Filter
Stream Split Filter | |
---|---|
Description | Selects certain streams from an input. |
Threaded | No |
Memory Usage | Light |
Stream Support | Yes |
Added In | 0.3.0 |
Stream Split Filter
This filter can select one or more streams from a single input and pass those through. A boolean expression is used to select which streams should be passed through. The expression should use the variable i to denote the stream being considered. For example, if the expression is i<2 then streams 0 and 1 will be selected. Generally these expressions should not involve parameters or values. If they do, they will come from the first element of the ith stream in the input.
If no values evaluate to true, the first stream from the input will be passed through.
page revision: 3, last edited: 10 Dec 2009 16:45