3.3.4.32 USB_HOST_AUDIO_V1_StreamingInterfaceSamplingFrequenciesGet Function

C

uint8_t* USB_HOST_AUDIO_V1_StreamingInterfaceSamplingFrequenciesGet(
    USB_HOST_AUDIO_V1_OBJ audioObj, 
    USB_HOST_AUDIO_V1_STREAMING_INTERFACE_OBJ streamingInterfaceObj, 
    USB_HOST_AUDIO_V1_STREAMING_INTERFACE_SETTING_OBJ interfaceSettingObj
);

Summary

This function returns the sampling frequencies supported by the specified streaming interface setting.

Precondition

The Audio v1.0 Device should have been attached.

Parameters

Parameters Description
audioObj Audio Device object
streamingInterfaceObj Audio streaming interface object
interfaceSettingObj Audio streaming interface setting object

Returns

A pointer to the sampling frequencies supported by the audio streaming interface setting.

Remarks

None.