MediaStreamSink::getFrameFilters Method

Returns a tFrameFilterList, containing the frame filters that are currently used to analyze or transform the image data before it is written to the video file.
Syntax:
const tFrameFilterList getFrameFilters() const;
Return Value:

A tFrameFilterList, containing the currently set frame filters.

See also: MediaStreamSink, IFrameFilter, MediaStreamSink::setFrameFilter

<< MediaStreamSink