GetNumInputs method

Retrieves the number of inputs used during the transform setup.

Syntax

unsigned long retVal = object.GetNumInputs();

Parameters

This method has no parameters.

Remarks

Input indices referencing optional inputs can be NULL. You can test that an index has an associated surface with the CDXBaseNTo1::HaveInput method.

See also

IDXTransform::Setup