gst.static_pad_template
Module for [StaticPadTemplate] class
class StaticPadTemplate
Types 1
classStaticPadTemplate
Structure describing the #GstStaticPadTemplate.
Fields
GstStaticPadTemplate _cInstanceMethods
void * _cPtr()void nameTemplate(string propval) @propertySet `nameTemplate` field. Params: propval = the name of the templategst.types.PadDirection direction() @propertyGet `direction` field. Returns: the direction of the templatevoid direction(gst.types.PadDirection propval) @propertySet `direction` field. Params: propval = the direction of the templategst.types.PadPresence presence() @propertyGet `presence` field. Returns: the presence of the templatevoid presence(gst.types.PadPresence propval) @propertySet `presence` field. Params: propval = the presence of the templategst.static_caps.StaticCaps staticCaps() @propertyGet `staticCaps` field. Returns: the caps of the template.gst.pad_template.PadTemplate get()Converts a #GstStaticPadTemplate into a #GstPadTemplate. Returns: a new #GstPadTemplate.gst.caps.Caps getCaps()Gets the capabilities of the static pad template. Returns: the #GstCaps of the static pad template. Unref after usage. Since the core holds an additional ref to the returned caps, use gstcapsmake_w...