mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-12 20:44:35 +00:00
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.
This commit is contained in:
parent
1f603c09b8
commit
bd3f609b34
@ -1102,6 +1102,10 @@ channel PlaybackChannel : BaseChannel {
|
||||
Empty stop;
|
||||
AudioVolume volume;
|
||||
AudioMute mute;
|
||||
|
||||
message {
|
||||
uint32 latency_ms;
|
||||
} latency;
|
||||
};
|
||||
|
||||
channel RecordChannel : BaseChannel {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user