Pad.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, gst.types.PadDirection direction)

Creates a new pad with the given name in the given direction. If name is null, a guaranteed unique name (across all pads) will be assigned. This function makes a copy of the name so you can safely free the name.

Parameters

namethe name of the new pad.
directionthe #GstPadDirection of the pad.

Returns

a new #GstPad.

MT safe.