PipeWire
0.3.34
|
Data Structures | |
struct | impl |
struct | client |
struct | server |
Macros | |
#define | NAME "protocol-simple" |
#define | DEFAULT_PORT 4711 |
#define | DEFAULT_SERVER "[ \"tcp:"SPA_STRINGIFY(DEFAULT_PORT)"\" ]" |
#define | DEFAULT_FORMAT "S16" |
#define | DEFAULT_RATE "44100" |
#define | DEFAULT_CHANNELS "2" |
#define | DEFAULT_POSITION "[ FL FR ]" |
#define | DEFAULT_LATENCY "1024/48000" |
#define | MAX_CLIENTS 10 |
#define | MODULE_USAGE |
#define | SERVER_TYPE_INVALID 0 |
#define | SERVER_TYPE_UNIX 1 |
#define | SERVER_TYPE_INET 2 |
Functions | |
int | pipewire__module_init (struct pw_impl_module *module, const char *args) |
#define DEFAULT_CHANNELS "2" |
#define DEFAULT_FORMAT "S16" |
#define DEFAULT_LATENCY "1024/48000" |
#define DEFAULT_PORT 4711 |
#define DEFAULT_POSITION "[ FL FR ]" |
#define DEFAULT_RATE "44100" |
#define DEFAULT_SERVER "[ \"tcp:"SPA_STRINGIFY(DEFAULT_PORT)"\" ]" |
#define MAX_CLIENTS 10 |
#define MODULE_USAGE |
#define NAME "protocol-simple" |
#define SERVER_TYPE_INET 2 |
#define SERVER_TYPE_INVALID 0 |
#define SERVER_TYPE_UNIX 1 |
int pipewire__module_init | ( | struct pw_impl_module * | module, |
const char * | args | ||
) |
References impl::context, impl::loop, impl::module_listener, impl::props, pw_context_get_main_loop(), pw_context_get_work_queue(), pw_impl_module_add_listener(), pw_impl_module_get_context(), pw_impl_module_update_properties(), pw_log_debug, pw_properties_new(), pw_properties_new_string(), impl::server_list, SPA_DICT_INIT_ARRAY, spa_list_init(), and impl::work_queue.