mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
42 lines
774 B
Text
42 lines
774 B
Text
|
<!-- ##### SECTION Title ##### -->
|
||
|
GstAudioSrc
|
||
|
|
||
|
<!-- ##### SECTION Short_Description ##### -->
|
||
|
Read from the sound card. (audiosrc)
|
||
|
|
||
|
<!-- ##### SECTION Long_Description ##### -->
|
||
|
<para>
|
||
|
Create buffers from an OSS sound card.
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### SECTION See_Also ##### -->
|
||
|
<para>
|
||
|
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ARG GstAudioSrc:bytes_per_read ##### -->
|
||
|
<para>
|
||
|
The number of bytes per read.
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ARG GstAudioSrc:curoffset ##### -->
|
||
|
<para>
|
||
|
Get the current number of bytes read.
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ARG GstAudioSrc:format ##### -->
|
||
|
<para>
|
||
|
The audio format as defined in soundcard.h
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ARG GstAudioSrc:channels ##### -->
|
||
|
<para>
|
||
|
The number of channels (mono, stereo, ...)
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ARG GstAudioSrc:frequency ##### -->
|
||
|
<para>
|
||
|
The frequency.
|
||
|
</para>
|
||
|
|