GstTagMuxClass

The #GstTagMuxClass structure. Subclasses need to override at least one of the two render vfuncs.

Members

Variables

GstReserved
void*[4] GstReserved;
parentClass
GstElementClass parentClass;

the parent class.

renderEndTag
GstBuffer* function(GstTagMux* mux, const(GstTagList)* tagList) renderEndTag;

create a tag buffer to add to the end of the input stream given a tag list, or NULL

renderStartTag
GstBuffer* function(GstTagMux* mux, const(GstTagList)* tagList) renderStartTag;

create a tag buffer to add to the beginning of the input stream given a tag list, or NULL