summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-25 09:21:22 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 16:30:54 -0400
commita9087c4c8a1cf38c9dae331a9255f0dc6823e7b8 (patch)
tree5ece0db95f38cbdfffd0455f87267e958cb8776c /server/snd_worker.h
parentba1aaef0fea69dc46297a5f85d50020fb728355b (diff)
downloadspice-a9087c4c8a1cf38c9dae331a9255f0dc6823e7b8.tar.gz
spice-a9087c4c8a1cf38c9dae331a9255f0dc6823e7b8.tar.xz
spice-a9087c4c8a1cf38c9dae331a9255f0dc6823e7b8.zip
snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCY
also update spice-common submodule
Diffstat (limited to 'server/snd_worker.h')
-rw-r--r--server/snd_worker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/snd_worker.h b/server/snd_worker.h
index 1811a610..8de746de 100644
--- a/server/snd_worker.h
+++ b/server/snd_worker.h
@@ -29,4 +29,6 @@ void snd_detach_record(SpiceRecordInstance *sin);
void snd_set_playback_compression(int on);
int snd_get_playback_compression(void);
+void snd_set_playback_latency(RedClient *client, uint32_t latency);
+
#endif