IMSVidCtl::put_DisplaySize
Microsoft DirectShow 9.0 |
IMSVidCtl::put_DisplaySize
This topic applies to Windows XP or later.
The put_DisplaySize method specifies the display size.
Syntax
HRESULT put_DisplaySize( DisplaySizeList NewValue );
Parameters
NewValue
[in] Specifies the display size as a member of the DisplaySizeList enumeration.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Setting this property has no effect if the AutoSize property is false.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also