diff options
Diffstat (limited to 'spice.proto')
-rw-r--r-- | spice.proto | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto index 01493c9..2889802 100644 --- a/spice.proto +++ b/spice.proto @@ -361,6 +361,17 @@ enum8 image_type { LZ4, }; +enum8 image_compress { + INVALID = 0, + OFF, + AUTO_GLZ, + AUTO_LZ, + QUIC, + GLZ, + LZ, + LZ4, +}; + flags8 image_flags { CACHE_ME, HIGH_BITS_SET, @@ -922,6 +933,10 @@ channel DisplayChannel : BaseChannel { int32 last_frame_delay; uint32 audio_delay; } stream_report; + + message { + uint8 image_compression; + } preferred_compression; }; flags16 keyboard_modifier_flags { |