estructura KSTOPOLOGY_ENDPOINTIDPAIR (ksmedia.h)
La estructura KSTOPOLOGY_ENDPOINTIDPAIR especifica los identificadores de punto de conexión de representación y captura que se usarán 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 | Value |
---|---|
Cliente mínimo compatible | Windows 10,Windows 10 Mobile |
Servidor mínimo compatible | Windows Server 2016 |
Encabezado | ksmedia.h |