mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
raop: Code clarification : Detect raop_client recording state in a proper way
This commit is contained in:
parent
3e66643f50
commit
7e6bb05390
3 changed files with 6 additions and 1 deletions
|
|
@ -1565,6 +1565,10 @@ bool pa_raop_client_can_stream(pa_raop_client *c) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool pa_raop_client_is_recording(pa_raop_client *c) {
|
||||
return c->is_recording;
|
||||
}
|
||||
|
||||
int pa_raop_client_stream(pa_raop_client *c) {
|
||||
int rv = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue