3.3.4.23 USB_HOST_AUDIO_V1_TerminalTypeGet Function

C

USB_AUDIO_V1_TERMINAL_TYPE USB_HOST_AUDIO_V1_TerminalTypeGet(
    USB_HOST_AUDIO_V1_OBJ audioObj, 
    USB_HOST_AUDIO_V1_CONTROL_ENTITY_OBJ entityObject
);

Summary

This function returns the Terminal type of the audio control entity. Prior to calling this function Entity Object should be obtained by calling the USB_HOST_AUDIO_V1_ControlEntityGetFirst, USB_HOST_AUDIO_V1_ControlEntityGetNext, or USB_HOST_AUDIO_V1_EntityObjectGet function.

Parameters

Parameters Description
audioObj USB Host Audio v1.0 device object
entityObject Audio control entity Object

Returns

The terminal type.

Remarks

None.