gstreamer.ChildProxyIF

Undocumented in source.

Public Imports

gstreamer.c.types
public import gstreamer.c.types;
Undocumented in source.
gstreamerc.gstreamertypes
public import gstreamerc.gstreamertypes;
Undocumented in source.

Members

Interfaces

ChildProxyIF
interface ChildProxyIF

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.

Meta