mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
latency work
major main loop bugfix git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@154 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b6b428e5cb
commit
92bf0a365a
21 changed files with 126 additions and 61 deletions
|
|
@ -60,6 +60,17 @@ static const char *command_names[PA_COMMAND_MAX] = {
|
|||
[PA_COMMAND_FINISH_UPLOAD_STREAM] = "FINISH_UPLOAD_STREAM",
|
||||
[PA_COMMAND_PLAY_SAMPLE] = "PLAY_SAMPLE",
|
||||
[PA_COMMAND_REMOVE_SAMPLE] = "REMOVE_SAMPLE",
|
||||
[PA_COMMAND_GET_SERVER_INFO] = "GET_SERVER_INFO",
|
||||
[PA_COMMAND_GET_SINK_INFO] = "GET_SET_INFO",
|
||||
[PA_COMMAND_GET_SINK_INPUT_INFO] = "GET_SINK_INPUT_INFO",
|
||||
[PA_COMMAND_SUBSCRIBE] = "SUBSCRIBE",
|
||||
[PA_COMMAND_SUBSCRIBE_EVENT] = "SUBSCRIBE_EVENT",
|
||||
[PA_COMMAND_SET_SINK_VOLUME] = "SET_SINK_VOLUME",
|
||||
[PA_COMMAND_SET_SINK_INPUT_VOLUME] = "SET_SINK_INPUT_VOLUME",
|
||||
[PA_COMMAND_TRIGGER_PLAYBACK_STREAM] = "TRIGGER_PLAYBACK_STREAM",
|
||||
[PA_COMMAND_FLUSH_PLAYBACK_STREAM] = "FLUSH_PLAYBACK_STREAM",
|
||||
[PA_COMMAND_CORK_PLAYBACK_STREAM] = "CORK_PLAYBACK_STREAM",
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue