ImplementsInterface.implementsInterface

Test whether the given element implements a certain interface of type iface_type, and test whether it is supported for this specific instance.

class ImplementsInterface
static
int
implementsInterface

Parameters

element Element

GstElement to check for the implementation of the interface

ifaceType GType

(final) type of the interface which we want to be implemented

Return Value

Type: int

whether or not the element implements the interface.

Meta