public static Gst.Structure? from_string (string str, out unowned string end);
public bool @get (...);
public bool get_boolean (string fieldname, out bool value);
- public bool get_clock_time (string fieldname, Gst.ClockTime value);
+ public bool get_clock_time (string fieldname, out Gst.ClockTime value);
public bool get_date (string fieldname, out GLib.Date value);
public bool get_double (string fieldname, out double value);
public bool get_enum (string fieldname, GLib.Type enumtype, out int value);
gst_structure_remove_fields ellipsis="1"
gst_structure_get_int.value is_out="1"
gst_structure_get_boolean.value is_out="1"
+gst_structure_get_clock_time.value is_out="1"
gst_structure_get_uint.value is_out="1"
gst_structure_get_fourcc.value is_out="1"
gst_structure_get_double.value is_out="1"