gsttag.tag_mux

Module for [TagMux] class

Types 3

Provides a base class for adding tags at the beginning or end of a stream.

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.

Methods
GType _gType() @property
TagMux self()Returns `this`, for use in `with` statements.
TagMuxGidBuilder builder()Get builder for [gsttag.tag_mux.TagMux] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gsttag.tag_mux.TagMux]

Methods