value_set_structure
function value_set_structure(value:GObject.Value, structure:Gst.Structure):void { // Gjs wrapper for gst_value_set_structure() }
Sets the contents of value to structure. The actual
- value
a GValue initialized to GST_TYPE_STRUCTURE
- structure
the structure to set the value to