• 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
..
alsa_plugin.c Loading commit data...
ao_plugin.c Loading commit data...
fifo_plugin.c Loading commit data...
jack_plugin.c Loading commit data...
mvp_plugin.c Loading commit data...
null_plugin.c Loading commit data...
oss_plugin.c Loading commit data...
osx_plugin.c Loading commit data...
pulse_plugin.c Loading commit data...
shout_plugin.c Loading commit data...