StaticCaps

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.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
cleanup
void cleanup()

Cleans up the cached caps contained in static_caps.

get
gst.caps.Caps get()

Converts a #GstStaticCaps to a #GstCaps.

Properties

caps
gst.caps.Caps caps [@property getter]

Get field caps.

caps
gst.caps.Caps caps [@property setter]

Set field caps.

string_
string string_ [@property getter]

Get field string_.

string_
string string_ [@property setter]

Set field string_.