![]() |
LUFA Library
120219
|
Audio class-specific Interface Descriptor (USB-IF naming conventions). More...
#include <AudioClassCommon.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bDescriptorSubtype |
uint16_t | bcdADC |
uint16_t | wTotalLength |
uint8_t | bInCollection |
uint8_t | bInterfaceNumbers |
Type define for an Audio class-specific interface descriptor. This follows a regular interface descriptor to supply extra information about the audio device's layout to the host. See the USB Audio specification for more details.
Binary coded decimal value, indicating the supported Audio Class specification version.
Sub type value used to distinguish between audio class-specific descriptors, a value from the Audio_CSInterface_AS_SubTypes_t enum.
Type of the descriptor, either a value in USB_DescriptorTypes_t or a value given by the specific class.
Total number of Audio Streaming interfaces linked to this Audio Control interface (must be 1).
Interface number of the associated Audio Streaming interface.
Size of the descriptor, in bytes.
Total length of the Audio class-specific descriptors, including this descriptor.