KSTOPOLOGY_ENDPOINTIDPAIR structure (ksmedia.h)

The KSTOPOLOGY_ENDPOINTIDPAIR structure specifies the render and capture endpoint IDs to use for the KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR property.

Syntax

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

Members

RenderEndpoint

Specifies the render endpoint ID.

CaptureEndpoint

Specifies the capture endpoint ID.

Requirements

Requirement Value
Minimum supported client Windows 10,Windows 10 Mobile
Minimum supported server Windows Server 2016
Header ksmedia.h

See also

KSTOPOLOGY_ENDPOINTID