PipeWire
0.3.38
|
Data Structures | |
struct | impl |
struct | client |
struct | server |
Macros | |
#define | NAME "protocol-simple" |
#define | PW_LOG_TOPIC_DEFAULT mod_topic |
#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 | |
PW_LOG_TOPIC_STATIC (mod_topic, "mod." NAME) | |
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 PW_LOG_TOPIC_DEFAULT mod_topic |
#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, impl::module_listener, props, impl::props, pw_context_get_main_loop(), pw_impl_module_add_listener(), pw_impl_module_get_context(), pw_log_debug, PW_LOG_TOPIC_INIT, pw_properties_new(), pw_properties_new_string(), impl::server_list, and spa_list_init().
PW_LOG_TOPIC_STATIC | ( | mod_topic | , |
"mod." | NAME | ||
) |