Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

Code Block
languagecpp
void  *USBD_Audio_RecordBufGet (USBD_AUDIO_AS_HANDLE   as_handle,
                                CPU_INT16U            *p_buf_len);


Arguments

as_handle

AudioStreaming interface handle.

...