Home
last modified time | relevance | path

Searched refs:sendstream (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/raop/
Draop-sink.c448 bool canstream, sendstream, on_timeout; in thread_func() local
587 sendstream = !u->autonull || (u->autonull && canstream); in thread_func()
588 if (sendstream && pa_raop_client_send_audio_packet(u->raop, &u->memchunk, offset) < 0) { in thread_func()
614 if (sendstream) { in thread_func()