![]() |
LUFA Library
120219
|
Audio class-specific Streaming Audio Interface Descriptor (USB-IF naming conventions). More...
#include <AudioClassCommon.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bDescriptorSubtype |
uint8_t | bTerminalLink |
uint8_t | bDelay |
uint16_t | wFormatTag |
Type define for an Audio class-specific streaming interface descriptor. This indicates to the host how audio streams within the device are formatted. See the USB Audio specification for more details.
Delay in frames resulting from the complete sample processing from input to output.
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.
Size of the descriptor, in bytes.
ID value of the output terminal this descriptor is describing.
Format of the audio stream, see Audio Device Formats specification.