IESFProperties::GetVideoStandard
HRESULT GetVideoStandard(
ESF_VIDEO_STANDARD *pStandard,
bool *pbMonochrome
);
pStandard |
[out] Pointer to a variable that receives the video standard information. |
pbMonochrome |
[out] Pointer to a boolean variable that indicates whether the camera is monochrome. |
Retrieves the expected video standard of the camera.
Return Values
Returns an HRESULT value. Possible values include the following.
Return code |
Description |
S_OK |
No error. |
E_POINTER |
At least one argument is not a valid pointer. |
E_PROP_ID_UNSUPPORTED |
This method is not supported by the pins of the Euresys source filter. |
Requirements
Header |
ESFilter.h |
Library |
ESFilter.dll |
MultiCam |
5.0 or later |