Mux
Object Hierarchy:
Description:
[ CCode ( type_id = "gst_tag_mux_get_type ()" ) ]
[ GIR ( name = "TagMux" ) ]
public abstract class Mux : Element, TagSetter
[ GIR ( name = "TagMux" ) ]
public abstract class Mux : Element, TagSetter
Provides a base class for adding tags at the beginning or end of a stream.
typeof (unichar2)
typeof (unichar2)
Deriving from GstTagMux
Subclasses have to do the following things:
* In their base init function, they must add pad templates for the sink pad and the source pad to the element class, describing the media type they accept and output in the caps of the pad template. * In their class init function, they must override the GST_TAG_MUX_CLASS(mux_klass)-> render_start_tag and/or GST_TAG_MUX_CLASS(mux_klass)->render_end_tag vfuncs and set up a render function.
Namespace: Gst.Tag
Package: gstreamer-tag-1.0
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gst.Element
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object
All known members inherited from interface Gst.TagSetter