mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
work around C99/GCC incompatibility
native protocol: add "local" field to pa_context add volume paramter to pa_stream_connect_playback add support for renaming streams/clients support lazy samples add functions to kill clients/source inputs/sink outputs add functions for loading/unloading modules add autoload management API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@204 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9ca72dce0b
commit
f5d47a293a
23 changed files with 680 additions and 40 deletions
|
|
@ -94,6 +94,7 @@ enum {
|
|||
PA_ERROR_CONNECTIONTERMINATED, /**< Connection terminated */
|
||||
PA_ERROR_KILLED, /**< Entity killed */
|
||||
PA_ERROR_INVALIDSERVER, /**< Invalid server */
|
||||
PA_ERROR_INITFAILED, /**< Module initialization failed */
|
||||
PA_ERROR_MAX /**< Not really an error but the first invalid error code */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue