valueSetCaps
fn
void valueSetCaps(gobject.value.Value value, gst.caps.Caps caps)Sets the contents of value to caps. A reference to the provided caps will be taken by the value.
Parameters
value | a GValue initialized to GST_TYPE_CAPS |
caps | the caps to set the value to |