pipewire/spa/include/spa/utils
Wim Taymans ff946e3d4b interface: add an interface struct
The interface struct has the type,version and methods of the
interface.
Make spa interfaces extend from spa_interface and make a
separate structure for the methods.
Pass a generic void* as the first argument of methods, like
we don in PipeWire.
Bundle the methods + implementation in a versioned inteface
and use that to invoke methods. This way we can do version
checks on the methods.
Make resource and proxy interfaces that we can can call. We
can then make the core interfaces independent on proxy/resource and
hide them in the lower layers.
Add add_listener method to methods of core interfaces, just
like SPA.
2019-05-23 12:59:24 +02:00
..
defs.h audioconvert: improve benchmark 2019-03-28 13:26:06 +01:00
dict.h reorganize some struct members to remove holes 2019-02-08 12:01:50 +01:00
hook.h interface: add an interface struct 2019-05-23 12:59:24 +02:00
list.h list: check for empty list before insert 2019-03-08 11:34:28 +01:00
result.h node: make add_listener method 2019-03-01 12:00:42 +01:00
ringbuffer.h ringbuffer: use spa_memcpy so we can debug it better 2019-04-23 17:30:38 +02:00
type-info.h node: add port and node params 2019-02-27 16:43:01 +01:00
type.h node: add port and node params 2019-02-27 16:43:01 +01:00