Description
Start record or playback stream.
Files
usbd_audio_drv_<codec-name>.h / usbd_audio_drv_<codec-name>.c
Prototype
Arguments
p_audio_drv
Pointer to audio driver structure.
as_handle
AudioStreaming handle.
terminal_id_link
AudioStreaming terminal link.
Returned Value
DEF_OK
, if NO error(s) occurred.
DEF_FAIL
, otherwise.
Callers
Audio Class.
Implementation guidelines
This listing shows an example usage of this function for a record stream.
This listing shows an example usage of this function for a playback stream.