PipeWire
0.3.33
|
Data Structures | |
struct | thread |
struct | impl |
Macros | |
#define | DEFAULT_NICE_LEVEL -11 |
#define | DEFAULT_RT_PRIO 88 |
#define | DEFAULT_RT_TIME_SOFT 2000000 |
#define | DEFAULT_RT_TIME_HARD 2000000 |
#define | MODULE_USAGE |
#define | RTKIT_SERVICE_NAME "org.freedesktop.RealtimeKit1" |
#define | RTKIT_OBJECT_PATH "/org/freedesktop/RealtimeKit1" |
#define | RLIMIT_RTTIME 15 |
Functions | |
struct pw_rtkit_bus * | pw_rtkit_bus_get_system (void) |
void | pw_rtkit_bus_free (struct pw_rtkit_bus *system_bus) |
int | pw_rtkit_get_max_realtime_priority (struct pw_rtkit_bus *connection) |
int | pw_rtkit_get_min_nice_level (struct pw_rtkit_bus *connection, int *min_nice_level) |
long long | pw_rtkit_get_rttime_usec_max (struct pw_rtkit_bus *connection) |
int | pw_rtkit_make_realtime (struct pw_rtkit_bus *connection, pid_t thread, int priority) |
int | pw_rtkit_make_high_priority (struct pw_rtkit_bus *connection, pid_t thread, int nice_level) |
int | pipewire__module_init (struct pw_impl_module *module, const char *args) |
#define DEFAULT_NICE_LEVEL -11 |
#define DEFAULT_RT_PRIO 88 |
#define DEFAULT_RT_TIME_HARD 2000000 |
#define DEFAULT_RT_TIME_SOFT 2000000 |
#define MODULE_USAGE |
#define RLIMIT_RTTIME 15 |
#define RTKIT_OBJECT_PATH "/org/freedesktop/RealtimeKit1" |
#define RTKIT_SERVICE_NAME "org.freedesktop.RealtimeKit1" |
int pipewire__module_init | ( | struct pw_impl_module * | module, |
const char * | args | ||
) |
References props, pw_context_get_properties(), pw_impl_module_get_context(), and pw_properties_get().
void pw_rtkit_bus_free | ( | struct pw_rtkit_bus * | system_bus | ) |
struct pw_rtkit_bus* pw_rtkit_bus_get_system | ( | void | ) |
References pw_log_error.
int pw_rtkit_get_max_realtime_priority | ( | struct pw_rtkit_bus * | connection | ) |
int pw_rtkit_get_min_nice_level | ( | struct pw_rtkit_bus * | connection, |
int * | min_nice_level | ||
) |
long long pw_rtkit_get_rttime_usec_max | ( | struct pw_rtkit_bus * | connection | ) |
int pw_rtkit_make_high_priority | ( | struct pw_rtkit_bus * | connection, |
pid_t | thread, | ||
int | nice_level | ||
) |
int pw_rtkit_make_realtime | ( | struct pw_rtkit_bus * | connection, |
pid_t | thread, | ||
int | priority | ||
) |