TocSetterIfaceProxy

Proxy object for Gst.TocSetter interface when a GObject has no applicable D binding

class TocSetterIfaceProxy : IfaceProxy , TocSetter {}

Mixed In Members

From mixin TocSetterT!()

getToc
gst.toc.Toc getToc()

Return current TOC the setter uses. The TOC should not be modified without making it writable first.

reset
void reset()

Reset the internal TOC. Elements should call this from within the state-change handler.

setToc
void setToc(gst.toc.Toc toc)

Set the given TOC on the setter. Previously set TOC will be unreffed before setting a new one.

Inherited Members

From TocSetter

getToc
gst.toc.Toc getToc()

Return current TOC the setter uses. The TOC should not be modified without making it writable first.

reset
void reset()

Reset the internal TOC. Elements should call this from within the state-change handler.

setToc
void setToc(gst.toc.Toc toc)

Set the given TOC on the setter. Previously set TOC will be unreffed before setting a new one.