mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by default
This commit is contained in:
parent
2d0c68af93
commit
27bfa607b9
2 changed files with 13 additions and 0 deletions
|
|
@ -132,6 +132,9 @@ PA_C_DECL_BEGIN
|
|||
/** For clients/streams: the D-Bus host id the application runs on. e.g. "543679e7b01393ed3e3e650047d78f6e" */
|
||||
#define PA_PROP_APPLICATION_PROCESS_MACHINE_ID "application.process.machine_id"
|
||||
|
||||
/** For clients/streams: an id for the login session the application runs in. On Unix the value of $XDG_SESSION_COOKIE. e.g. "543679e7b01393ed3e3e650047d78f6e-1235159798.76193-190367717" */
|
||||
#define PA_PROP_APPLICATION_PROCESS_SESSION_ID "application.process.session_id"
|
||||
|
||||
/** For devices: device string in the underlying audio layer's format. e.g. "surround51:0" */
|
||||
#define PA_PROP_DEVICE_STRING "device.string"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue