![]() |
LUFA Library
120219
|
Audio class-specific Streaming Audio Interface Descriptor (LUFA naming conventions). More...
#include <AudioClassCommon.h>
Data Fields | |
USB_Descriptor_Header_t | Header |
uint8_t | Subtype |
uint8_t | TerminalLink |
uint8_t | FrameDelay |
uint16_t | AudioFormat |
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.
Format of the audio stream, see Audio Device Formats specification.
Delay in frames resulting from the complete sample processing from input to output.
Regular descriptor header containing the descriptor's type and length.
Sub type value used to distinguish between audio class-specific descriptors, a value from the Audio_CSInterface_AS_SubTypes_t enum.
ID value of the output terminal this descriptor is describing.