mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
notify clients about tlength changes
This commit is contained in:
parent
491aafd8dc
commit
65b787d000
7 changed files with 327 additions and 206 deletions
|
|
@ -152,7 +152,7 @@ enum {
|
|||
/* Supported since protocol v14 (0.9.12) */
|
||||
PA_COMMAND_EXTENSION,
|
||||
|
||||
/* Supported since protocol v15 (0.9.15*/
|
||||
/* Supported since protocol v15 (0.9.15) */
|
||||
PA_COMMAND_GET_CARD_INFO,
|
||||
PA_COMMAND_GET_CARD_INFO_LIST,
|
||||
PA_COMMAND_SET_CARD_PROFILE,
|
||||
|
|
@ -161,6 +161,10 @@ enum {
|
|||
PA_COMMAND_PLAYBACK_STREAM_EVENT,
|
||||
PA_COMMAND_RECORD_STREAM_EVENT,
|
||||
|
||||
/* SERVER->CLIENT */
|
||||
PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED,
|
||||
PA_COMMAND_RECORD_BUFFER_ATTR_CHANGED,
|
||||
|
||||
PA_COMMAND_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue