Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP or later.
The put_UsingOverlay method specifies whether the Video Mixing Renderer will use the hardware overlay.
Syntax
HRESULT put_UsingOverlay(
  [in]  VARIANT_BOOL UseOverlayVal
);
Parameters
- UseOverlayVal [in] 
 Flag that specifies whether to use the hardware overlay. Use one of the following values.- Value - Description - VARIANT_TRUE - Use the hardware overlay. - VARIANT_FALSE - Do not use the hardware overlay. 
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
| Header | Declared in Dshow.h. | 
| DLL | Requires Quartz.dll. | 
See Also
IMSVidVideoRenderer Interface
IMSVidVideoRenderer::get_UsingOverlay
Send comments about this topic to Microsoft
Build date: 12/4/2008