Partilhar via


KSTOPOLOGY_ENDPOINTIDPAIR estrutura (ksmedia.h)

A estrutura KSTOPOLOGY_ENDPOINTIDPAIR especifica as IDs de ponto de extremidade de renderização e captura a serem usadas para a propriedade KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR.

Sintaxe

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

Membros

RenderEndpoint

Especifica a ID do ponto de extremidade de renderização.

CaptureEndpoint

Especifica a ID do ponto de extremidade de captura.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 10, Windows 10 Mobile
servidor com suporte mínimo Windows Server 2016
cabeçalho ksmedia.h

Consulte também

KSTOPOLOGY_ENDPOINTID