IMSVidVMR9::get_SuppressEffects

 
Microsoft DirectShow 9.0

IMSVidVMR9::get_SuppressEffects

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The get_SuppressEffects method queries whether the Video Control configures the system for optimal video playback.

Syntax

  HRESULT get_SuppressEffects(
  VARIANT_BOOL*  bSuppress
);

Parameters

bSuppress

[out]  Receives a VARIANT_BOOL. For more information, see IMSVidVMR9::put_SuppressEffects. The default value is VARIANT_TRUE.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

None.

See Also