KS_PhysicalConnectorType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ks_physicalconnectortype)

Description

This topic describes the KS_PhysicalConnectorType enumeration (ksmedia.h).

Constants

KS_PhysConn_Video_Tuner

Defines the KS_PhysConn_Video_Tuner constant.

KS_PhysConn_Video_Composite

Defines the KS_PhysConn_Video_Composite constant.

KS_PhysConn_Video_SVideo

Defines the KS_PhysConn_Video_SVideo constant.

KS_PhysConn_Video_RGB

Defines the KS_PhysConn_Video_RGB constant.

KS_PhysConn_Video_YRYBY

Defines the KS_PhysConn_Video_YRYBY constant.

KS_PhysConn_Video_SerialDigital

Defines the KS_PhysConn_Video_SerialDigital constant.

KS_PhysConn_Video_ParallelDigital

Defines the KS_PhysConn_Video_ParallelDigital constant.

KS_PhysConn_Video_SCSI

Defines the KS_PhysConn_Video_SCSI constant.

KS_PhysConn_Video_AUX

Defines the KS_PhysConn_Video_AUX constant.

KS_PhysConn_Video_1394

Defines the KS_PhysConn_Video_1394 constant.

KS_PhysConn_Video_USB

Defines the KS_PhysConn_Video_USB constant.

KS_PhysConn_Video_VideoDecoder

Defines the KS_PhysConn_Video_VideoDecoder constant.

KS_PhysConn_Video_VideoEncoder

Defines the KS_PhysConn_Video_VideoEncoder constant.

KS_PhysConn_Video_SCART

Defines the KS_PhysConn_Video_SCART constant.

KS_PhysConn_Audio_Tuner

Defines the KS_PhysConn_Audio_Tuner constant.

KS_PhysConn_Audio_Line

Defines the KS_PhysConn_Audio_Line constant.

KS_PhysConn_Audio_Mic

Defines the KS_PhysConn_Audio_Mic constant.

KS_PhysConn_Audio_AESDigital

Defines the KS_PhysConn_Audio_AESDigital constant.

KS_PhysConn_Audio_SPDIFDigital

Defines the KS_PhysConn_Audio_SPDIFDigital constant.

KS_PhysConn_Audio_SCSI

Defines the KS_PhysConn_Audio_SCSI constant.

KS_PhysConn_Audio_AUX

Defines the KS_PhysConn_Audio_AUX constant.

KS_PhysConn_Audio_1394

Defines the KS_PhysConn_Audio_1394 constant.

KS_PhysConn_Audio_USB

Defines the KS_PhysConn_Audio_USB constant.

KS_PhysConn_Audio_AudioDecoder

Defines the KS_PhysConn_Audio_AudioDecoder constant.

Remarks

See also