FrameFilterImpl.GetSupportedInputTypes Method

This method is called to request the types which this transform filter supports as input types.
Syntax:
public void GetSupportedInputTypes( ArrayList frameTypes );
Parameter Description
frameTypes

ArrayList that has to be filled with FrameType objects that represent the frame types this transform filter can handle.

See also: FrameFilterImpl, FrameType

<< FrameFilterImpl