IH26XVideoEffects::getFactoryLimits

[This is preliminary documentation and subject to change.]

Returns the factory limits for the specified effect.

HRESULT getFactoryLimits(
  H26X_VIDEO_EFFECT veVideoEffect,
  int *pinLower,
  int *pinUpper
);
 

Parameters

veVideoEffect
[in] Effect for which limit information is needed.
pinLower
[out] Lower limit for value of effect.
pinUpper
[out] Upper limit for value of effect.

Return Values

E_FAIL
Method failed.
S_OK
Method succeeded.