Structure.from_string
Description:
[ CCode ( cname = "gst_structure_from_string" , has_construct_function = false ) ]
public Structure.from_string (string string, out unowned string end)
public Structure.from_string (string string, out unowned string end)
Creates a Structure from a string representation.
If end is not null
, a pointer to the place inside the given string where parsing ended will be returned.
Free-function: gst_structure_free
Parameters:
string |
a string representation of a Structure. |
end |
pointer to store the end of the string in. |
Returns:
a new Structure or |