3.3.4.60 USB_HOST_AUDIO_V1_STREAM_EVENT_WRITE_COMPLETE_DATA Structure
C
typedef struct {
USB_HOST_AUDIO_V1_STREAM_TRANSFER_HANDLE transferHandle;
size_t length;
USB_HOST_AUDIO_V1_RESULT result;
} USB_HOST_AUDIO_V1_STREAM_EVENT_READ_COMPLETE_DATA, USB_HOST_AUDIO_V1_STREAM_EVENT_WRITE_COMPLETE_DATA;
Summary
USB Host Audio v1.0 Class Stream Data Transfer Event Data.
This data type defines the data structure returned by the Audio V1.0 stream in conjunction with the following events:
- USB_HOST_AUDIO_V1_STREAM_EVENT_READ_COMPLETE_DATA
- USB_HOST_AUDIO_V1_STREAM_EVENT_WRITE_COMPLETE_DATA
Members
| Members | Description |
| USB_HOST_AUDIO_V1_STREAM_TRANSFER_HANDLE transferHandle; | Transfer handle of this transfer |
| size_t length; | Amount of data transferred |
| USB_HOST_AUDIO_V1_RESULT result; | Transfer termination status |
Remarks
None.
