mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
replace "spawn" parameter of pa_context_new() with a proper flags parameter
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@523 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e078f084e4
commit
6d09602460
3 changed files with 12 additions and 7 deletions
|
|
@ -64,6 +64,11 @@ typedef enum pa_operation_state {
|
|||
/** An invalid index */
|
||||
#define PA_INVALID_INDEX ((uint32_t) -1)
|
||||
|
||||
/** Some special flags for contexts. \ since 0.8 */
|
||||
typedef enum pa_context_flags {
|
||||
PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the polypaudio daemon if required */
|
||||
} pa_context_flags_t;
|
||||
|
||||
/** The direction of a pa_stream object */
|
||||
typedef enum pa_stream_direction {
|
||||
PA_STREAM_NODIRECTION, /**< Invalid direction */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue