mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
mediatype-audio-raw: document GstAudioMeta
This commit is contained in:
parent
0f937e787f
commit
e6ecd52a4e
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue