mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
a2dp: improve codec specific transport socket send buffer size setting
This commit is contained in:
parent
60aef11072
commit
c778bd734c
5 changed files with 11 additions and 11 deletions
|
|
@ -332,8 +332,7 @@ struct a2dp_codec {
|
|||
const char *description;
|
||||
const struct spa_dict *info;
|
||||
|
||||
const int send_fill_frames;
|
||||
const int recv_fill_frames;
|
||||
const size_t send_buf_size;
|
||||
|
||||
int (*fill_caps) (const struct a2dp_codec *codec, uint32_t flags,
|
||||
uint8_t caps[A2DP_MAX_CAPS_SIZE]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue