// ksmedia.h
typedef enum {
KS_PhysConn_Video_Tuner,
KS_PhysConn_Video_Composite,
KS_PhysConn_Video_SVideo,
KS_PhysConn_Video_RGB,
KS_PhysConn_Video_YRYBY,
KS_PhysConn_Video_SerialDigital,
KS_PhysConn_Video_ParallelDigital,
KS_PhysConn_Video_SCSI,
KS_PhysConn_Video_AUX,
KS_PhysConn_Video_1394,
KS_PhysConn_Video_USB,
KS_PhysConn_Video_VideoDecoder,
KS_PhysConn_Video_VideoEncoder,
KS_PhysConn_Video_SCART,
KS_PhysConn_Audio_Tuner,
KS_PhysConn_Audio_Line,
KS_PhysConn_Audio_Mic,
KS_PhysConn_Audio_AESDigital,
KS_PhysConn_Audio_SPDIFDigital,
KS_PhysConn_Audio_SCSI,
KS_PhysConn_Audio_AUX,
KS_PhysConn_Audio_1394,
KS_PhysConn_Audio_USB,
KS_PhysConn_Audio_AudioDecoder
} KS_PhysicalConnectorType;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KS_PhysicalConnectorType enumeration (ksmedia.h).
KS_PhysConn_Video_TunerDefines the KS_PhysConn_Video_Tuner constant.
KS_PhysConn_Video_CompositeDefines the KS_PhysConn_Video_Composite constant.
KS_PhysConn_Video_SVideoDefines the KS_PhysConn_Video_SVideo constant.
KS_PhysConn_Video_RGBDefines the KS_PhysConn_Video_RGB constant.
KS_PhysConn_Video_YRYBYDefines the KS_PhysConn_Video_YRYBY constant.
KS_PhysConn_Video_SerialDigitalDefines the KS_PhysConn_Video_SerialDigital constant.
KS_PhysConn_Video_ParallelDigitalDefines the KS_PhysConn_Video_ParallelDigital constant.
KS_PhysConn_Video_SCSIDefines the KS_PhysConn_Video_SCSI constant.
KS_PhysConn_Video_AUXDefines the KS_PhysConn_Video_AUX constant.
KS_PhysConn_Video_1394Defines the KS_PhysConn_Video_1394 constant.
KS_PhysConn_Video_USBDefines the KS_PhysConn_Video_USB constant.
KS_PhysConn_Video_VideoDecoderDefines the KS_PhysConn_Video_VideoDecoder constant.
KS_PhysConn_Video_VideoEncoderDefines the KS_PhysConn_Video_VideoEncoder constant.
KS_PhysConn_Video_SCARTDefines the KS_PhysConn_Video_SCART constant.
KS_PhysConn_Audio_TunerDefines the KS_PhysConn_Audio_Tuner constant.
KS_PhysConn_Audio_LineDefines the KS_PhysConn_Audio_Line constant.
KS_PhysConn_Audio_MicDefines the KS_PhysConn_Audio_Mic constant.
KS_PhysConn_Audio_AESDigitalDefines the KS_PhysConn_Audio_AESDigital constant.
KS_PhysConn_Audio_SPDIFDigitalDefines the KS_PhysConn_Audio_SPDIFDigital constant.
KS_PhysConn_Audio_SCSIDefines the KS_PhysConn_Audio_SCSI constant.
KS_PhysConn_Audio_AUXDefines the KS_PhysConn_Audio_AUX constant.
KS_PhysConn_Audio_1394Defines the KS_PhysConn_Audio_1394 constant.
KS_PhysConn_Audio_USBDefines the KS_PhysConn_Audio_USB constant.
KS_PhysConn_Audio_AudioDecoderDefines the KS_PhysConn_Audio_AudioDecoder constant.