IVPNotify2::SetVPSyncMaster
Microsoft DirectShow 9.0 |
IVPNotify2::SetVPSyncMaster
The SetVPSyncMaster method sets whether the video port controls vertical synchronization of the VGA.
Syntax
HRESULT GetVPSyncMaster( BOOL bVPSyncMaster );
Parameters
bVPSyncMaster
[in] Value specifying whether the video port controls the vertical synchronization of the VGA monitor. TRUE if the port controls the monitor's synchronization; FALSE otherwise.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Vptype.h, Vpnotify.h
Library: Use Strmiids.lib.
See Also