Skip to content

Commit

Permalink
qapi/audio: add documentation for AudioFormat
Browse files Browse the repository at this point in the history
The review for patch ed2a4a7 "audio: proper support for
float samples in mixeng" suggested this would be a good idea.

Acked-by: Markus Armbruster <[email protected]>
Signed-off-by: Volker Rümelin <[email protected]>
Tested-by: John Arbuckle <[email protected]>
Message-id: [email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
Volker Rümelin authored and kraxel committed Mar 16, 2020
1 parent 61c265f commit 019b5ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions qapi/audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 019b5ba

Please sign in to comment.