IH26XVideoEffects::getCurrent

[This is preliminary documentation and subject to change.]

Gets the current value for the specified effect.

HRESULT getCurrent(
  H26X_VIDEO_EFFECT veVideoEffect,
  int *pinValue
);
 

Parameters

veVideoEffect
[in] Effect for which current value is needed.
pinValue
[out] Current value of effect.

Return Values

E_FAIL
Method failed.
S_OK
Method succeeded.