Format

Namespace for Format enum

Members

Static functions

getByNick
gst.types.Format getByNick(string nick)

Return the format registered with the given nick.

getDetails
gst.format_definition.FormatDefinition getDetails(gst.types.Format format)

Get details about the given format.

getName
string getName(gst.types.Format format)

Get a printable name for the given format. Do not modify or free.

iterateDefinitions
gst.iterator.Iterator iterateDefinitions()

Iterate all the registered formats. The format definition is read only.

register
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.

toQuark
glib.types.Quark toQuark(gst.types.Format format)

Get the unique quark for the given format.