summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-09 16:11:29 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 11:34:49 -0400
commit30e84783cad7a5d4cd345367a267cafbfd0571af (patch)
tree387f07634fde7eccd40a588ae85b0d2e19546221 /spice.proto
parent7cdf8de00a573b6bdb4ec4582c87aa79b25796d3 (diff)
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.
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto4
1 files changed, 4 insertions, 0 deletions
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 {