PipeWire
0.3.33
|
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 | ||
) |