// 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 referenceNo description available.
The SIDEBANDAUDIO_SUPPORTED_FORMATS structure describes the formats supported by the Audio Endpoint.
CbSizeSize of structure including storage for Formats Array allocated after the struct.
EpIndex0 based index indicating the Endpoint on device.
NumFormatsNumber of KSDATAFORMAT structures.
FormatsArray of pointers of KSDATAFORMAT.
| Header | sidebandaudio.h |
IOCTL_SBAUD_GET_SUPPORTED_FORMATS