Versions Compared

Key

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


pw_init()


Prototype   : void pw_init(int *argc, char **argv[])

Parameter  : argc - Pointer to argc

                                         argv - Ponter to argv

Description :

                   It will initialize Pipewire system,parse and modify any parameters given by argc and argv and setup the debugging

...