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()
gst.caps.Caps caps() @propertyGet `caps` field. Returns: the cached #GstCaps
void caps(gst.caps.Caps propval) @propertySet `caps` field. Params: propval = the cached #GstCaps
string string_() @propertyGet `string_` field. Returns: a string describing a caps
void string_(string propval) @propertySet `string_` field. Params: propval = a string describing a caps
void cleanup()Cleans up the cached caps contained in static_caps.
gst.caps.Caps get()Converts a #GstStaticCaps to a #GstCaps. Returns: a pointer to the #GstCaps. Since the core holds an additional ref to the returned caps, use gstcapsmake_writable() on the returned caps to modify it.
Constructors
this(void * ptr, Flag!"Take" take)