Back to Seed Clases

GstBase


Classes

Interfaces

Structs

Unions

Enums

Struct GstBase.DataQueueItem

Import line: GstBase = imports.gi.GstBase;
GIR File: GstBase-0.10.gir
C documentation: GstDataQueueItem
Struct : DataQueueItem
  Show / Hide Inherited methods, properties and signals
GST_CLOCK_TIME_NONE. This function should also drop the reference to object the owner of the GstDataQueueItem is assumed to hold. Structure used by GstDataQueue. You can supply a different structure, as long as the top of the structure is identical to this structure.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstBase.DataQueueItem ()
Create a new GstBase.DataQueueItem
Create a new GstBase.DataQueueItem
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstBase.DataQueue
Method
push (DataQueueItem item) : Boolean
Pushes a GstDataQueueItem (or a structure that begins with the same fields) on the queue.
GstBase.DataQueue
Method
pop (DataQueueItem item) : Boolean
Retrieves the first item available on the queue.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:59 GMT+0800 (HKT)