gst.static_caps
Module for [StaticCaps] class
class StaticCaps
Types 1
classStaticCaps
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 _cInstanceMethods
void * _cPtr() nothrowvoid caps(gst.caps.Caps propval) @property nothrowSet `caps` field. Params: propval = the cached #GstCapsvoid string_(string propval) @property nothrowSet `string_` field. Params: propval = a string describing a capsgst.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...