serialize


Description:

[ Version ( since = "1.20" ) ]
public string serialize (SerializeFlags flags)

Converts this to a string representation.

This string representation can be converted back to a Caps by caps_from_string.

This prints the caps in human readable form.

This version of the caps serialization function introduces support for nested structures and caps but the resulting strings won't be parsable with GStreamer prior to 1.20 unless BACKWARD_COMPAT is passed as flag.

Parameters:

this

a Caps

flags

a SerializeFlags

Returns:

a newly allocated string representing this.