Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Signal the end of the audio transfer to the playback task.

Files

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

Arguments

as_handle

AudioStreaming interface handle.

Returned Value

None.

Callers

Audio Peripheral Driver.

Notes / Warnings

  1. Most of the time, this function will be called from an ISR context and when a playback is started on the codec side with the function USBD_Audio_DrvStreamStart() to signal how many buffers can be queued in the codec driver to start streaming.  
  • No labels