USBD_Audio_OS_RecordTask
Description
Process record data streams.
Files
usbd_audio_os.h / usbd_audio_os.c
Prototype
static void USBD_Audio_OS_RecordTask (void *p_arg);
Arguments
p_arg
Pointer to task initialization argument.
Returned Value
None.
Callers
This is a task.
Implementation guidelines
- The task should call
USBD_Audio_RecordTaskHandler()
function responsible for the record data streams management and defined in the Audio Processing module.