Browse Source
aout_DecDrain() is now asynchronous, except for modules still implementing aout->drain (only during the transition). Add aout->drain_async(). Aout modules should implement drain_async instead of drain, and call aout_DrainedReport() to report that the stream is drained. Aout modules not implementing any drain functions will still rely on aout_TimeGet() to detect the end of the stream.pull/134/head
committed by
Rémi Denis-Courmont
5 changed files with 89 additions and 20 deletions
Loading…
Reference in new issue