ImplementsInterface
Object Hierarchy:
Description:
Provides interface functionality on per instance basis and not per class basis, which is the case for gobject.
Namespace: Gst
Package: gstreamer-0.10
Content:
Methods:
-
public weak Element? cast (Type type)
cast a given object to an interface type, and check whether this interface is supported for this
specific instance.
-
public bool check (Type type)
check a given object for an interface implementation, and check whether this interface is supported for
this specific instance.
-
public abstract bool supported (Type iface_type)