From bd3f609b34250135077f7c2348e3a460e4ac2597 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Wed, 9 Jan 2013 16:11:29 -0500 Subject: [PATCH] add SPICE_MSG_PLAYBACK_LATENCY SPICE_MSG_PLAYBACK_LATENCY is intended for adjusting the latency of the audio playback. It is used for synchronizing the audio and video playback. The corresponding capability is SPICE_PLAYBACK_CAP_LATENCY. --- spice.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spice.proto b/spice.proto index 97d1e1b..5eede6b 100644 --- a/spice.proto +++ b/spice.proto @@ -1102,6 +1102,10 @@ channel PlaybackChannel : BaseChannel { Empty stop; AudioVolume volume; AudioMute mute; + + message { + uint32 latency_ms; + } latency; }; channel RecordChannel : BaseChannel {