COPP_ConnectorType Enumeration
Microsoft DirectShow 9.0 |
COPP_ConnectorType Enumeration
Specifies the type of physical connector.
Syntax
typedef enum _COPP_ConnectorType { COPP_ConnectorType_Unknown = -1, COPP_ConnectorType_VGA = 0, COPP_ConnectorType_SVideo = 1, COPP_ConnectorType_CompositeVideo = 2, COPP_ConnectorType_ComponentVideo = 3, COPP_ConnectorType_DVI = 4, COPP_ConnectorType_HDMI = 5, COPP_ConnectorType_LVDS = 6, COPP_ConnectorType_TMDS = 7, COPP_ConnectorType_D_JPN = 8, COPP_ConnectorType_SDI = 9, COPP_ConnectorType_Internal = 0x80000000, COPP_ConnectorType_ForceDWORD = 0x7fffffff } COPP_ConnectorType;
Members
COPP_ConnectorType_Unknown
Unknown connector type.
COPP_ConnectorType_VGA
VGA (Video Graphics Array) connector.
COPP_ConnectorType_SVideo
S-Video connector.
COPP_ConnectorType_CompositeVideo
Composite video connector.
COPP_ConnectorType_ComponentVideo
Component video connector.
COPP_ConnectorType_DVI
DVI (digital video interface) connector.
COPP_ConnectorType_HDMI
HDMI (high-definition multimedia interface) connector.
COPP_ConnectorType_LVDS
LVDS (Low voltage differential signaling) connector.
COPP_ConnectorType_TMDS
Reserved.
COPP_ConnectorType_D_JPN
Japanese D connector. (Connector conforming to the EIAJ RC-5237 standard.)
COPP_ConnectorType_SDI
Serial digital image connector.
COPP_ConnectorType_Internal
Internal connector. This flag can be combined with the other flags. This flag indicates that the connection between the graphics adapter and the display device is permanent and not accessible to the user.
See Also