aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorVolker RĂ¼melin <vr_qemu@t-online.de>2020-03-08 20:33:16 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-16 10:18:07 +0100
commit019b5ba7b31cf4512fd1bd927d4d7cc53c27cdc1 (patch)
treeb60a95b1b66343ffb2eba595e74e81b26e165425 /qapi
parent61c265f0660ee476985808c8aa7915617c44fd53 (diff)
downloadqemu-019b5ba7b31cf4512fd1bd927d4d7cc53c27cdc1.zip
qemu-019b5ba7b31cf4512fd1bd927d4d7cc53c27cdc1.tar.gz
qemu-019b5ba7b31cf4512fd1bd927d4d7cc53c27cdc1.tar.bz2
qapi/audio: add documentation for AudioFormat
The review for patch ed2a4a7941 "audio: proper support for float samples in mixeng" suggested this would be a good idea. Acked-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Volker RĂ¼melin <vr_qemu@t-online.de> Tested-by: John Arbuckle <programmingkidx@gmail.com> Message-id: 20200308193321.20668-1-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/audio.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/qapi/audio.json b/qapi/audio.json
index d8c507c..c31251f 100644
--- a/qapi/audio.json
+++ b/qapi/audio.json
@@ -273,6 +273,20 @@
#
# An enumeration of possible audio formats.
#
+# @u8: unsigned 8 bit integer
+#
+# @s8: signed 8 bit integer
+#
+# @u16: unsigned 16 bit integer
+#
+# @s16: signed 16 bit integer
+#
+# @u32: unsigned 32 bit integer
+#
+# @s32: signed 32 bit integer
+#
+# @f32: single precision floating-point (since 5.0)
+#
# Since: 4.0
##
{ 'enum': 'AudioFormat',