gst.format_definition

Module for [FormatDefinition] class

Types 1

A format definition

Fields
Methods
void * _cPtr()
gst.types.Format value() @propertyGet `value` field. Returns: The unique id of this format
void value(gst.types.Format propval) @propertySet `value` field. Params: propval = The unique id of this format
string nick() @propertyGet `nick` field. Returns: A short nick of the format
void nick(string propval) @propertySet `nick` field. Params: propval = A short nick of the format
string description() @propertyGet `description` field. Returns: A longer description of the format
void description(string propval) @propertySet `description` field. Params: propval = A longer description of the format
glib.types.Quark quark() @propertyGet `quark` field. Returns: A quark for the nick
void quark(glib.types.Quark propval) @propertySet `quark` field. Params: propval = A quark for the nick
Constructors
this(void * ptr, Flag!"Take" take)