Compartir a través de


estructura KSTOPOLOGY_ENDPOINTIDPAIR (ksmedia.h)

La estructura KSTOPOLOGY_ENDPOINTIDPAIR especifica los identificadores de punto de conexión de representación y captura que se van a usar para la propiedad KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR.

Sintaxis

typedef struct _tagKSTOPOLOGY_ENDPOINTIDPAIR {
  KSTOPOLOGY_ENDPOINTID RenderEndpoint;
  KSTOPOLOGY_ENDPOINTID CaptureEndpoint;
} KSTOPOLOGY_ENDPOINTIDPAIR, *PKSTOPOLOGY_ENDPOINTIDPAIR;

Miembros

RenderEndpoint

Especifica el identificador del punto de conexión de representación.

CaptureEndpoint

Especifica el identificador del punto de conexión de captura.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 10,Windows 10 Mobile
servidor mínimo admitido Windows Server 2016
encabezado de ksmedia.h

Consulte también

KSTOPOLOGY_ENDPOINTID