SIDEBANDAUDIO_DEVICE_DESCRIPTOR struttura (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;
Members
NumberOfEndpoints
Numero di endpoint audio nei dispositivi che possono essere sidebandati. Questo numero esclude gli endpoint di feedback.
Commenti
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.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sidebandaudio.h |