Condividi tramite


struttura SIDEBANDAUDIO_DEVICE_DESCRIPTOR (sidebandaudio.h)

La struttura SIDEBANDAUDIO_DEVICE_DESCRIPTOR descrive il numero di endpoint nel dispositivo.

Sintassi

typedef struct _SIDEBANDAUDIO_DEVICE_DESCRIPTOR {
  ULONG NumberOfEndpoints;
} SIDEBANDAUDIO_DEVICE_DESCRIPTOR, *PSIDEBANDAUDIO_DEVICE_DESCRIPTOR;

Membri

NumberOfEndpoints

Numero di endpoint audio nei dispositivi che possono essere sidebandati. Questo numero esclude gli endpoint di feedback.

Osservazioni

Un dispositivo può contenere più endpoint audio che possono essere usati in modalità Sideband. Il numero di endpoint può essere usato per scorrere tutti gli endpoint contenuti nel dispositivo usando un indice basato su 0 (da 0 a n-1).

Il driver deve chiamare IOCTL_SBAUD_GET_ENDPOINT_DESCRIPTOR iterativamente per ottenere dettagli su ognuno degli endpoint.

Fabbisogno

Requisito Valore
intestazione sidebandaudio.h

Vedere anche

sidebandaudio.h

IOCTL_SBAUD_GET_ENDPOINT_DESCRIPTOR