gst.child_proxy_mixin

Module for ChildProxy interface mixin

Public Imports

gst.child_proxy_iface_proxy
public import gst.child_proxy_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.dclosure
public import gobject.dclosure;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.
gobject.param_spec
public import gobject.param_spec;
Undocumented in source.
gobject.value
public import gobject.value;
Undocumented in source.
gst.c.functions
public import gst.c.functions;
Undocumented in source.
gst.c.types
public import gst.c.types;
Undocumented in source.
gst.types
public import gst.types;
Undocumented in source.

Members

Templates

ChildProxyGidBuilderT
template ChildProxyGidBuilderT()

Fluent builder implementation template for gst.child_proxy.ChildProxy

ChildProxyT
template ChildProxyT()

This interface abstracts handling of property sets for elements with children. Imagine elements such as mixers or polyphonic generators. They all have multiple #GstPad or some kind of voice objects. Another use case are container elements like #GstBin. The element implementing the interface acts as a parent for those child objects.