mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-06-13 14:33:09 -04:00
export pa_channel_map_superset()
This commit is contained in:
parent
7368a6e6be
commit
04e9214065
4 changed files with 24 additions and 20 deletions
|
|
@ -227,6 +227,9 @@ int pa_channel_map_valid(const pa_channel_map *map) PA_GCC_PURE;
|
|||
* the specified sample spec. \since 0.9.12 */
|
||||
int pa_channel_map_compatible(const pa_channel_map *map, const pa_sample_spec *ss) PA_GCC_PURE;
|
||||
|
||||
/** Returns non-zero if every channel defined in b is also defined in a. \since 0.9.15 */
|
||||
int pa_channel_map_superset(const pa_channel_map *a, const pa_channel_map *b) PA_GCC_PURE;
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue