SIDEBANDAUDIO_SUPPORTED_FORMATS structure (sidebandaudio.h)
The SIDEBANDAUDIO_SUPPORTED_FORMATS structure describes the formats supported by the Audio Endpoint.
Syntax
typedef struct _SIDEBANDAUDIO_SUPPORTED_FORMATS {
ULONG CbSize;
ULONG EpIndex;
ULONG NumFormats;
PKSDATAFORMAT *Formats;
} SIDEBANDAUDIO_SUPPORTED_FORMATS, *PSIDEBANDAUDIO_SUPPORTED_FORMATS;
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.
Requirements
Requirement | Value |
---|---|
Header | sidebandaudio.h |