docs: update raw audio media type design docs a bit

We now have a layout field and a channel-mask field.
This commit is contained in:
Tim-Philipp Müller 2012-07-03 14:59:40 +01:00
parent 4761e6d6ab
commit 394afbbc5b

View file

@ -13,9 +13,15 @@ Media Types
channels, G_TYPE_INT, mandatory channels, G_TYPE_INT, mandatory
The number of channels The number of channels
channel-positions, G_TYPE_VALUE_ARRAY channel-mask, GST_TYPE_BITMASK, mandatory for more than 2 channels
An array with a channel position for each channel. The number of items in Bitmask of channel positions present. May be omitted for mono and
this array must be the same as the channels property. stereo. May be set to 0 to denote that the channels are unpositioned.
layout, G_TYPE_STRING, mandatory
The layout of channels within a buffer. Possible values are
"interleaved" (for LRLRLRLR) and "non-interleaved" (LLLLRRRR)
Use GstAudioInfo and related helper API to create and parse raw audio caps.
Metadata Metadata