Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

                   Debug environment variable : export PIPEWIRE_DEBUG



pw_main_loop_new()


Prototype   :

                     struct pw_main_loop *pw_main_loop_new(const struct spa_dict *props)

...

                  The mainloop is an abstraction of a big poll loop, waiting for events to occur and things to do. Most of the PipeWire work will actually be performed in the context of this loop.


pw_stream_new_simple()


Prototype   : 

                     struct pw_stream* pw_stream_new_simple     (     struct pw_loop *      loop,

...