svlFilterSplitter class
Used to divide any stream into multiple asynchronous streams. The stream has one synchronous input and one synchronous output by default. The user may add any number of asynchronous outputs by calling the AddOutput method and specifying a name for it that is unique on the filter. The filter never modifies the contents of the incoming samples, however it may make copies of them and send the copies out to its asynchronous outputs.
svlFilterImageWindow:: public methods
Name |
Description |
|---|---|
|
Adds a asychronous output to the splitter filter. The output can be referred to by its |