summaryrefslogtreecommitdiffstats
path: root/client/marshallers.h
Commit message (Collapse)AuthorAgeFilesLines
* sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2011-06-221-0/+2
| | | | | | | | | | | | | | | | | | | These messages allow the guest to send the audio device volume to the client. It uses an arbitrary scale of 16bits, which works good enough for now. Save VolumeState in {Playback,Record}State, so that we can send the current volume on channel connection. Note about future improvements: - add exact dB support - add client to guest volume change Updated since v2: - bumped record and playback interface minor version to allow conditional compilation Updated since v1: - sync record volume on connection too
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2010-06-281-2/+2
|
* Generate marshaller/demarshallers for old protocolAlexander Larsson2010-06-221-0/+1
|
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-221-0/+60
This is required to support multiple versions