USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Library Interface > c) Other Functions > USB_HOST_AUDIO_V1_TerminalInputChannelConfigGet Function
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_TerminalInputChannelConfigGet Function

This function returns a structure that describes the spatial location of the logical channels of in the terminal's output audio channel cluster. This function is only applicable to an input terminal. Prior to calling this function the entity object should be obtained by calling USB_HOST_AUDIO_V1_ControlEntityGetFirst, USB_HOST_AUDIO_V1_ControlEntityGetNext, or USB_HOST_AUDIO_V1_EntityObjectGet.

C
USB_AUDIO_CHANNEL_CONFIG USB_HOST_AUDIO_V1_TerminalInputChannelConfigGet(
    USB_HOST_AUDIO_V1_OBJ audioObj, 
    USB_HOST_AUDIO_V1_CONTROL_ENTITY_OBJ entityObject
);
Parameters
Parameters 
Description 
audioObj 
USB Host Audio v1.0 device object 
entityObject 
Audio control entity object 
Returns

The structure that describes the spatial location of the logical channels.

Remarks

None.