Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstPadDirection |
Enum : | PadDirection |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.PadDirection.SINK : 2
|
|
Number Gst.PadDirection.SRC : 1
|
|
Number Gst.PadDirection.UNKNOWN : 0
|
None |
None |
None |
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 |
Create a new Gst.GhostPad
|
Gst.Pad
Property |
direction : Gst.PadDirection
|
Gst.Pad
Method |
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
|