mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: Add BAP QoS config & select option
This adds configuration options for BAP unicast QoS based on user config parameters
This commit is contained in:
parent
6dfb164cab
commit
d22a4d60b3
1 changed files with 16 additions and 0 deletions
|
|
@ -917,6 +917,22 @@ PipeWire Opus Pro audio profile duplex max bitrate.
|
|||
PipeWire Opus Pro audio profile duplex frame duration (1/10 ms).
|
||||
|
||||
@PAR@ monitor-prop bluez5.bcast_source.config = [] # JSON
|
||||
|
||||
@PAR@ monitor-prop bluez5.bap.set_name = "48_2_1" # string
|
||||
BAP QoS set name that can be configured to select specific BAP QoS combination
|
||||
|
||||
@PAR@ monitor-prop bluez5.bap.rtn = 5 # integer
|
||||
BAP QoS retransmission number that needs to be configured for the set_name
|
||||
|
||||
@PAR@ monitor-prop bluez5.bap.latency = 20 # integer
|
||||
BAP QoS latency that needs to be configured for the set_name
|
||||
|
||||
@PAR@ monitor-prop bluez5.bap.delay = 40000 # integer
|
||||
BAP QoS delay that needs to be configured for the set_name
|
||||
|
||||
@PAR@ monitor-prop bluez5.framing = false # boolean
|
||||
BAP framing mode that needs to be configured for the set_name
|
||||
|
||||
\parblock
|
||||
Example:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue