mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
audio-session - >media-session
Also implement video in the media session Small cleanups Improve exclusive mode
This commit is contained in:
parent
bed26040ef
commit
e02b3181da
9 changed files with 91 additions and 49 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define CHECK_PORT(this,d,p) ((d) == SPA_DIRECTION_INPUT && (p) == 0)
|
||||
|
||||
static const char default_device[] = "hw:0";
|
||||
static const uint32_t default_min_latency = 64;
|
||||
static const uint32_t default_min_latency = 16;
|
||||
static const uint32_t default_max_latency = 1024;
|
||||
|
||||
static void reset_props(struct props *props)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue