summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-21 14:29:21 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-03-11 11:01:55 -0400
commitf461b6d7b432d2561288d924cbbc07c3803f8789 (patch)
treec467f0248f6f98278b2437aee5d96012786e1f9b
parent6f8a0f19d00f102e8879482e17bca227594e158b (diff)
add SPICE_MSG_PLAYBACK_LATENCYvideo.adaptive_bit_rate.v2
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.
-rw-r--r--spice/enums.h1
-rw-r--r--spice/protocol.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 3c89f2e..8c731e9 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -523,6 +523,7 @@ enum {
SPICE_MSG_PLAYBACK_STOP,
SPICE_MSG_PLAYBACK_VOLUME,
SPICE_MSG_PLAYBACK_MUTE,
+ SPICE_MSG_PLAYBACK_LATENCY,
SPICE_MSG_END_PLAYBACK
};
diff --git a/spice/protocol.h b/spice/protocol.h
index 028cade..e11f384 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -110,6 +110,7 @@ typedef struct SPICE_ATTR_PACKED SpiceSubMessageList {
enum {
SPICE_PLAYBACK_CAP_CELT_0_5_1,
SPICE_PLAYBACK_CAP_VOLUME,
+ SPICE_PLAYBACK_CAP_LATENCY,
};
enum {