PipeWire  0.3.33
ansi.h
Go to the documentation of this file.
1 /* Simple Plugin API
2  *
3  * Copyright © 2021 Red Hat, Inc.
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a
6  * copy of this software and associated documentation files (the "Software"),
7  * to deal in the Software without restriction, including without limitation
8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9  * and/or sell copies of the Software, and to permit persons to whom the
10  * Software is furnished to do so, subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice (including the next
13  * paragraph) shall be included in all copies or substantial portions of the
14  * Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  * DEALINGS IN THE SOFTWARE.
23  */
24 
25 #ifndef SPA_UTILS_ANSI_H
26 #define SPA_UTILS_ANSI_H
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
45 #define SPA_ANSI_RESET "\x1B[0m"
46 #define SPA_ANSI_BOLD "\x1B[1m"
47 #define SPA_ANSI_ITALIC "\x1B[3m"
48 #define SPA_ANSI_UNDERLINE "\x1B[4m"
49 
50 #define SPA_ANSI_BLACK "\x1B[0;30m"
51 #define SPA_ANSI_RED "\x1B[0;31m"
52 #define SPA_ANSI_GREEN "\x1B[0;32m"
53 #define SPA_ANSI_YELLOW "\x1B[0;33m"
54 #define SPA_ANSI_BLUE "\x1B[0;34m"
55 #define SPA_ANSI_MAGENTA "\x1B[0;35m"
56 #define SPA_ANSI_CYAN "\x1B[0;36m"
57 #define SPA_ANSI_WHITE "\x1B[0;37m"
58 #define SPA_ANSI_BRIGHT_BLACK "\x1B[90m"
59 #define SPA_ANSI_BRIGHT_RED "\x1B[91m"
60 #define SPA_ANSI_BRIGHT_GREEN "\x1B[92m"
61 #define SPA_ANSI_BRIGHT_YELLOW "\x1B[93m"
62 #define SPA_ANSI_BRIGHT_BLUE "\x1B[94m"
63 #define SPA_ANSI_BRIGHT_MAGENTA "\x1B[95m"
64 #define SPA_ANSI_BRIGHT_CYAN "\x1B[96m"
65 #define SPA_ANSI_BRIGHT_WHITE "\x1B[97m"
66 
67 /* Shortcut because it's a common use-case and easier than combining both */
68 #define SPA_ANSI_BOLD_BLACK "\x1B[1;30m"
69 #define SPA_ANSI_BOLD_RED "\x1B[1;31m"
70 #define SPA_ANSI_BOLD_GREEN "\x1B[1;32m"
71 #define SPA_ANSI_BOLD_YELLOW "\x1B[1;33m"
72 #define SPA_ANSI_BOLD_BLUE "\x1B[1;34m"
73 #define SPA_ANSI_BOLD_MAGENTA "\x1B[1;35m"
74 #define SPA_ANSI_BOLD_CYAN "\x1B[1;36m"
75 #define SPA_ANSI_BOLD_WHITE "\x1B[1;37m"
76 
77 #define SPA_ANSI_DARK_BLACK "\x1B[2;30m"
78 #define SPA_ANSI_DARK_RED "\x1B[2;31m"
79 #define SPA_ANSI_DARK_GREEN "\x1B[2;32m"
80 #define SPA_ANSI_DARK_YELLOW "\x1B[2;33m"
81 #define SPA_ANSI_DARK_BLUE "\x1B[2;34m"
82 #define SPA_ANSI_DARK_MAGENTA "\x1B[2;35m"
83 #define SPA_ANSI_DARK_CYAN "\x1B[2;36m"
84 #define SPA_ANSI_DARK_WHITE "\x1B[2;37m"
85 
86 /* Background colors */
87 #define SPA_ANSI_BG_BLACK "\x1B[0;40m"
88 #define SPA_ANSI_BG_RED "\x1B[0;41m"
89 #define SPA_ANSI_BG_GREEN "\x1B[0;42m"
90 #define SPA_ANSI_BG_YELLOW "\x1B[0;43m"
91 #define SPA_ANSI_BG_BLUE "\x1B[0;44m"
92 #define SPA_ANSI_BG_MAGENTA "\x1B[0;45m"
93 #define SPA_ANSI_BG_CYAN "\x1B[0;46m"
94 #define SPA_ANSI_BG_WHITE "\x1B[0;47m"
95 #define SPA_ANSI_BG_BRIGHT_BLACK "\x1B[100m"
96 #define SPA_ANSI_BG_BRIGHT_RED "\x1B[101m"
97 #define SPA_ANSI_BG_BRIGHT_GREEN "\x1B[102m"
98 #define SPA_ANSI_BG_BRIGHT_YELLOW "\x1B[103m"
99 #define SPA_ANSI_BG_BRIGHT_BLUE "\x1B[104m"
100 #define SPA_ANSI_BG_BRIGHT_MAGENTA "\x1B[105m"
101 #define SPA_ANSI_BG_BRIGHT_CYAN "\x1B[106m"
102 #define SPA_ANSI_BG_BRIGHT_WHITE "\x1B[107m"
103 
108 #ifdef __cplusplus
109 } /* extern "C" */
110 #endif
111 
112 #endif /* SPA_UTILS_ANSI_H */
SPA_KEY_API_ALSA_CARD_NAME
#define SPA_KEY_API_ALSA_CARD_NAME
name from card_info
Definition: build-12683127/doc/spa/utils/keys.h:70
sm_alsa_midi_start
int sm_alsa_midi_start(struct sm_media_session *session)
Definition: alsa-midi.c:172
PW_KEY_DEVICE_NAME
#define PW_KEY_DEVICE_NAME
device name
Definition: src/pipewire/keys.h:211
PW_DIRECTION_INPUT
#define PW_DIRECTION_INPUT
Definition: port.h:57
sm_media_session_create_object
struct pw_proxy * sm_media_session_create_object(struct sm_media_session *sess, const char *factory_name, const char *type, uint32_t version, const struct spa_dict *props, size_t user_data_size)
Definition: media-session.c:1692
PW_KEY_DEVICE_BUS
#define PW_KEY_DEVICE_BUS
bus of the device if applicable.
Definition: src/pipewire/keys.h:234
pw_properties_get
int int const char * pw_properties_get(const struct pw_properties *properties, const char *key)
Get a property.
Definition: properties.c:487
DEFAULT_NAME
#define DEFAULT_NAME
Definition: alsa-midi.c:49
spa_pod_object
Definition: pod/pod.h:175
spa_audio_info_raw::rate
uint32_t rate
Definition: audio/raw.h:288
SPA_PARAM_Profile
@ SPA_PARAM_Profile
profile configuration as SPA_TYPE_OBJECT_ParamProfile
Definition: param.h:53
device::listener
struct spa_hook listener
Definition: alsa-monitor.c:105
node::props
struct pw_properties * props
Definition: alsa-monitor.c:74
SPA_NAME_API_JACK_DEVICE
#define SPA_NAME_API_JACK_DEVICE
keys for jack factory names
Definition: names.h:132
impl::device_list
struct spa_list device_list
Definition: alsa-monitor.c:128
endpoint::format
struct spa_audio_info format
Definition: alsa-endpoint.c:86
PW_VERSION_NODE
#define PW_VERSION_NODE
Definition: src/pipewire/node.h:52
sm_media_session_add_listener
int sm_media_session_add_listener(struct sm_media_session *sess, struct spa_hook *listener, const struct sm_media_session_events *events, void *data)
Definition: media-session.c:1519
impl::notify
struct spa_source * notify
Definition: alsa-midi.c:58
endpoint::impl
struct impl * impl
Definition: alsa-endpoint.c:67
sm_media_session_sanitize_description
char * sm_media_session_sanitize_description(char *name, int size, char sub, const char *fmt,...)
Definition: media-session.c:2059
SPA_DEVICE_OBJECT_CHANGE_MASK_PROPS
#define SPA_DEVICE_OBJECT_CHANGE_MASK_PROPS
Definition: build-12683127/doc/spa/monitor/device.h:89
SPA_POD_Pod
#define SPA_POD_Pod(val)
Definition: vararg.h:100
PW_TYPE_INTERFACE_Device
#define PW_TYPE_INTERFACE_Device
Definition: src/pipewire/device.h:37
device::priority
int priority
Definition: alsa-monitor.c:93
PW_KEY_DEVICE_CLASS
#define PW_KEY_DEVICE_CLASS
device class
Definition: src/pipewire/keys.h:228
SPA_POD_Int
#define SPA_POD_Int(val)
Definition: vararg.h:59
impl::jack_timeout
struct spa_source * jack_timeout
Definition: alsa-monitor.c:130
pw_properties_update
int pw_properties_update(struct pw_properties *props, const struct spa_dict *dict)
Update properties.
Definition: properties.c:298
pw_loop_update_timer
#define pw_loop_update_timer(l,...)
Definition: src/pipewire/loop.h:78
SPA_TYPE_INTERFACE_Device
#define SPA_TYPE_INTERFACE_Device
Definition: build-12683127/doc/spa/monitor/device.h:50
stream::link
struct spa_list link
Definition: alsa-endpoint.c:92
format-utils.h
endpoint::params
struct spa_param_info params[5]
Definition: alsa-endpoint.c:79
node::direction
enum pw_direction direction
Definition: alsa-monitor.c:69
SPA_PARAM_PORT_CONFIG_format
@ SPA_PARAM_PORT_CONFIG_format
(Object) format filter
Definition: param.h:151
dbus.h
node.h
spa_device
Definition: build-12683127/doc/spa/monitor/device.h:53
endpoint::monitor
struct endpoint * monitor
Definition: alsa-endpoint.c:81
SPA_KEY_API_ALSA_PCM_NAME
#define SPA_KEY_API_ALSA_PCM_NAME
name from pcm_info
Definition: build-12683127/doc/spa/utils/keys.h:77
name
const char * name
Definition: media-session.c:2379
string.h
SPA_TYPE_EVENT_Device
@ SPA_TYPE_EVENT_Device
Definition: build-12683127/doc/spa/utils/type.h:76
spa_node_info::props
struct spa_dict * props
extra node properties
Definition: build-12683127/doc/spa/node/node.h:82
node::link
struct spa_list link
link in impl node_list
Definition: module-filter-chain.c:151
data
user data to add to an object
Definition: filter.c:75
SPA_KEY_DEVICE_DESCRIPTION
#define SPA_KEY_DEVICE_DESCRIPTION
a device description
Definition: build-12683127/doc/spa/monitor/device.h:265
impl::data
uint8_t data[MAX_BUFFER]
Definition: module-profiler.c:87
spa_streq
bool spa_streq(const char *s1, const char *s2)
Definition: string.h:50
spa_list_for_each
#define spa_list_for_each(pos, head, member)
Definition: list.h:111
spa_device_object_info::props
const struct spa_dict * props
extra object properties
Definition: build-12683127/doc/spa/monitor/device.h:92
pw_proxy_get_user_data
void * pw_proxy_get_user_data(struct pw_proxy *proxy)
Get the user_data.
Definition: proxy.c:146
impl::reserve
unsigned int reserve
Definition: alsa-monitor.c:132
spa_device_info::props
const struct spa_dict * props
device properties
Definition: build-12683127/doc/spa/monitor/device.h:69
device::impl
struct impl * impl
Definition: alsa-monitor.c:83
node::obj
struct sm_node * obj
Definition: bluez-autoswitch.c:79
sm_media_session_sync
int sm_media_session_sync(struct sm_media_session *sess, void(*callback)(void *data), void *data)
Definition: media-session.c:1582
endpoint::info
struct pw_endpoint_info info
Definition: alsa-endpoint.c:77
pw_loop
Definition: src/pipewire/loop.h:47
pw_device_set_param
#define pw_device_set_param(c,...)
Definition: src/pipewire/device.h:156
spa_format_audio_raw_build
struct spa_pod * spa_format_audio_raw_build(struct spa_pod_builder *builder, uint32_t id, struct spa_audio_info_raw *info)
Definition: audio/format-utils.h:72
PW_VERSION_DEVICE
#define PW_VERSION_DEVICE
Definition: src/pipewire/device.h:39
impl::listener
struct spa_hook listener
Definition: access-flatpak.c:46
device
Definition: alsa-monitor.c:82
node
Definition: module-filter-chain.c:150
SND_PATH
#define SND_PATH
Definition: alsa-midi.c:42
impl
Definition: control.c:33
PW_KEY_DEVICE_PRODUCT_NAME
#define PW_KEY_DEVICE_PRODUCT_NAME
product name if applicable
Definition: src/pipewire/keys.h:227
sm_object_destroy
int sm_object_destroy(struct sm_object *obj)
Definition: media-session.c:359
spa_audio_info::raw
struct spa_audio_info_raw raw
Definition: param/audio/format.h:44
NAME
#define NAME
Definition: alsa-endpoint.c:61
pw_proxy_destroy
void pw_proxy_destroy(struct pw_proxy *proxy)
destroy a proxy
Definition: proxy.c:229
device::factory_name
char * factory_name
Definition: alsa-monitor.c:88
SPA_NAME_API_ALSA_ENUM_UDEV
#define SPA_NAME_API_ALSA_ENUM_UDEV
keys for alsa factory names
Definition: names.h:96
impl::props
struct pw_properties * props
Definition: module-example-sink.c:81
SPA_PARAM_PORT_CONFIG_direction
@ SPA_PARAM_PORT_CONFIG_direction
direction, input/output (Id enum spa_direction)
Definition: param.h:147
pw_node_subscribe_params
#define pw_node_subscribe_params(c,...)
Definition: src/pipewire/node.h:199
SPA_PARAM_INFO_READ
#define SPA_PARAM_INFO_READ
Definition: param.h:68
spa_pod_object_fixate
int spa_pod_object_fixate(struct spa_pod_object *pod)
Definition: iter.h:431
pw_proxy_events
Proxy events, use pw_proxy_add_listener.
Definition: proxy.h:111
SPA_EVENT_DEVICE_Object
@ SPA_EVENT_DEVICE_Object
Definition: monitor/event.h:46
spa_list
Definition: list.h:37
device::profile
int profile
Definition: alsa-monitor.c:95
SPA_MEDIA_TYPE_audio
@ SPA_MEDIA_TYPE_audio
Definition: param/format.h:42
sm_media_session_match_rules
int sm_media_session_match_rules(const char *rules, size_t size, struct pw_properties *props)
Definition: match-rules.c:91
PW_KEY_AUDIO_CHANNELS
#define PW_KEY_AUDIO_CHANNELS
number of audio channels
Definition: src/pipewire/keys.h:307
SPA_PTROFF
#define SPA_PTROFF(ptr_, offset_, type_)
Return the address (buffer + offset) as pointer of type.
Definition: defs.h:159
SPA_KEY_MEDIA_CLASS
#define SPA_KEY_MEDIA_CLASS
Media class Ex.
Definition: build-12683127/doc/spa/utils/keys.h:44
impl::session_listener
struct spa_hook session_listener
Definition: alsa-monitor.c:118
SPA_KEY_API_ALSA_CARD
#define SPA_KEY_API_ALSA_CARD
alsa card number
Definition: build-12683127/doc/spa/utils/keys.h:60
handle
Definition: pipewire.c:68
spa_strstartswith
bool spa_strstartswith(const char *s, const char *prefix)
Definition: string.h:71
impl::id
uint32_t id
Definition: module-echo-cancel.c:139
pw_properties_new_dict
struct pw_properties * pw_properties_new_dict(const struct spa_dict *dict)
Make a new properties object from the given dictionary.
Definition: properties.c:126
SND_SEQ_PATH
#define SND_SEQ_PATH
Definition: alsa-midi.c:44
SPA_POD_BUILDER_INIT
#define SPA_POD_BUILDER_INIT(buffer, size)
Definition: builder.h:71
props
const char * props
Definition: media-session.c:2382
PW_KEY_DEVICE_FORM_FACTOR
#define PW_KEY_DEVICE_FORM_FACTOR
form factor if applicable.
Definition: src/pipewire/keys.h:229
impl::info
struct spa_audio_info_raw info
Definition: module-echo-cancel.c:145
SPA_PARAM_Props
@ SPA_PARAM_Props
properties as SPA_TYPE_OBJECT_Props
Definition: param.h:46
pod.h
spa_source
Definition: build-12683127/doc/spa/support/loop.h:58
SPA_PARAM_PORT_CONFIG_MODE_dsp
@ SPA_PARAM_PORT_CONFIG_MODE_dsp
dsp configuration, depending on the external format.
Definition: param.h:139
spa_audio_info_raw::channels
uint32_t channels
Definition: audio/raw.h:289
pw_properties::dict
struct spa_dict dict
dictionary of key/values
Definition: properties.h:50
pw_loop_destroy_source
#define pw_loop_destroy_source(l,...)
Definition: src/pipewire/loop.h:80
stream
Definition: stream.c:97
device::sync_listener
struct spa_hook sync_listener
Definition: alsa-monitor.c:91
SPA_KEY_API_ALSA_PCM_SUBDEVICE
#define SPA_KEY_API_ALSA_PCM_SUBDEVICE
subdevice from pcm_info
Definition: build-12683127/doc/spa/utils/keys.h:82
endpoint::use_ucm
unsigned int use_ucm
Definition: alsa-endpoint.c:83
SPA_PARAM_INFO
#define SPA_PARAM_INFO(id, flags)
Definition: param.h:77
SPA_PARAM_Format
@ SPA_PARAM_Format
configured format as SPA_TYPE_OBJECT_Format
Definition: param.h:48
spa_list_consume
#define spa_list_consume(pos, head, member)
Definition: list.h:96
stream::format
struct spa_audio_info format
Definition: alsa-endpoint.c:98
SPA_TYPE_INTERFACE_Node
#define SPA_TYPE_INTERFACE_Node
Definition: build-12683127/doc/spa/node/node.h:50
device::use_acp
unsigned int use_acp
Definition: alsa-monitor.c:112
endpoint::props
struct pw_properties * props
Definition: alsa-endpoint.c:69
node::impl
struct impl * impl
Definition: alsa-monitor.c:68
PW_KEY_LINK_INPUT_NODE
#define PW_KEY_LINK_INPUT_NODE
input node id of a link
Definition: src/pipewire/keys.h:198
spa_pod
Definition: pod/pod.h:50
PW_VERSION_PROXY_EVENTS
#define PW_VERSION_PROXY_EVENTS
Definition: proxy.h:112
SPA_DEVICE_EVENT_ObjectConfig
@ SPA_DEVICE_EVENT_ObjectConfig
Definition: monitor/event.h:36
PW_KEY_NODE_NICK
#define PW_KEY_NODE_NICK
short node name
Definition: src/pipewire/keys.h:139
device::sdevice
struct sm_device * sdevice
Definition: alsa-monitor.c:104
endpoint::client_endpoint
struct pw_client_endpoint * client_endpoint
Definition: alsa-endpoint.c:74
SPA_TYPE_OBJECT_ParamProfile
@ SPA_TYPE_OBJECT_ParamProfile
Definition: build-12683127/doc/spa/utils/type.h:94
dict.h
PW_DIRECTION_OUTPUT
#define PW_DIRECTION_OUTPUT
Definition: port.h:58
SEQ_NAME
#define SEQ_NAME
Definition: alsa-midi.c:43
spa_list_remove
void spa_list_remove(struct spa_list *elem)
Definition: list.h:69
sm_media_session_create_links
int sm_media_session_create_links(struct sm_media_session *sess, const struct spa_dict *dict)
Definition: media-session.c:1901
impl::handle
struct spa_handle * handle
Definition: alsa-monitor.c:123
SPA_AUDIO_MAX_CHANNELS
#define SPA_AUDIO_MAX_CHANNELS
Definition: audio/raw.h:43
spa_format_audio_raw_parse
int spa_format_audio_raw_parse(const struct spa_pod *format, struct spa_audio_info_raw *info)
Definition: audio/format-utils.h:43
PW_KEY_LINK_INPUT_PORT
#define PW_KEY_LINK_INPUT_PORT
input port id of a link
Definition: src/pipewire/keys.h:199
endpoint::ucm
snd_use_case_mgr_t * ucm
Definition: alsa-endpoint.c:84
node::node
struct sm_node * node
Definition: alsa-endpoint.c:105
PW_TYPE_INTERFACE_Node
#define PW_TYPE_INTERFACE_Node
Definition: src/pipewire/node.h:50
device::first
unsigned int first
Definition: alsa-monitor.c:109
SPA_PARAM_PORT_CONFIG_monitor
@ SPA_PARAM_PORT_CONFIG_monitor
(Bool) enable monitor output ports on input ports
Definition: param.h:149
endpoint::node
struct node * node
Definition: alsa-endpoint.c:71
device::probed
unsigned int probed
Definition: alsa-monitor.c:111
PW_KEY_NODE_DESCRIPTION
#define PW_KEY_NODE_DESCRIPTION
localized human readable node one-line description.
Definition: src/pipewire/keys.h:140
impl::jack_device
struct pw_proxy * jack_device
Definition: alsa-monitor.c:131
_
#define _(String)
Definition: src/pipewire/i18n.h:37
SPA_PARAM_PortConfig
@ SPA_PARAM_PortConfig
port configuration as SPA_TYPE_OBJECT_ParamPortConfig
Definition: param.h:55
spa_device_object_info::factory_name
const char * factory_name
a factory name that implements the object
Definition: build-12683127/doc/spa/monitor/device.h:86
PW_KEY_NODE_NAME
#define PW_KEY_NODE_NAME
node name
Definition: src/pipewire/keys.h:138
spa_node
Definition: build-12683127/doc/spa/node/node.h:53
PW_KEY_DEVICE_API
#define PW_KEY_DEVICE_API
API this device is accessed with.
Definition: src/pipewire/keys.h:217
spa_hook
A hook, contains the structure with functions and the data passed to the functions.
Definition: hook.h:295
pw_loop_add_io
#define pw_loop_add_io(l,...)
Definition: src/pipewire/loop.h:71
sm_alsa_endpoint_start
int sm_alsa_endpoint_start(struct sm_media_session *session)
Definition: alsa-endpoint.c:758
SPA_KEY_DEVICE_NAME
#define SPA_KEY_DEVICE_NAME
the name of the device
Definition: build-12683127/doc/spa/monitor/device.h:262
SPA_IO_ERR
#define SPA_IO_ERR
Definition: system.h:57
sm_object_remove_data
int sm_object_remove_data(struct sm_object *obj, const char *id)
Definition: media-session.c:290
spa_handle
Definition: plugin.h:44
PW_KEY_PRIORITY_DRIVER
#define PW_KEY_PRIORITY_DRIVER
priority to be a driver
Definition: src/pipewire/keys.h:98
PW_KEY_DEVICE_DESCRIPTION
#define PW_KEY_DEVICE_DESCRIPTION
localized human readable device one-line description.
Definition: src/pipewire/keys.h:219
sm_object_get_data
void * sm_object_get_data(struct sm_object *obj, const char *id)
Definition: media-session.c:281
SPA_LOG_LEVEL_DEBUG
@ SPA_LOG_LEVEL_DEBUG
Definition: build-12683127/doc/spa/support/log.h:51
SPA_FLAG_IS_SET
#define SPA_FLAG_IS_SET(field, flag)
Definition: defs.h:73
SPA_NAME_API_ALSA_SEQ_BRIDGE
#define SPA_NAME_API_ALSA_SEQ_BRIDGE
an alsa Node interface for bridging midi ports
Definition: names.h:107
spa_param_info
information about a parameter
Definition: param.h:64
spa_list_init
void spa_list_init(struct spa_list *list)
Definition: list.h:44
node::node
struct spa_node * node
Definition: alsa-monitor.c:76
PW_KEY_LINK_OUTPUT_PORT
#define PW_KEY_LINK_OUTPUT_PORT
output port id of a link
Definition: src/pipewire/keys.h:201
spa_pod_builder_init
void spa_pod_builder_init(struct spa_pod_builder *builder, void *data, uint32_t size)
Definition: builder.h:96
PW_KEY_DEVICE_NICK
#define PW_KEY_DEVICE_NICK
a short device nickname
Definition: src/pipewire/keys.h:214
SPA_KEY_API_ALSA_PCM_DEVICE
#define SPA_KEY_API_ALSA_PCM_DEVICE
device from pcm_info
Definition: build-12683127/doc/spa/utils/keys.h:81
device::handle
struct spa_handle * handle
Definition: alsa-monitor.c:100
pw_log_level_enabled
#define pw_log_level_enabled(lev)
Check if a loglevel is enabled.
Definition: src/pipewire/log.h:78
spa_dict
Definition: utils/dict.h:48
i18n.h
SPA_KEY_API_ALSA_PCM_ID
#define SPA_KEY_API_ALSA_PCM_ID
info from alsa pcm_info
Definition: build-12683127/doc/spa/utils/keys.h:75
SPA_KEY_DEVICE_BUS_ID
#define SPA_KEY_DEVICE_BUS_ID
the device bus-id
Definition: build-12683127/doc/spa/monitor/device.h:272
SPA_POD_Bool
#define SPA_POD_Bool(val)
Definition: vararg.h:53
device::n_acquired
uint32_t n_acquired
Definition: alsa-monitor.c:107
spa_device_object_info::type
const char * type
the object type managed by this device
Definition: build-12683127/doc/spa/monitor/device.h:85
sm_object_add_listener
int sm_object_add_listener(struct sm_object *obj, struct spa_hook *listener, const struct sm_object_events *events, void *data)
Definition: media-session.c:1512
pw_node_set_param
#define pw_node_set_param(c,...)
Definition: src/pipewire/node.h:201
spa_debug_dict
int spa_debug_dict(int indent, const struct spa_dict *dict)
Definition: debug/dict.h:43
spa_dict_lookup
const char * spa_dict_lookup(const struct spa_dict *dict, const char *key)
Definition: utils/dict.h:99
DEFAULT_JACK_SECONDS
#define DEFAULT_JACK_SECONDS
Definition: alsa-monitor.c:65
spa_audio_info
Definition: param/audio/format.h:40
stream::info
struct spa_node_info info
Definition: stream.c:137
node::snode
struct sm_node * snode
Definition: alsa-monitor.c:78
SPA_PARAM_EnumFormat
@ SPA_PARAM_EnumFormat
available formats as SPA_TYPE_OBJECT_Format
Definition: param.h:47
spa_pod_parse_object
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:560
pw_context_load_spa_handle
struct spa_handle * pw_context_load_spa_handle(struct pw_context *context, const char *factory_name, const struct spa_dict *info)
Definition: context.c:1340
spa_strerror
#define spa_strerror(err)
Definition: result.h:51
endpoint::link
struct spa_list link
link in impl endpoint_list
Definition: alsa-endpoint.c:65
result.h
device::id
uint32_t id
Definition: alsa-monitor.c:85
node::device
struct device * device
Definition: alsa-monitor.c:70
SPA_IO_IN
#define SPA_IO_IN
Definition: system.h:55
sm_media_session_find_object
struct sm_object * sm_media_session_find_object(struct sm_media_session *sess, uint32_t id)
Definition: media-session.c:1539
keys.h
spa_device_set_param
#define spa_device_set_param(d,...)
Definition: build-12683127/doc/spa/monitor/device.h:256
param
Definition: filter.c:80
pw_proxy_sync
int pw_proxy_sync(struct pw_proxy *proxy, int seq)
Generate an sync method for a proxy.
Definition: proxy.c:310
pw_loop_add_timer
#define pw_loop_add_timer(l,...)
Definition: src/pipewire/loop.h:77
pw_log_debug
#define pw_log_debug(...)
Definition: src/pipewire/log.h:89
spa_format_parse
int spa_format_parse(const struct spa_pod *format, uint32_t *media_type, uint32_t *media_subtype)
Definition: format-utils.h:42
device::device_listener
struct spa_hook device_listener
Definition: alsa-monitor.c:102
PW_KEY_LINK_OUTPUT_NODE
#define PW_KEY_LINK_OUTPUT_NODE
output node id of a link
Definition: src/pipewire/keys.h:200
device::endpoint_list
struct spa_list endpoint_list
Definition: alsa-endpoint.c:118
spa_handle_get_interface
#define spa_handle_get_interface(h,...)
Definition: plugin.h:73
endpoint::id
uint32_t id
Definition: policy-ep.c:71
impl::conf
struct pw_properties * conf
Definition: alsa-monitor.c:120
endpoint
Definition: alsa-endpoint.c:64
impl::monitor
struct spa_device * monitor
Definition: alsa-monitor.c:125
endpoint::proxy_listener
struct spa_hook proxy_listener
Definition: alsa-endpoint.c:75
sm_media_session_export_device
struct sm_device * sm_media_session_export_device(struct sm_media_session *sess, const struct spa_dict *props, struct spa_device *object)
Definition: media-session.c:1673
spa_device_info
Information about the device and parameters it supports.
Definition: build-12683127/doc/spa/monitor/device.h:60
SPA_ID_INVALID
#define SPA_ID_INVALID
Definition: defs.h:182
pw_unload_spa_handle
int pw_unload_spa_handle(struct spa_handle *handle)
Definition: pipewire.c:321
impl::tmp
uint8_t tmp[TMP_BUFFER]
Definition: module-profiler.c:86
impl::context
struct pw_context * context
Definition: settings.c:43
PW_KEY_MEDIA_CLASS
#define PW_KEY_MEDIA_CLASS
class Ex: "Video/Source"
Definition: src/pipewire/keys.h:285
pw_properties_update_string
int pw_properties_update_string(struct pw_properties *props, const char *str, size_t size)
Update the properties from the given string, overwriting any existing keys with the new values from s...
Definition: properties.c:154
pw_properties_set
int pw_properties_set(struct pw_properties *properties, const char *key, const char *value)
Set a property value.
Definition: properties.c:435
impl::session
struct sm_media_session * session
Definition: access-flatpak.c:45
stream::props
struct pw_properties * props
Definition: alsa-endpoint.c:95
parser.h
spa_pod::type
uint32_t type
Definition: pod/pod.h:52
stream::endpoint
struct endpoint * endpoint
Definition: alsa-endpoint.c:93
sm_object_add_data
void * sm_object_add_data(struct sm_object *obj, const char *id, size_t size)
Definition: media-session.c:261
impl::proxy
struct pw_proxy * proxy
Definition: alsa-midi.c:56
spa_dbus_connection_get
#define spa_dbus_connection_get(c)
Definition: dbus.h:112
PW_KEY_DEVICE_ID
#define PW_KEY_DEVICE_ID
device properties
Definition: src/pipewire/keys.h:210
PW_KEY_DEVICE_ICON_NAME
#define PW_KEY_DEVICE_ICON_NAME
an XDG icon name for the device.
Definition: src/pipewire/keys.h:240
sm_media_session_create_node
struct sm_node * sm_media_session_create_node(struct sm_media_session *sess, const char *factory_name, const struct spa_dict *props)
Definition: media-session.c:1701
sm_media_session_load_conf
int sm_media_session_load_conf(struct sm_media_session *sess, const char *name, struct pw_properties *conf)
Definition: media-session.c:2013
endpoint::client_endpoint_listener
struct spa_hook client_endpoint_listener
Definition: alsa-endpoint.c:76
PW_KEY_FACTORY_NAME
#define PW_KEY_FACTORY_NAME
the name of the factory
Definition: src/pipewire/keys.h:260
pw_log_warn
#define pw_log_warn(...)
Definition: src/pipewire/log.h:87
device::device
struct spa_device * device
Definition: alsa-monitor.c:101
device::reserve
struct rd_device * reserve
Definition: alsa-monitor.c:90
SPA_NAME_API_ALSA_ACP_DEVICE
#define SPA_NAME_API_ALSA_ACP_DEVICE
an alsa ACP Device interface
Definition: names.h:109
sm_object_sync_update
int sm_object_sync_update(struct sm_object *obj)
Definition: media-session.c:1163
device::node_list
struct spa_list node_list
Definition: alsa-monitor.c:113
stream::active
unsigned int active
Definition: alsa-endpoint.c:100
node::type
uint32_t type
Definition: policy-node.c:116
SPA_PARAM_PROFILE_index
@ SPA_PARAM_PROFILE_index
profile index (Int)
Definition: param.h:113
spa_event::pod
struct spa_pod pod
Definition: pod/event.h:44
node::acquired
unsigned int acquired
Definition: alsa-monitor.c:79
json.h
device::device_id
uint32_t device_id
Definition: alsa-monitor.c:86
spa_pod_builder_add_object
#define spa_pod_builder_add_object(b, type, id,...)
Definition: builder.h:650
spa_event
Definition: pod/event.h:43
event.h
SPA_KEY_DEVICE_BUS_PATH
#define SPA_KEY_DEVICE_BUS_PATH
bus path to the device in the OS' format.
Definition: build-12683127/doc/spa/monitor/device.h:273
spa_audio_info::info
union spa_audio_info::@5 info
pw_proxy_add_listener
void pw_proxy_add_listener(struct pw_proxy *proxy, struct spa_hook *listener, const struct pw_proxy_events *events, void *data)
Add an event listener to proxy.
Definition: proxy.c:195
keys.h
spa_hook_remove
void spa_hook_remove(struct spa_hook *hook)
Remove a hook.
Definition: hook.h:336
SPA_PARAM_PORT_CONFIG_mode
@ SPA_PARAM_PORT_CONFIG_mode
(Id enum spa_param_port_config_mode) mode
Definition: param.h:148
pw_log_info
#define pw_log_info(...)
Definition: src/pipewire/log.h:88
device::pending_profile
int pending_profile
Definition: alsa-monitor.c:96
endpoint::listener
struct spa_hook listener
Definition: alsa-endpoint.c:72
device::obj
struct sm_device * obj
Definition: default-profile.c:101
SPA_PARAM_INFO_READWRITE
#define SPA_PARAM_INFO_READWRITE
Definition: param.h:70
spa_debug_pod
int spa_debug_pod(int indent, const struct spa_type_info *info, const struct spa_pod *pod)
Definition: debug/pod.h:200
sm_alsa_monitor_start
int sm_alsa_monitor_start(struct sm_media_session *session)
Definition: alsa-monitor.c:1100
pipewire.h
SPA_VERSION_DEVICE_EVENTS
#define SPA_VERSION_DEVICE_EVENTS
version of the structure
Definition: build-12683127/doc/spa/monitor/device.h:119
names.h
SPA_PARAM_PropInfo
@ SPA_PARAM_PropInfo
property information as SPA_TYPE_OBJECT_PropInfo
Definition: param.h:45
spa_node_info::change_mask
uint64_t change_mask
Definition: build-12683127/doc/spa/node/node.h:66
SPA_EVENT_DEVICE_Props
@ SPA_EVENT_DEVICE_Props
Definition: monitor/event.h:47
SESSION_CONF
#define SESSION_CONF
Definition: alsa-monitor.c:63
sm_media_session_schedule_rescan
int sm_media_session_schedule_rescan(struct sm_media_session *sess)
Definition: media-session.c:1569
spa_device_add_listener
#define spa_device_add_listener(d,...)
Definition: build-12683127/doc/spa/monitor/device.h:253
SPA_KEY_API_ALSA_PATH
#define SPA_KEY_API_ALSA_PATH
alsa device path as can be used in snd_pcm_open() and snd_ctl_open().
Definition: build-12683127/doc/spa/utils/keys.h:57
device::seq
int seq
Definition: alsa-monitor.c:92
SPA_POD_OPT_Pod
#define SPA_POD_OPT_Pod(val)
Definition: parser.h:533
SPA_POD_Id
#define SPA_POD_Id(val)
Definition: vararg.h:56
sm_media_session_sanitize_name
char * sm_media_session_sanitize_name(char *name, int size, char sub, const char *fmt,...)
Definition: media-session.c:2031
device::props
struct pw_properties * props
Definition: alsa-monitor.c:98
PW_KEY_PRIORITY_SESSION
#define PW_KEY_PRIORITY_SESSION
priority in session manager
Definition: src/pipewire/keys.h:97
device::link
struct spa_list link
Definition: alsa-monitor.c:84
pw_properties_new
struct pw_properties * pw_properties_new(const char *key,...) 1
Make a new properties object.
Definition: properties.c:98
SPA_KEY_NODE_NAME
#define SPA_KEY_NODE_NAME
node keys
Definition: build-12683127/doc/spa/node/keys.h:38
SESSION_KEY
#define SESSION_KEY
Definition: alsa-endpoint.c:62
SPA_TYPE_OBJECT_ParamPortConfig
@ SPA_TYPE_OBJECT_ParamPortConfig
Definition: build-12683127/doc/spa/utils/type.h:95
device::appeared
unsigned int appeared
Definition: alsa-monitor.c:110
endpoint::stream_list
struct spa_list stream_list
Definition: alsa-endpoint.c:88
SPA_CALLBACKS_INIT
#define SPA_CALLBACKS_INIT(_funcs, _data)
Initialize the set of functions funcs as a spa_callbacks, together with _data.
Definition: hook.h:142
pw_properties_setf
int pw_properties_setf(struct pw_properties *properties, const char *key, const char *format,...) 1(3
spa_device_events
spa_device_events:
Definition: build-12683127/doc/spa/monitor/device.h:117
impl::stream
struct pw_stream * stream
Definition: module-example-sink.c:93
spa_pod_builder
Definition: builder.h:63
hook.h
props.h
pw_direction
#define pw_direction
The direction of a port.
Definition: port.h:56
spa_device_object_info::change_mask
uint64_t change_mask
Definition: build-12683127/doc/spa/monitor/device.h:90
spa_device_object_info
Information about a device object.
Definition: build-12683127/doc/spa/monitor/device.h:81
SPA_MEDIA_SUBTYPE_raw
@ SPA_MEDIA_SUBTYPE_raw
Definition: param/format.h:53
node::endpoint
struct endpoint * endpoint
Definition: alsa-endpoint.c:109
SPA_KEY_API_ALSA_PCM_STREAM
#define SPA_KEY_API_ALSA_PCM_STREAM
stream type from pcm_info
Definition: build-12683127/doc/spa/utils/keys.h:79
profile
Definition: default-profile.c:149
builder.h
pw_properties
Definition: properties.h:49
pw_properties_free
void pw_properties_free(struct pw_properties *properties)
Free a properties object.
Definition: properties.c:364
node::id
uint32_t id
Definition: alsa-monitor.c:72
device.h
SPA_KEY_FACTORY_NAME
#define SPA_KEY_FACTORY_NAME
the name of a factory
Definition: plugin.h:211
pw_log_error
#define pw_log_error(...)
Definition: src/pipewire/log.h:86
spa_list_append
#define spa_list_append(list, item)
Definition: list.h:81
desc
const char * desc
Definition: media-session.c:2380