On Tue, Jun 21, 2011 at 02:24:23PM +0200, Marc-André Lureau wrote:
> What do you mean by "volume format"? It's a an uint16_t, for which 0
> means 0% = MUTE, and 65535 or 100% = NORMAL.

some kind of enum for when we add support for volume in dB, ie
AudioVolume {
   enum AudioVolumeFormat format;
   uint8 channels;
   uint16 volume[channels];
}

That's just random thinking in case it's better, not a thing to change.

Christophe

Attachment: pgpjbF1x7Z9rY.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to