PadTemplate.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string nameTemplate, gst.types.PadDirection direction, gst.types.PadPresence presence, gst.caps.Caps caps)

Creates a new pad template with a name according to the given template and with the given arguments.

Parameters

nameTemplatethe name template.
directionthe #GstPadDirection of the template.
presencethe #GstPadPresence of the pad.
capsa #GstCaps set for the template.

Returns

a new #GstPadTemplate.