Back to Seed Clases

GstBase


Classes

Interfaces

Structs

Unions

Enums

Struct GstBase.CollectData

Import line: GstBase = imports.gi.GstBase;
GIR File: GstBase-0.10.gir
C documentation: GstCollectData
Struct : CollectData
  Show / Hide Inherited methods, properties and signals
Structure used by the collect_pads.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstBase.CollectData ()
Create a new GstBase.CollectData
Create a new GstBase.CollectData
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstBase.CollectPads
Method
add_pad (Pad pad, Number size) : GstBase.CollectData
Add a pad to the collection of collect pads.
GstBase.CollectPads
Method
add_pad_full (Pad pad, Number size, Function destroy_notify) : GstBase.CollectData
structure is freed Add a pad to the collection of collect pads.
GstBase.CollectPads
Method
peek (CollectData data) : Gst.Buffer
Peek at the buffer currently queued in data.
GstBase.CollectPads
Method
pop (CollectData data) : Gst.Buffer
Pop the buffer currently queued in data.
GstBase.CollectPads
Method
read (CollectData data, Object out_values, Number size) : Number
Get a pointer in bytes where size bytes can be read from the given pad data.
GstBase.CollectPads
Method
read_buffer (CollectData data, Number size) : Gst.Buffer
Get a buffer of size bytes from the given pad data.
GstBase.CollectPads
Method
take_buffer (CollectData data, Number size) : Gst.Buffer
Get a buffer of size bytes from the given pad data.
GstBase.CollectPads
Method
flush (CollectData data, Number size) : Number
Flush size bytes from the pad data.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:59 GMT+0800 (HKT)