// usbsidebandaudio.h
typedef struct _SIDEBANDAUDIO_EP_USBAUDIO_TRANSPORT_RESOURCES {
USHORT bcdAudioSpec;
UCHAR bDelay;
UCHAR bSlotSize;
} SIDEBANDAUDIO_EP_USBAUDIO_TRANSPORT_RESOURCES, *PSIDEBANDAUDIO_EP_USBAUDIO_TRANSPORT_RESOURCES;
View the official Windows Driver Kit DDI referenceNo description available.
This structure describes USB sideband audio transport resources.
bcdAudioSpecFrom the USB class-specific AC interface descriptor.
bDelayDelay introduced by the data path.
bSlotSizeFrom the Audio Format Type I Descriptor.