]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core.h
core: Add an "internal" suspend cause
[pulseaudio] / src / pulsecore / core.h
index a8cff5c0722b3342f6d696637819c7aef20de07d..261cc9985e031f904a55f384a4ae6afccabd9baf 100644 (file)
@@ -36,6 +36,7 @@ typedef enum pa_suspend_cause {
     PA_SUSPEND_IDLE = 4,         /* Used by module-suspend-on-idle */
     PA_SUSPEND_SESSION = 8,      /* Used by module-hal for mark inactive sessions */
     PA_SUSPEND_PASSTHROUGH = 16, /* Used to suspend monitor sources when the sink is in passthrough mode */
+    PA_SUSPEND_INTERNAL = 32,    /* This is used for short period server-internal suspends, such as for sample rate updates */
     PA_SUSPEND_ALL = 0xFFFF      /* Magic cause that can be used to resume forcibly */
 } pa_suspend_cause_t;