struttura KSTOPOLOGY_ENDPOINTIDPAIR (ksmedia.h)

La struttura KSTOPOLOGY_ENDPOINTIDPAIR specifica gli ID endpoint di rendering e acquisizione da usare per la proprietà KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR .

Sintassi

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

Members

RenderEndpoint

Specifica l'ID dell'endpoint di rendering.

CaptureEndpoint

Specifica l'ID dell'endpoint di acquisizione.

Requisiti

Requisito Valore
Client minimo supportato Windows 10,Windows 10 Mobile
Server minimo supportato Windows Server 2016
Intestazione ksmedia.h

Vedi anche

KSTOPOLOGY_ENDPOINTID