structure KSTOPOLOGY_ENDPOINTIDPAIR (ksmedia.h)

La structure KSTOPOLOGY_ENDPOINTIDPAIR spécifie les ID de point de terminaison de rendu et de capture à utiliser pour la propriété KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR .

Syntaxe

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

Membres

RenderEndpoint

Spécifie l’ID de point de terminaison de rendu.

CaptureEndpoint

Spécifie l’ID de point de terminaison de capture.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10,Windows 10 Mobile
Serveur minimal pris en charge Windows Server 2016
En-tête ksmedia.h

Voir aussi

KSTOPOLOGY_ENDPOINTID