Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child markerGst.Object
parent-child marker Gst.PadTemplate

Class Gst.PadTemplate

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstPadTemplate
Class : PadTemplate
Extends: Gst.Object
  Show / Hide Inherited methods, properties and signals
The padtemplate object.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Element
Method
get_compatible_pad_template (PadTemplate compattempl) : Gst.PadTemplate
Retrieves a pad template from element that is compatible with compattempl.
Gst.GhostPad
Method
new Gst.GhostPad.from_template (String name, Pad target, PadTemplate templ) : Gst.GhostPad
Create a new Gst.GhostPad
Gst.GhostPad
Method
new Gst.GhostPad.no_target_from_template (String name, PadTemplate templ) : Gst.GhostPad
Create a new Gst.GhostPad
Gst.Pad
Property
template : Gst.PadTemplate
Gst.Pad
Method
new Gst.Pad.from_template (PadTemplate templ, String name) : Gst.Pad
Create a new Gst.Pad
Gst.Pad
Method
get_pad_template () : Gst.PadTemplate
Gets the template for pad.
Gst.StaticPadTemplate
Method
get () : Gst.PadTemplate
Converts a GstStaticPadTemplate into a GstPadTemplate.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:53 GMT+0800 (HKT)