mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
implement PA_STREAM_FAIL_ON_SUSPEND logic
This commit is contained in:
parent
c61ad2a706
commit
e47d03dea4
10 changed files with 59 additions and 24 deletions
|
|
@ -58,6 +58,7 @@ typedef enum pa_sink_input_flags {
|
|||
PA_SINK_INPUT_FIX_RATE = 64,
|
||||
PA_SINK_INPUT_FIX_CHANNELS = 128,
|
||||
PA_SINK_INPUT_DONT_INHIBIT_AUTO_SUSPEND = 256,
|
||||
PA_SINK_INPUT_FAIL_ON_SUSPEND = 512
|
||||
} pa_sink_input_flags_t;
|
||||
|
||||
struct pa_sink_input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue