FrameHandlerSink::getFrameFilters Method |
||
Returns the currently set list of IFrameFilters. | ||
Syntax: | const tFrameFilterList getFrameFilters() const; |
|
Return Value: | This function returns a tFrameFilterList containing pointers to the filters that were passed to FrameHandlerSink::create. |
|
Remarks: | When one frame filter was set by passing a pointer to it in FrameHandlerSink::create, the return value is a list containing that pointer. |
|
See also: | FrameHandlerSink, IFrameFilter, tFrameFilterList |