util_set_value_from_string
function util_set_value_from_string(value_str:String):void { // Gjs wrapper for gst_util_set_value_from_string() }
Converts the string to the type of the value and sets the value with it.
Note that this function is dangerous as it does not return any indication if the conversion worked or not.
- value_str
the string to get the value from