- public const string APPLICATION_ICON
Binary icon data in PNG format for the application this sound event is
triggered by.
- public const string APPLICATION_ICON_NAME
An icon name for the application this sound event is triggered by, as
defined in the XDG icon naming specification.
- public const string APPLICATION_ID
An identifier for the program this sound event was triggered by.
- public const string APPLICATION_LANGUAGE
The locale string the application that is triggering this sound event
is running in.
- public const string APPLICATION_NAME
The name of the application this sound event was triggered by as human
readable string.
- public const string APPLICATION_PROCESS_BINARY
The path to the process binary of the process that is triggering this
sound event.
- public const string APPLICATION_PROCESS_HOST
The host name of the host the process that is triggering this sound
event runs on.
- public const string APPLICATION_PROCESS_ID
The unix PID of the process that is triggering this sound event,
formatted as string.
- public const string APPLICATION_PROCESS_USER
The user that owns the process that is triggering this sound event.
- public const string APPLICATION_VERSION
A version number for the program this sound event was triggered by.
- public const string CANBERRA_CACHE_CONTROL
A special attribute that can be used to control the automatic sound
caching of sounds in the sound server.
- public const string CANBERRA_ENABLE
A special attribute that can be used to control whether any sounds are
played at all.
- public const string CANBERRA_FORCE_CHANNEL
A special attribute that can be used to control on which channel a
sound is played.
- public const string CANBERRA_VOLUME
A special attribute that can be used to control the volume this sound
event is played in if the backend supports it.
- public const string CANBERRA_XDG_THEME_NAME
A special attribute that can be used to control the XDG sound theme
that is used for this sample.
- public const string CANBERRA_XDG_THEME_OUTPUT_PROFILE
A special attribute that can be used to control the XDG sound theme
output profile that is used for this sample.
- public const string EVENT_DESCRIPTION
A descriptive string for the sound event.
- public const string EVENT_ID
A textual id for an event sound, as mandated by the XDG sound naming
specification.
- public const string EVENT_MOUSE_BUTTON
If this sound event was triggered by a mouse input event, the number
of the mouse button that triggered it, formatted as string.
- public const string EVENT_MOUSE_HPOS
If this sound event was triggered by a mouse input event, the X
position of the mouse cursor as fractional value between 0 and 1, formatted as string, 0 reflecting the left side of the screen, 1 the
right side.
- public const string EVENT_MOUSE_VPOS
If this sound event was triggered by a mouse input event, the Y
position of the mouse cursor as fractional value between 0 and 1, formatted as string, 0 reflecting the top end of the screen, 1 the
bottom end.
- public const string EVENT_MOUSE_X
If this sound event was triggered by a mouse input event, the X
position of the mouse cursor on the screen, formatted as string.
- public const string EVENT_MOUSE_Y
If this sound event was triggered by a mouse input event, the Y
position of the mouse cursor on the screen, formatted as string.
- public const string MEDIA_ARTIST
The artist of this media.
- public const string MEDIA_FILENAME
The file name this media was or can be loaded from.
- public const string MEDIA_ICON
An icon for this media in binary PNG format.
- public const string MEDIA_ICON_NAME
An icon name as defined in the XDG icon naming specifcation.
- public const string MEDIA_LANGUAGE
The language this media is in, in some standard POSIX locale string,
such as "de_DE".
- public const string MEDIA_NAME
A name describing the media being played.
- public const string MEDIA_ROLE
The "role" this media is played in.
- public const string MEDIA_TITLE
A (song) title describing the media being played.
- public const string WINDOW_DESKTOP
If this sound event was triggered by a window on the screen and the
windowing system supports multiple desktops, a comma seperated list of indexes of the desktops this window is visible on.
- public const string WINDOW_HEIGHT
If this sound event was triggered by a window on the screen, the pixel
height of the window.
- public const string WINDOW_HPOS
If this sound event was triggered by a window on the screen, the X
position of the center of the window as fractional value between 0 and 1, formatted as string, 0 reflecting the left side of the
screen, 1 the right side.
- public const string WINDOW_ICON
If this sound event was triggered by a window on the screen, binary
icon data in PNG format for this window.
- public const string WINDOW_ICON_NAME
If this sound event was triggered by a window on the screen, an icon
name for this window, as defined in the XDG icon naming specification.
- public const string WINDOW_ID
If this sound event was triggered by a window on the screen, some
identification string for this window, so that the sound system can recognize specific windows.
- public const string WINDOW_NAME
If this sound event was triggered by a window on the screen, the name
of this window as human readable string.
- public const string WINDOW_VPOS
If this sound event was triggered by a window on the screen, the Y
position of the center of the window as fractional value between 0 and 1, formatted as string, 0 reflecting the top side of the
screen, 1 the bottom side.
- public const string WINDOW_WIDTH
If this sound event was triggered by a window on the screen, the pixel
width of the window.
- public const string WINDOW_X
If this sound event was triggered by a window on the screen, the X
position of the window measured from the top left corner of the screen to the top left corner of the window.
- public const string WINDOW_X11_DISPLAY
If this sound event was triggered by a window on the screen and the
windowing system is X11, the X display name of the window (e.
- public const string WINDOW_X11_MONITOR
If this sound event was triggered by a window on the screen and the
windowing system is X11, the X monitor id of the window formatted as string (e.
- public const string WINDOW_X11_SCREEN
If this sound event was triggered by a window on the screen and the
windowing system is X11, the X screen id of the window formatted as string (e.
- public const string WINDOW_X11_XID
If this sound event was triggered by a window on the screen and the
windowing system is X11, the XID of the window formatted as string.
- public const string WINDOW_Y
If this sound event was triggered by a window on the screen, the y
position of the window measured from the top left corner of the screen to the top left corner of the window.