mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
bf8c785fb0
Original commit message from CVS: Documentation updates. All standard library objects and standard elements are documented. Modified some of the elements to more accuratly report about their arguments so the documentation builds more reasonable output. Added aviencoder and jpegencoder elements (not working yet)
36 lines
696 B
Text
36 lines
696 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstSineSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Create a sine wave of a given frequency and volume. (sinesrc)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Create a sine wave of a given frequency and volume.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstSineSrc:volume ##### -->
|
|
<para>
|
|
The volume as a double 0.0 is silent, 1.0 is loudest.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstSineSrc:format ##### -->
|
|
<para>
|
|
The format ad defined in soundcard.h
|
|
</para>
|
|
|
|
<!-- ##### ARG GstSineSrc:channels ##### -->
|
|
<para>
|
|
The number of channels.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstSineSrc:frequency ##### -->
|
|
<para>
|
|
The fequency.
|
|
</para>
|
|
|