Integration of the LDAC codec for A2DP source
The codec can be used if the encoding shared library is installed on the device: libldacBT_enc.so Test: A2DP streaming to LDAC headsets Bug: 30958229 Change-Id: I53917bb3cc18630a34d39c80425cdf80a1221793
This commit is contained in:
parent
0184b42499
commit
be1bfcea29
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ typedef enum {
|
|||
BTAV_A2DP_CODEC_INDEX_SOURCE_SBC = 0,
|
||||
BTAV_A2DP_CODEC_INDEX_SOURCE_APTX,
|
||||
BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD,
|
||||
BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC,
|
||||
|
||||
BTAV_A2DP_CODEC_INDEX_SOURCE_MAX,
|
||||
|
||||
|
|
Loading…
Reference in a new issue