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.
| Microsoft DirectShow 9.0 |
ICameraControl::get_ScanMode
This topic applies only to Windows XP Service Pack 2 and later.
The get_ScanMode method returns the current scanning mode (interlaced or progressive).
Syntax
HRESULT get_ScanMode( long* pValue, long* pFlags );
Parameters
pValue
[out] Receives one of the following values.
| Value | Description |
| 0 | Interlaced video. |
| 1 | Progressive video. |
pFlags
[out] Receives one or more flags. See CameraControlFlags.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Vidcap.h.
Library: Use Strmiids.lib.
See Also