SIDEBANDAUDIO_EP_USBAUDIO_TRANSPORT_RESOURCES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbsidebandaudio-_sidebandaudio_ep_usbaudio_transport_resources)

_SIDEBANDAUDIO_EP_USBAUDIO_TRANSPORT_RESOURCES structure

Description

This structure describes USB sideband audio transport resources.

Members

bcdAudioSpec

From the USB class-specific AC interface descriptor.

bDelay

Delay introduced by the data path.

bSlotSize

From the Audio Format Type I Descriptor.

Remarks

See also

usbsidebandaudio.h