mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
audiomixer: Document the pad properties
This commit is contained in:
parent
cd256acf03
commit
ecc709be31
1 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,18 @@
|
||||||
* The audiomixer currently mixes all data received on the sinkpads as soon as
|
* The audiomixer currently mixes all data received on the sinkpads as soon as
|
||||||
* possible without trying to synchronize the streams.
|
* possible without trying to synchronize the streams.
|
||||||
*
|
*
|
||||||
|
* The input pads are from a GstPad subclass and have additional
|
||||||
|
* properties to mute each pad individually and set the volume:
|
||||||
|
*
|
||||||
|
* <itemizedlist>
|
||||||
|
* <listitem>
|
||||||
|
* "mute": Whether to mute the pad or not (#gboolean)
|
||||||
|
* </listitem>
|
||||||
|
* <listitem>
|
||||||
|
* "volume": The volume of the pad, between 0.0 and 10.0 (#gdouble)
|
||||||
|
* </listitem>
|
||||||
|
* </itemizedlist>
|
||||||
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
|
|
Loading…
Reference in a new issue