PadTemplate
Description:
public PadTemplate (
string name_template,
PadDirection direction,
PadPresence presence,
owned Caps caps)
Creates a new pad template with a name according to the given template and with the given arguments.
This functions takes ownership of the provided caps, so be sure to not use them afterwards.
Parameters:
| name_template |
the name template. |
| direction |
the PadDirection of the template. |
| presence |
the PadPresence of the pad. |
| caps |
a Caps set for the template. The caps are taken ownership of. |
Returns: