mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-22 19:18:12 +02:00
Support creating Struct as well. When an object property is marked as
Struct, use [] to start the struct and copy each item with its type into
the struct:
pw-cli s 0 Route '{ info = [ "foo": 0.1 "bar": null [ 0.1 10 "hat" ]] }'
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| midifile.c | ||
| midifile.h | ||
| pw-cat.c | ||
| pw-cli.c | ||
| pw-dot.c | ||
| pw-dump.c | ||
| pw-link.c | ||
| pw-loopback.c | ||
| pw-metadata.c | ||
| pw-mididump.c | ||
| pw-mon.c | ||
| pw-profiler.c | ||
| pw-top.c | ||