EPcxConnectionType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  eConnTypeUnknown,
  eConnType3Point5mm,
  eConnTypeQuarter,
  eConnTypeAtapiInternal,
  eConnTypeRCA,
  eConnTypeOptical,
  eConnTypeOtherDigital,
  eConnTypeOtherAnalog,
  eConnTypeMultichannelAnalogDIN,
  eConnTypeXlrProfessional,
  eConnTypeRJ11Modem,
  eConnTypeCombination
} EPcxConnectionType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Constants

eConnTypeUnknown

Defines the eConnTypeUnknown constant.

eConnType3Point5mm

Defines the eConnType3Point5mm constant.

eConnTypeQuarter

Defines the eConnTypeQuarter constant.

eConnTypeAtapiInternal

Defines the eConnTypeAtapiInternal constant.

eConnTypeRCA

Defines the eConnTypeRCA constant.

eConnTypeOptical

Defines the eConnTypeOptical constant.

eConnTypeOtherDigital

Defines the eConnTypeOtherDigital constant.

eConnTypeOtherAnalog

Defines the eConnTypeOtherAnalog constant.

eConnTypeMultichannelAnalogDIN

Defines the eConnTypeMultichannelAnalogDIN constant.

eConnTypeXlrProfessional

Defines the eConnTypeXlrProfessional constant.

eConnTypeRJ11Modem

Defines the eConnTypeRJ11Modem constant.

eConnTypeCombination

Defines the eConnTypeCombination constant.

Remarks

See also