mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05: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
|
|
@ -54,7 +54,8 @@ typedef enum pa_source_output_flags {
|
|||
PA_SOURCE_OUTPUT_FIX_FORMAT = 32,
|
||||
PA_SOURCE_OUTPUT_FIX_RATE = 64,
|
||||
PA_SOURCE_OUTPUT_FIX_CHANNELS = 128,
|
||||
PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND = 256
|
||||
PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND = 256,
|
||||
PA_SOURCE_OUTPUT_FAIL_ON_SUSPEND = 512
|
||||
} pa_source_output_flags_t;
|
||||
|
||||
struct pa_source_output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue