mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
1340064d57
Original commit message from CVS: More doc updates Manual additions: xml/load save of custom XML, debugging, request pads added a signal to the example plugin fixed a bug in mp3parse (ifdef 1)
54 lines
1 KiB
Text
54 lines
1 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstDiskSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Asynchronous read from a file (disksrc)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Asynchonously read buffers from a file.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GstDiskSrcFlags ##### -->
|
|
<para>
|
|
<informaltable pgwide=1 frame="none" role="enum">
|
|
<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
|
|
<tbody>
|
|
<row>
|
|
<entry>GST_DISKSRC_OPEN</entry>
|
|
<entry>the disksrc is open for reading</entry>
|
|
</row>
|
|
|
|
</tbody></tgroup></informaltable>
|
|
|
|
</para>
|
|
|
|
@GST_DISKSRC_OPEN:
|
|
@GST_DISKSRC_FLAG_LAST:
|
|
|
|
<!-- ##### ARG GstDiskSrc:location ##### -->
|
|
<para>
|
|
Specify the location of the file to read.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:bytesperread ##### -->
|
|
<para>
|
|
Specify how many bytes to read at a time.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:offset ##### -->
|
|
<para>
|
|
Get/set the current offset in the file.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:size ##### -->
|
|
<para>
|
|
Get the size of the file.
|
|
</para>
|
|
|