mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
sink, source: Support creating suspended sinks and sources
The initial state of a sink or source might not necessarily be IDLE, because sometimes it might be suspended from the very beginning.
This commit is contained in:
parent
0ee5fa6377
commit
f280e8b50d
5 changed files with 20 additions and 6 deletions
|
|
@ -328,6 +328,8 @@ typedef enum pa_sink_message {
|
|||
} pa_sink_message_t;
|
||||
|
||||
typedef struct pa_sink_new_data {
|
||||
pa_suspend_cause_t suspend_cause;
|
||||
|
||||
char *name;
|
||||
pa_proplist *proplist;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue