Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.PadDirection

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstPadDirection
Enum : PadDirection
  Show / Hide Inherited methods, properties and signals
The direction of a pad.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Bin
Method
find_unlinked_pad (PadDirection direction) : Gst.Pad
Recursively looks for elements with an unlinked pad of the given direction within the specified bin and returns an unlinked pad if one is found, or NULL otherwise.
Gst.Bin
Method
find_unconnected_pad (PadDirection direction) : Gst.Pad
Recursively looks for elements with an unlinked pad of the given direction within the specified bin and returns an unlinked pad if one is found, or NULL otherwise.
Gst.GhostPad
Method
new Gst.GhostPad.no_target (String name, PadDirection dir) : Gst.GhostPad
Create a new Gst.GhostPad
Gst.Pad
Property
direction : Gst.PadDirection
Gst.Pad
Method
new Gst.Pad.c_new (String name, PadDirection direction) : Gst.Pad
Create a new Gst.Pad
Gst.Pad
Method
get_direction () : Gst.PadDirection
Gets the direction of the pad.
Gst.PadTemplate
Property
direction : Gst.PadDirection
Gst.PadTemplate
Method
new Gst.PadTemplate.c_new (String name_template, PadDirection direction, PadPresence presence, Caps caps) : Gst.PadTemplate
Create a new Gst.PadTemplate
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)