mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Format: implement intersection and fixate
This commit is contained in:
parent
9dd826136d
commit
7a7ede96e5
11 changed files with 205 additions and 195 deletions
|
|
@ -26,6 +26,13 @@ extern "C" {
|
|||
|
||||
#include <spa/props.h>
|
||||
|
||||
SpaResult
|
||||
spa_props_filter (SpaPODBuilder *b,
|
||||
const SpaPOD *props,
|
||||
uint32_t props_size,
|
||||
const SpaPOD *filter,
|
||||
uint32_t filter_size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue