SIDEBANDAUDIO_SUPPORTED_FORMATS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sidebandaudio.h

typedef struct _SIDEBANDAUDIO_SUPPORTED_FORMATS {
  ULONG         CbSize;
  ULONG         EpIndex;
  ULONG         NumFormats;
  PKSDATAFORMAT *Formats;
} SIDEBANDAUDIO_SUPPORTED_FORMATS, *PSIDEBANDAUDIO_SUPPORTED_FORMATS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sidebandaudio-_sidebandaudio_supported_formats)

SIDEBANDAUDIO_SUPPORTED_FORMATS structure

Description

The SIDEBANDAUDIO_SUPPORTED_FORMATS structure describes the formats supported by the Audio Endpoint.

Members

CbSize

Size of structure including storage for Formats Array allocated after the struct.

EpIndex

0 based index indicating the Endpoint on device.

NumFormats

Number of KSDATAFORMAT structures.

Formats

Array of pointers of KSDATAFORMAT.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h

IOCTL_SBAUD_GET_SUPPORTED_FORMATS