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.