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
55372a41b1
commit
6e57510d6b
1 changed files with 12 additions and 16 deletions
|
|
@ -917,22 +917,6 @@ 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:
|
||||
```
|
||||
|
|
@ -1013,6 +997,18 @@ PipeWire Opus Pro Audio duplex encoding mode: audio, voip, lowdelay
|
|||
@PAR@ device-prop bluez5.bap.cig = "auto" # integer, or 'auto'
|
||||
Set CIG ID for BAP unicast streams of the device.
|
||||
|
||||
@PAR@ device-prop bluez5.bap.rtn = "48_2_1" # string
|
||||
BAP QoS preset name that needed to be used with vendor config
|
||||
|
||||
@PAR@ device-prop bluez5.bap.latency = 20 # integer
|
||||
BAP QoS latency that needs to be applied for vendor defined preset
|
||||
|
||||
@PAR@ device-prop bluez5.bap.delay = 40000 # integer
|
||||
BAP QoS delay that needs to be applied for vendor defined preset
|
||||
|
||||
@PAR@ device-prop bluez5.framing = false # boolean
|
||||
BAP QoS framing that needs to be applied for vendor defined preset
|
||||
|
||||
## Node properties
|
||||
|
||||
@PAR@ node-prop bluez5.media-source-role # string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue