mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-27 01:40:38 -05:00
bluez5: iso-io: add debug option for forcing same data in all streams
When debugging desync issues, it's useful to force same data be sent on all ISO streams. Add option for that.
This commit is contained in:
parent
d0309b4e1e
commit
0003d7a2d0
4 changed files with 39 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ struct spa_bt_iso_io
|
|||
struct spa_audio_info format; /**< Audio format */
|
||||
void *codec_data; /**< Codec data */
|
||||
|
||||
bool debug_mono; /**< Duplicate packets from first sink to other sinks */
|
||||
|
||||
void *user_data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue