/
USBD_Audio_AS_IF_StatGet
USBD_Audio_AS_IF_StatGet
Description
Get the statistics structure associated to the given AudioStreaming interface.
Files
usbd_audio.h / usbd_audio.c
Prototype
USBD_AUDIO_STAT *USBD_Audio_AS_IF_StatGet (USBD_AUDIO_AS_HANDLE as_handle);
Arguments
as_handle
AudioStreaming interface handle.
Returned Value
Pointer to the audio stream statistics, if NO error(s).
Null Pointer, otherwise.
Callers
Application.
Notes / Warnings
None.
, multiple selections available,
Related content
USBD_Audio_AS_IF_Cfg
USBD_Audio_AS_IF_Cfg
More like this
USBD_Audio_AS_IF_Add
USBD_Audio_AS_IF_Add
More like this
USBD_Audio_RecordBufGet
USBD_Audio_RecordBufGet
More like this
USBD_Audio_Init
USBD_Audio_Init
More like this
USBD_Audio_SU_Add
USBD_Audio_SU_Add
More like this
USBD_Audio_OS_PlaybackTask
USBD_Audio_OS_PlaybackTask
More like this