3.3.4.26 USB_HOST_AUDIO_V1_StreamingInterfaceBitResolutionGet Function
This function returns the bit resolution size of the specified streaming interface setting.
C
uint8_t USB_HOST_AUDIO_V1_StreamingInterfaceBitResolutionGet(
USB_HOST_AUDIO_V1_OBJaudioObj,
USB_HOST_AUDIO_V1_STREAMING_INTERFACE_OBJstreamingInterfaceObj,
USB_HOST_AUDIO_V1_STREAMING_INTERFACE_SETTING_OBJinterfaceSettingObj
);
Preconditions
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
The bit resolution size of the audio streaming interface setting.
Remarks
None.
