MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::GetConnector

IESFProperties::GetConnector

HRESULT GetConnector(
  long *plConnectorId
);

plConnectorId

[out] Pointer to a variable that receives the connector index.

Retrieves the selected video connector.

It is the index of the video input used by the Euresys source filter.

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.

Note. When using a Picolo capture board, the index mapping is as follows:

Connector name

Index

VID1

0

VID3

1

YC

2

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Source Selection

Hardware Reference

IESFProperties::SetConnector

IESFProperties::GetConnectorRange