• Max Kellermann's avatar
    output_api: play() returns a length · 5a898c15
    Max Kellermann authored
    The old API required an output plugin to not return until all data
    passed to the play() method is consumed.  Some output plugins have to
    loop to fulfill that requirement, and may block during that.  Simplify
    these, by letting them consume only part of the buffer: make play()
    return the length of the consumed data.
    5a898c15
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...