GstFdSrc

Name

GstFdSrc -- Read buffers from a file descriptor. (fdsrc)

Synopsis


#include <gst/gst.h>



Object Hierarchy


  GtkObject
   +----GstObject
         +----GstElement
               +----GstFdSrc

Args


  "location"             GstFilename          : Write
  "bytesperread"         gint                 : Read / Write
  "offset"               gint                 : Read

Description

Read buffers from a file descriptor.

Details

Args

"location" (GstFilename : Write)

The filedescriptor to read from. Pass the argument as a char* (???)

"bytesperread" (gint : Read / Write)

The number of bytes per read.

"offset" (gint : Read)

Get the current offset in the file.