3.3.4.58 USB_HOST_AUDIO_V1_STREAM_EVENT_RESPONSE Enumeration
C
typedef enum { USB_HOST_AUDIO_V1_STREAM_EVENT_RESPONSE_NONE } USB_HOST_AUDIO_V1_STREAM_EVENT_RESPONSE;
Summary
USB Host Audio v1.0 Stream Event Handler Return Type
This enumeration lists the possible return values of the USB Host Audio v1.0 stream event handler.
Members
Members | Description |
USB_HOST_AUDIO_V1_STREAM_EVENT_RESPONSE_NONE | This means no response is required |
Remarks
None.