mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-06 00:06:33 -04:00
module-rtp: Cleanup default raw / raop formats
This places the default formats into a single place, which makes it easier to keep track of them.
This commit is contained in:
parent
9f7eb63486
commit
11775850e5
6 changed files with 8 additions and 7 deletions
|
|
@ -199,7 +199,7 @@ PW_LOG_TOPIC(mod_topic, "mod." NAME);
|
|||
"( sess.min-ptime=<minimum packet time in milliseconds, default:2> ) " \
|
||||
"( sess.max-ptime=<maximum packet time in milliseconds, default:20> ) " \
|
||||
"( sess.media=<string, the media type audio|midi|opus, default audio> ) " \
|
||||
"( audio.format=<format, default:"DEFAULT_FORMAT"> ) " \
|
||||
"( audio.format=<format, default:"DEFAULT_RAW_AUDIO_FORMAT"> ) " \
|
||||
"( audio.rate=<sample rate, default:"SPA_STRINGIFY(DEFAULT_RATE)"> ) " \
|
||||
"( audio.channels=<number of channels, default:"SPA_STRINGIFY(DEFAULT_CHANNELS)"> ) " \
|
||||
"( audio.position=<channel map, default:"DEFAULT_POSITION"> ) " \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue