GstHttpSrc

Name

GstHttpSrc -- Reads data from a URL. (httpsrc)

Synopsis


#include <gst/gst.h>



Object Hierarchy


  GtkObject
   +----GstObject
         +----GstElement
               +----GstHttpSrc

Args


  "location"             gchar*               : Read / Write
  "bytesperread"         gint                 : Read / Write

Description

Reads data from a URL.

Details

Args

"location" (gchar* : Read / Write)

Specify the location of the file. The location must be a fully qualified URL.

"bytesperread" (gint : Read / Write)

Specify how many bytes to read at a time.