mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Add plugin API
Add plugin api, define a factory and methods for introspecting interfaces.
This commit is contained in:
parent
6377b9bd12
commit
b8f6e99537
9 changed files with 386 additions and 281 deletions
|
|
@ -16,7 +16,8 @@
|
|||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#include <spi/node.h>
|
||||
|
||||
SpiNode * spi_volume_new (void);
|
||||
SpiNode * spi_audiotestsrc_new (void);
|
||||
SpiNode * spi_alsa_sink_new (void);
|
||||
SpiHandle * spi_volume_new (void);
|
||||
SpiHandle * spi_audiotestsrc_new (void);
|
||||
SpiHandle * spi_alsa_sink_new (void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue