FrameFilterImpl::getSupportedInputTypes Method

This method is called to request the types which this transform filter supports as input types.
Syntax:
virtual void getSupportedInputTypes( FrameTypeInfoArray& arr ) const = 0;
Parameter Description
arr

Reference to an FrameTypeInfoArray with supported frame types. This array has to be filled with the frame types this transform filter can handle.

Remarks:

When you override checkInputType, this method is not called, unless you call it in your own implementation.

See also: FrameFilterImpl, FrameFilterImpl::checkInputType, FrameTypeInfoArray, FrameTypeInfo

<< FrameFilterImpl