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