MediaStreamSink::setFrameFilter Method

Sets a frame filter or a tFrameFilterList or frame filters. The filters are used to transform the image data before it is written to the video file.
Syntax:
bool setFrameFilter( IFrameFilter* pFilter );
bool setFrameFilter( const tFrameFilterList& lst );

Parameter Description
pFilter

New frame filter.

lst

List of frame filters that will be combined to form a filter chain.

Return Value:

Value Description
true The filter or filter chain was successfully set.
false The filter could not be set.

Remarks:

See also: MediaStreamSink, IFrameFilter, MediaStreamSink::getFrameFilters

<< MediaStreamSink