// ksmedia.h
typedef enum {
eConnTypeUnknown,
eConnType3Point5mm,
eConnTypeQuarter,
eConnTypeAtapiInternal,
eConnTypeRCA,
eConnTypeOptical,
eConnTypeOtherDigital,
eConnTypeOtherAnalog,
eConnTypeMultichannelAnalogDIN,
eConnTypeXlrProfessional,
eConnTypeRJ11Modem,
eConnTypeCombination
} EPcxConnectionType;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the EPcxConnectionType enumeration (ksmedia.h).
eConnTypeUnknownDefines the eConnTypeUnknown constant.
eConnType3Point5mmDefines the eConnType3Point5mm constant.
eConnTypeQuarterDefines the eConnTypeQuarter constant.
eConnTypeAtapiInternalDefines the eConnTypeAtapiInternal constant.
eConnTypeRCADefines the eConnTypeRCA constant.
eConnTypeOpticalDefines the eConnTypeOptical constant.
eConnTypeOtherDigitalDefines the eConnTypeOtherDigital constant.
eConnTypeOtherAnalogDefines the eConnTypeOtherAnalog constant.
eConnTypeMultichannelAnalogDINDefines the eConnTypeMultichannelAnalogDIN constant.
eConnTypeXlrProfessionalDefines the eConnTypeXlrProfessional constant.
eConnTypeRJ11ModemDefines the eConnTypeRJ11Modem constant.
eConnTypeCombinationDefines the eConnTypeCombination constant.