mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
spa: add result type
We need this to know the type of result, especially when serializing.
This commit is contained in:
parent
c767ce62c9
commit
857b2a0cfb
33 changed files with 110 additions and 73 deletions
|
|
@ -85,7 +85,7 @@ struct pw_node_events {
|
|||
enum pw_node_state state, const char *error);
|
||||
|
||||
/** a result was received */
|
||||
void (*result) (void *data, int seq, int res, const void *result);
|
||||
void (*result) (void *data, int seq, int res, uint32_t type, const void *result);
|
||||
|
||||
/** an event is emited */
|
||||
void (*event) (void *data, const struct spa_event *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue