gst.static_caps

Module for [StaticCaps] class

Types 1

Data structure to initialize #GstCaps from a string description usually used in conjunction with GST_STATIC_CAPS() and gst.static_caps.StaticCaps.get to instantiate a #GstCaps.

Fields
GstStaticCaps _cInstance
Methods
void * _cPtr() nothrow
gst.caps.Caps caps() @property nothrowGet `caps` field. Returns: the cached #GstCaps
void caps(gst.caps.Caps propval) @property nothrowSet `caps` field. Params: propval = the cached #GstCaps
string string_() @property nothrowGet `string_` field. Returns: a string describing a caps
void string_(string propval) @property nothrowSet `string_` field. Params: propval = a string describing a caps
void cleanup() nothrowCleans up the cached caps contained in static_caps.
gst.caps.Caps get() nothrowConverts a #GstStaticCaps to a #GstCaps. Returns: a pointer to the #GstCaps. Since the core holds an additional ref to the returned caps, use gst_caps_make_writable() on the returned caps to modify...
Constructors
this(void * ptr, Flag!"Take" take)