a2dp: automatic delay estimation

This commit is contained in:
Gabriel Ebner 2020-12-23 19:13:54 +01:00 committed by Wim Taymans
parent 7bdcfb6383
commit af38edea82
3 changed files with 15 additions and 1 deletions

View file

@ -288,6 +288,7 @@ struct spa_bt_transport {
int fd;
uint16_t read_mtu;
uint16_t write_mtu;
uint16_t delay;
void *user_data;
struct spa_hook_list listener_list;