Files
wireplumber/modules/module-si-adapter/algorithms.h
2020-05-25 19:06:52 +03:00

12 lines
319 B
C

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
struct spa_audio_info_raw;
gboolean choose_sensible_raw_audio_format (WpIterator *formats,
gint channels_preference, struct spa_audio_info_raw *result);