mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
core: Add a pa_format_info structure
This will be used to represent the format of data provided by the client for both compressed and PCM formats in a new extended API.
This commit is contained in:
parent
802c8b6fcc
commit
c3839c7637
8 changed files with 205 additions and 1 deletions
|
|
@ -589,6 +589,7 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
|||
pulse/util.c pulse/util.h \
|
||||
pulse/timeval.c pulse/timeval.h \
|
||||
pulse/rtclock.c pulse/rtclock.h \
|
||||
pulse/format.c pulse/format.h \
|
||||
pulsecore/atomic.h \
|
||||
pulsecore/authkey.c pulsecore/authkey.h \
|
||||
pulsecore/conf-parser.c pulsecore/conf-parser.h \
|
||||
|
|
@ -719,6 +720,7 @@ pulseinclude_HEADERS = \
|
|||
pulse/error.h \
|
||||
pulse/ext-device-manager.h \
|
||||
pulse/ext-stream-restore.h \
|
||||
pulse/format.h \
|
||||
pulse/gccmacro.h \
|
||||
pulse/introspect.h \
|
||||
pulse/mainloop-api.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue