IMSVidEVR::get_SuppressEffects

 
Microsoft DirectShow 9.0

IMSVidEVR::get_SuppressEffects

This topic applies to Windows Vista.

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 IMSVidEVR::put_SuppressEffects. The default value is VARIANT_TRUE.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also