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:
Yonit Halperin 2013-01-09 16:11:29 -05:00
parent 1f603c09b8
commit bd3f609b34

View File

@ -1102,6 +1102,10 @@ channel PlaybackChannel : BaseChannel {
Empty stop;
AudioVolume volume;
AudioMute mute;
message {
uint32 latency_ms;
} latency;
};
channel RecordChannel : BaseChannel {