GstChildProxyInterface

GstChildProxy interface.

Members

Variables

childAdded
void function(GstChildProxy* parent, GObject* child, const(char)* name) childAdded;
childRemoved
void function(GstChildProxy* parent, GObject* child, const(char)* name) childRemoved;
getChildByIndex
GObject* function(GstChildProxy* parent, uint index) getChildByIndex;
getChildByName
GObject* function(GstChildProxy* parent, const(char)* name) getChildByName;
getChildrenCount
uint function(GstChildProxy* parent) getChildrenCount;
parent
GTypeInterface parent;

parent interface type.