Class
+ClapperHarvest
+unstable since: 0.8
++ Description + + + [src] + +
+ +final class Clapper.Harvest : Gst.Object
+{
+ /* No available fields */
+}
+
+ An object storing data from enhancers that implement ClapperExtractable
interface.
Available since: 0.8
+ + ++ Hierarchy + +
++ Ancestors + +
+ +-
+
+
+
- GstObject + + + +
- GInitiallyUnowned + + + +
- GObject + + +
+ Instance methods + +
+ +clapper_harvest_fill
+Fill harvest with extracted data. It can be anything that GStreamer +can parse and play such as single URI or a streaming manifest.
+unstable since: 0.8
+clapper_harvest_fill_with_bytes
+A convenience method to fill harvest
with data from GBytes
.
unstable since: 0.8
+clapper_harvest_fill_with_text
+A convenience method to fill harvest
using a NULL
terminated string.
unstable since: 0.8
+clapper_harvest_headers_set
+Set one or more request headers named with key
to specified value
.
unstable since: 0.8
+clapper_harvest_headers_set_value
+Set another header in the request headers list using GValue
.
unstable since: 0.8
+clapper_harvest_tags_add
+Append one or more tags into the tag list.
+unstable since: 0.8
+clapper_harvest_tags_add_value
+Append another tag into the tag list using GValue
.
unstable since: 0.8
+clapper_harvest_toc_add
+Append a chapter or track name into table of contents.
+unstable since: 0.8
++ Properties + +
+ + + + + +Properties inherited from GstObject (2)
+Gst.Object:name
+Gst.Object:parent
+The parent of the object. Please note, that when changing the ‘parent’
+property, we don’t emit GObject::notify
and GstObject::deep-notify
+signals due to locking issues. In some cases one can use
+GstBin::element-added
or GstBin::element-removed
signals on the parent to
+achieve a similar effect.
+ Signals + +
+ + + + + +Signals inherited from GstObject (1)
+GstObject::deep-notify
+The deep notify signal is used to be notified of property changes. It is +typically attached to the toplevel bin to receive notifications from all +the elements contained in that bin.
+Signals inherited from GObject (1)
+GObject::notify
+The notify signal is emitted on an object when one of its properties has +its value set through g_object_set_property(), g_object_set(), et al.
+