Microsoft DirectX 9.0 |
The get_NumberOfLInes method retrieves the number of scan lines in the video signal.
Syntax
HRESULT get_NumberOfLines(
long *plNumberOfLines
);
Parameters
plNumberOfLines
[out] Pointer to a variable that receives the number of scan lines in the video signal. This is generally by 525 lines for NTSC and 625 lines for PAL or SECAM.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_PROP_ID_UNSUPPORTED | The device does not support this method. |
S_OK | Success. |
See Also