gst.format
Module for [Format] enum namespace
struct Format
Types 1
structFormat
Namespace for [Format] enum
Methods
gst.types.Format getByNick(string nick)Return the format registered with the given nick.gst.format_definition.FormatDefinition getDetails(gst.types.Format format)Get details about the given format.string getName(gst.types.Format format)Get a printable name for the given format. Do not modify or free.gst.iterator.Iterator iterateDefinitions()Iterate all the registered formats. The format definition is read only. Returns: a GstIterator of #GstFormatDefinition.gst.types.Format register(string nick, string description)Create a new GstFormat based on the nick or return an already registered format with that nick.glib.types.Quark toQuark(gst.types.Format format)Get the unique quark for the given format.