MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / OnStreamWrite

Method OnStreamWrite

src/output/plugins/PulseOutputPlugin.cxx:570–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570inline void
571PulseOutput::OnStreamWrite(size_t nbytes)
572{
573 assert(mainloop != nullptr);
574
575 writable = nbytes;
576 Signal();
577}
578
579static void
580pulse_output_stream_write_cb([[maybe_unused]] pa_stream *stream, size_t nbytes,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected