FrameHandlerSink.FrameFilters Property

Returns a frame filter collection. The last filter in the collection is responsible to copy the image data to the Membuffer collection while the others are used to manipulate the image data that go to the sink.
Syntax:
[C#]
public FrameFilters FrameFilters;
Limitations:

Read only.

See also: FrameHandlerSink, FrameFilters, FrameFilter

<< FrameHandlerSink