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;
Membri
RenderEndpoint
Specifica l'ID endpoint di rendering.
CaptureEndpoint
Specifica l'ID endpoint di acquisizione.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10,Windows 10 Mobile |
server minimo supportato | Windows Server 2016 |
intestazione | ksmedia.h |