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
|
|
@ -11,7 +11,8 @@ extern "C" {
|
|||
|
||||
struct rtp_stream;
|
||||
|
||||
#define DEFAULT_FORMAT "S16BE"
|
||||
#define DEFAULT_RAW_AUDIO_FORMAT "S16BE"
|
||||
#define DEFAULT_RAOP_AUDIO_FORMAT "S16LE"
|
||||
#define DEFAULT_RATE 48000
|
||||
#define DEFAULT_CHANNELS 2
|
||||
#define DEFAULT_POSITION "[ FL FR ]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue