mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 18:10:13 +01:00
11 lines
319 B
C
11 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);
|