PulseAudio  4.0-186-ga89ca
ext-device-manager.h
Go to the documentation of this file.
1 #ifndef foopulseextdevicemanagerhfoo
2 #define foopulseextdevicemanagerhfoo
3 
4 /***
5  This file is part of PulseAudio.
6 
7  Copyright 2008 Lennart Poettering
8  Copyright 2009 Colin Guthrie
9 
10  PulseAudio is free software; you can redistribute it and/or modify
11  it under the terms of the GNU Lesser General Public License as published
12  by the Free Software Foundation; either version 2.1 of the License,
13  or (at your option) any later version.
14 
15  PulseAudio is distributed in the hope that it will be useful, but
16  WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public License
21  along with PulseAudio; if not, write to the Free Software
22  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23  USA.
24 ***/
25 
26 #include <pulse/cdecl.h>
27 #include <pulse/context.h>
28 #include <pulse/version.h>
29 
35 PA_C_DECL_BEGIN
36 
38  const char *role;
39  uint32_t priority;
41 
45  const char *name;
46  const char *description;
47  const char *icon;
48  uint32_t index;
49  uint32_t n_role_priorities;
52 
55  pa_context *c,
56  uint32_t version,
57  void *userdata);
58 
61  pa_context *c,
63  void *userdata);
64 
67  pa_context *c,
68  const pa_ext_device_manager_info *info,
69  int eol,
70  void *userdata);
71 
74  pa_context *c,
76  void *userdata);
77 
80  pa_context *c,
81  const char* device,
82  const char* description,
84  void *userdata);
85 
88  pa_context *c,
89  const char *const s[],
91  void *userdata);
92 
95  pa_context *c,
96  int enable,
98  void *userdata);
99 
102  pa_context *c,
103  const char* role,
104  const char** devices,
106  void *userdata);
107 
110  pa_context *c,
111  int enable,
113  void *userdata);
114 
117  pa_context *c,
118  void *userdata);
119 
123  pa_context *c,
125  void *userdata);
126 
127 PA_C_DECL_END
128 
129 #endif