USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Library Interface > d) Data Types and Constants > USB_HOST_AUDIO_V1_STREAM_HANDLE Type
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_STREAM_HANDLE Type

USB Host Audio stream handle 

This data type defines the type of the handle returned by USB_HOST_AUDIO_V1_StreamOpen function. The application uses this handle to interact with an Audio Stream.

C
typedef uintptr_t USB_HOST_AUDIO_V1_STREAM_HANDLE;
Remarks

None.