Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.MiniObject

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstMiniObject
Struct : MiniObject
  Show / Hide Inherited methods, properties and signals
Base class for refcounted lightweight objects.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.MiniObject ()
Create a new Gst.MiniObject
Create a new Gst.MiniObject
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.value_dup_mini_object (Value value) : Gst.MiniObject
Get the contents of a GST_TYPE_MINI_OBJECT derived GValue, increasing its reference count.
Gst
Method
Gst.value_get_mini_object (Value value) : Gst.MiniObject
Get the contents of a GST_TYPE_MINI_OBJECT derived GValue.
Gst
Method
Gst.value_set_mini_object (Value value, MiniObject mini_object) : none
Set the contents of a GST_TYPE_MINI_OBJECT derived GValue to The caller retains ownership of the reference.
Gst
Method
Gst.value_take_mini_object (Value value, MiniObject mini_object) : none
Set the contents of a GST_TYPE_MINI_OBJECT derived GValue to Takes over the ownership of the caller's reference to mini_object; the caller doesn't have to unref it any more.
Gst.Pad
Signal
have_data (Pad self, MiniObject mini_obj) : Boolean
Signals that new data is available on the pad.
GstBase.BaseSink
Method
do_preroll (MiniObject obj) : Gst.FlowReturn
If the sink spawns its own thread for pulling buffers from upstream it should call this method after it has pulled a buffer.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)