PadGetCapsFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate Caps PadGetCapsFunction (
Pad pad)
Returns a copy of the capabilities of the specified pad.
By default this function will return the pad template capabilities, but can optionally be overridden by elements.
Parameters:
| pad |
the Pad to get the capabilities of. |
Returns:
| a newly allocated copy Caps of the pad. |