mediatype-audio-raw: document GstAudioMeta

This commit is contained in:
George Kiagiadakis 2018-04-30 12:06:07 +03:00
parent 0f937e787f
commit e6ecd52a4e

View file

@ -21,6 +21,10 @@ Use `GstAudioInfo` and related helper API to create and parse raw audio caps.
## Metadata
- `GstAudioMeta`: Metadata that describes the layout of the data inside
the buffer. It is a requirement for buffers with non-interleaved layout
to have this metadata attached.
- `GstAudioDownmixMeta`: A matrix for downmixing multichannel audio to a
lower numer of channels.