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.
i tried to research a lot in this subject but you can't get a way from running a main loop, so i created a thread for it.
i created a code that prints all the devices and all the ports in the system.