gst.format_definition

Module for [FormatDefinition] class

Types 1

A format definition

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