register_static


Description:

[ CCode ( cname = "gst_tag_register_static" ) ]
public void register_static (string name, TagFlag flag, Type type, string nick, string blurb, TagMergeFunc? func)

Registers a new tag type for the use with GStreamer's type system.

Same as register, but name, nick, and blurb must be static strings or inlined strings, as they will not be copied. (GStreamer plugins will be made resident once loaded, so this function can be used even from dynamically loaded plugins.)

Parameters:

name

the name or identifier string (string constant)

flag

a flag describing the type of tag info

type

the type this data is in

nick

human-readable name or short description (string constant)

blurb

a human-readable description for this tag (string constant)

func

function for merging multiple values of this tag, or null


Namespace: Gst.Tags
Package: gstreamer-1.0