I want to list all "Audio/Source" pipewire nodes and those properties in my Rust program with pipewire Rust library.
By using event handler, this can be done. But event handler requires a running main loop, which is weird.
Is there any idiomatic way to get list of nodes in Rust program?
Thank you in advance.